Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic PR to nightly from 2024-08-05T15:47:31Z #5981

Merged
merged 35 commits into from
Aug 7, 2024
Merged

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Aug 5, 2024

📝 Brief description

[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
[Web] add app hide option
[Web] fix user login history
[Web] organize user landing
[Web] update de-de + en-gb lang
[Web] organize auth functions+api auth w/ dovecot
[Web] manage keycloak identity provider
[Web] limit identity_provider function better
[Web] remove u2f lib
[Web] add oauth2-keycloak lib
[Web] remove u2f lib from prerequisites
[Web] add manage identity provider
[Web] keycloak auth functions
[Web] fix app_pass ignore_access
[Web] fix broken sogo-sso
[Web] create ratelimit acl on iam mbox creation
[Web] create ratelimit acl on iam mbox creation 2
new dovecout lua auth - use https
[Web] rename role mapping to attribute mapping
replace ropc flow with keycloak rest api flow
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option
Allow prompt-less install on low-resource systems
Don't expose SMTP/IMAP if announced "not provided" via SRV
Greek names of dovecot folders
[Web] Updated lang.nb-no.json (#5980)
dovecot: fix precompiling of sieve scripts
Merge pull request #5804 from Ayowel/feat/unattended-install
Merge pull request #5983 from mailcow/fix/sieve-compiling
Merge pull request #5972 from rallisf1/dovecot-folders-greek
ui: added enotify and mime as valid options for ui
Merge pull request #5985 from mailcow/feat/improve-sieve-parser
Check mailcow.conf exists before source it
scripts: adding docker version check to align to docs (24.X)
update.sh: fix text for min. docker ver
Add color-coded error message for missing mailcow.conf
Fix typo in update.sh: Proceeding
Fix typo: receiving updates from an unsupported branch
Fix typos and English grammar in update.sh
Fix typo for word Potential in update.sh file.
Fix LABEL in Dockerfile, should be key=value
Merge pull request #5987 from h3ssan/fix/validate-mailcow-conf-before-source
change nginx address
Include COMPOSE_PROJECT_NAME in Nginx url
adapt scheme to affected curl containers (dirty way... but workaround)
compose: bump container tags
Merge pull request #5989 from h3ssan/fix/update-script-procceding-typo
Merge pull request #5990 from h3ssan/fix/dockerfile-label-fix
Merge pull request #5945 from SailReal/master
Refactor: update.sh script with --help should exit with status code 0
Merge pull request #5967 from Doozy134/fix/curl-hostname
rspamd: Added DQS RBLs when key is set
rspamd: upgrade to 3.9.1 + upgrade to bookworm
rspamd: fixed dqs rbl insertion handling
compose: bumped rspamd tag
Merge pull request #5661 from mailcow/feat/rspamd-3.8
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit
Merge branch 'nightly' into staging

fix test connection

[Web] add IAM delete button
Allow prompt-less install on low-resource systems
Don't expose SMTP/IMAP if announced "not provided" via SRV
Greek names of dovecot folders
[Web] Updated lang.nb-no.json (#5980)
dovecot: fix precompiling of sieve scripts
Merge pull request #5804 from Ayowel/feat/unattended-install
Merge pull request #5983 from mailcow/fix/sieve-compiling
Merge pull request #5972 from rallisf1/dovecot-folders-greek
ui: added enotify and mime as valid options for ui
Merge pull request #5985 from mailcow/feat/improve-sieve-parser
Check mailcow.conf exists before source it
scripts: adding docker version check to align to docs (24.X)
update.sh: fix text for min. docker ver
Add color-coded error message for missing mailcow.conf
Fix typo in update.sh: Proceeding
Fix typo: receiving updates from an unsupported branch
Fix typos and English grammar in update.sh
Fix typo for word Potential in update.sh file.
Fix LABEL in Dockerfile, should be key=value
Merge pull request #5987 from h3ssan/fix/validate-mailcow-conf-before-source
change nginx address
Include COMPOSE_PROJECT_NAME in Nginx url
adapt scheme to affected curl containers (dirty way... but workaround)
compose: bump container tags
Merge pull request #5989 from h3ssan/fix/update-script-procceding-typo
Merge pull request #5990 from h3ssan/fix/dockerfile-label-fix
Merge pull request #5945 from SailReal/master
Refactor: update.sh script with --help should exit with status code 0
Merge pull request #5967 from Doozy134/fix/curl-hostname
rspamd: Added DQS RBLs when key is set
rspamd: upgrade to 3.9.1 + upgrade to bookworm
rspamd: fixed dqs rbl insertion handling
compose: bumped rspamd tag
Merge pull request #5661 from mailcow/feat/rspamd-3.8
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit
Merge branch 'nightly' into staging

fix add mbox modal

[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
[Dovecot] group auth files
[Web] move iam sso functions
[Web] remove sso login alertbox
[Web] add generic-oidc provider
[Web] rename var for tab-config-identity-provider.twig
[Web] revert configurable authsource
[Web] add "edit mailbox_from_template" function
[Web] add generic-oidc provider
[Web] add "add mailbox_from_template" function
[Web] remove ropc flow
[Web] functions.auth.inc.php corrections
update gitignore
[Web] add league/oauth2-client
[Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
[Web] update guzzlehttp/psr7
[Web] update lang.en-gb.json
[Web] fix bug on mailbox login
[Web] hide auth settings for external users
[Web] fix attribute mapping list
[Web] handle fatal errors on getAccessToken
[Web] add keycloak sync crontask
[Web] add crontasks logs
[Web] improve attribute sync performance
Allow prompt-less install on low-resource systems
Don't expose SMTP/IMAP if announced "not provided" via SRV
Greek names of dovecot folders
[Web] Updated lang.nb-no.json (#5980)
dovecot: fix precompiling of sieve scripts
Merge pull request #5804 from Ayowel/feat/unattended-install
Merge pull request #5983 from mailcow/fix/sieve-compiling
Merge pull request #5972 from rallisf1/dovecot-folders-greek
ui: added enotify and mime as valid options for ui
Merge pull request #5985 from mailcow/feat/improve-sieve-parser
Check mailcow.conf exists before source it
scripts: adding docker version check to align to docs (24.X)
update.sh: fix text for min. docker ver
Add color-coded error message for missing mailcow.conf
Fix typo in update.sh: Proceeding
Fix typo: receiving updates from an unsupported branch
Fix typos and English grammar in update.sh
Fix typo for word Potential in update.sh file.
Fix LABEL in Dockerfile, should be key=value
Merge pull request #5987 from h3ssan/fix/validate-mailcow-conf-before-source
change nginx address
Include COMPOSE_PROJECT_NAME in Nginx url
adapt scheme to affected curl containers (dirty way... but workaround)
compose: bump container tags
Merge pull request #5989 from h3ssan/fix/update-script-procceding-typo
Merge pull request #5990 from h3ssan/fix/dockerfile-label-fix
Merge pull request #5945 from SailReal/master
Refactor: update.sh script with --help should exit with status code 0
Merge pull request #5967 from Doozy134/fix/curl-hostname
rspamd: Added DQS RBLs when key is set
rspamd: upgrade to 3.9.1 + upgrade to bookworm
rspamd: fixed dqs rbl insertion handling
compose: bumped rspamd tag
Merge pull request #5661 from mailcow/feat/rspamd-3.8
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit
Merge branch 'nightly' into staging

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
[Web] remove unnecessary if block
[Web] trim CRON_LOG
[Web] fix identity-provider settings layout
[Web] allow mailbox authsource to be switchable
rework auth - move dovecot sasl log to php
deny changes on identity provider if it's in use
[Web] remove keycloak sync disabled warning
[Web] fix malformed_username check
[Web] catch update_sogo exceptions
[SOGo] remove sogo_view and triggers
[SOGo] deny direct login on external users
[Web] minor fixes
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Changed Maintainer to tinc within Dockerfiles
Removed Test self compiled SOGo Dockerfile
Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
Switched to Alpine Edge (for IMAPSYNC Deps)
Optimized CLAMAV Builds to match exact version instead of Repo
Changed Dovecot Base to Bullseye again (Self compile)
Optimized Build Process for Dovecot
Added missing Labels to Dockerfiles
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Clamd using Alpine Packages instead self compile
[Dovecot] remove passwd-verify.lua generation
[Web] fix user protocol badges
[Web] add missing break
Fixes #5408
Update sogo-auth.php
Update sogo-auth.php
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Update Dovecot to reuse lz4 compression
[Web] dont rtrim generic-oidc urls
[Web] add configurable client scopes for generic-oidc
Updated Dovecot Image to use OpenSSL 3.0 fix
[Web] add missing file to autodiscover.php
[Web] add log messages to verify-sso function
Fixed SQL query for retrieving SSO users.
fix functions.inc.php, update sogo and dovecot nightly image
dovecot: corrected dockerfile inside nightly
[Web] fix idp mailbox login
Remove unused files
docker-compose: bumped versions
[Web] update directorytree/ldaprecord
[Web] add ldap idp
[Web] add LDAP query filter
[Web] fix ldap filter if empty
[Web] fix set_tfa for ldap users
[Web] fix set_tfa for ldap users
[Ofelia] add ldap sync cronjob
[SOGo] use bash script for ldap plist template
[Web] fix mailbox datatable search
Merge pull request #5754 from mailcow/feat/idp-ldap2
[Web] catch all exceptions on ldap connect
[SOGo] fix custom html elements and wrong redirection
[Web] apply LDAP filter
[Dovecot] move sogo sso to mailcowauth.php
init identity_provider only after all conditions are met
[SOGo] remove custom logout from toolbar
[SOGo] fix plist_ldap.sh example
Merge pull request #5764 from mailcow/fix/nightly-issues
[Web] fix identity_provider ArgumentCountError
[Web] return idp instance after init
[Web] allow SSL / TLS connections for LDAP
[Web] prevent multiple dual-logins
[Web] set default LDAP options on get
Allow prompt-less install on low-resource systems
[Web] fix invalid rspamd map check
[Web] use SEC_FETCH_DEST header to block api requests
[Web] escape html of alert messages
Merge pull request #5821 from mailcow/fix/web-nightly
[Web] include prerequisites in autodiscover
[Web] revert include prerequisites in autodiscover - include autoload
Merge pull request #5850 from mailcow/fix/nightly-autodiscover
[Nightly][SOGo] Update to 5.10.0
[Nightly][SOGo] Update 5.10.0
Don't expose SMTP/IMAP if announced "not provided" via SRV
Greek names of dovecot folders
Merge remote-tracking branch 'origin/staging' into nightly
Merge pull request #5975 from mailcow/staging
[Web] Updated lang.nb-no.json (#5980)
dovecot: fix precompiling of sieve scripts
Merge pull request #5804 from Ayowel/feat/unattended-install
Merge pull request #5983 from mailcow/fix/sieve-compiling
Merge pull request #5972 from rallisf1/dovecot-folders-greek
ui: added enotify and mime as valid options for ui
Merge pull request #5985 from mailcow/feat/improve-sieve-parser
Check mailcow.conf exists before source it
scripts: adding docker version check to align to docs (24.X)
update.sh: fix text for min. docker ver
Add color-coded error message for missing mailcow.conf
Fix typo in update.sh: Proceeding
Fix typo: receiving updates from an unsupported branch
Fix typos and English grammar in update.sh
Fix typo for word Potential in update.sh file.
Fix LABEL in Dockerfile, should be key=value
Merge pull request #5987 from h3ssan/fix/validate-mailcow-conf-before-source
change nginx address
Include COMPOSE_PROJECT_NAME in Nginx url
adapt scheme to affected curl containers (dirty way... but workaround)
compose: bump container tags
Merge pull request #5989 from h3ssan/fix/update-script-procceding-typo
Merge pull request #5990 from h3ssan/fix/dockerfile-label-fix
Merge pull request #5945 from SailReal/master
Refactor: update.sh script with --help should exit with status code 0
Merge pull request #5967 from Doozy134/fix/curl-hostname
rspamd: Added DQS RBLs when key is set
rspamd: upgrade to 3.9.1 + upgrade to bookworm
rspamd: fixed dqs rbl insertion handling
compose: bumped rspamd tag
Merge pull request #5661 from mailcow/feat/rspamd-3.8
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit

💻 Commits

  • 76194be - Niklas Meyer - 2024-08-07 14:03:32
    | Merge pull request Refactor: update.sh script with --help should exit with status code 0 #5991 from h3ssan/refactor/update-script-help-exit
    | | Refactor: update.sh script with --help should exit with status code 0
    | * 2fe21e9 - Hassan A Hashim - 2024-08-07 14:57:36
    | | Refactor: update.sh script with --help should exit with status code 0
    | |
  • | 3b23afa - Niklas Meyer - 2024-08-07 14:01:39
    | Merge pull request rspamd: upgrade to rspamd 3.9.1 #5661 from mailcow/feat/rspamd-3.8
    | | | rspamd: upgrade to rspamd 3.9.1
    | * | 6e00d65 - DerLinkman - 2024-08-07 14:00:04
    | | | compose: bumped rspamd tag
    | | |
    | * | b6c0364 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: fixed dqs rbl insertion handling
    | | |
    | * | 5d7c9b2 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: upgrade to 3.9.1 + upgrade to bookworm
    | | |
    | * | 4b400ea - DerLinkman - 2024-08-07 13:59:26
    |/ / rspamd: Added DQS RBLs when key is set
    | |
  • | ab2abda - Niklas Meyer - 2024-08-07 13:58:11
    | Merge pull request fix: change internal urls for containers using curl on alpine #5967 from Doozy134/fix/curl-hostname
    | | | fix: change internal urls for containers using curl on alpine
    | * | a4c0068 - DerLinkman - 2024-08-07 09:51:47
    | | | compose: bump container tags
    | | |
    | * | b56291f - DerLinkman - 2024-08-07 09:50:57
    | | | adapt scheme to affected curl containers (dirty way... but workaround)
    | | |
    | * | 0cdf764 - Kasim - 2024-08-07 09:40:08
    | | | Include COMPOSE_PROJECT_NAME in Nginx url
    | | |
    | * | 8fe1cc4 - Kasim - 2024-08-07 09:40:04
    | | | change nginx address
    | | | ACME "Waiting for Nginx..." #5962
  • | | b7ed698 - Niklas Meyer - 2024-08-07 13:51:10
    | Merge pull request Don't expose SMTP/IMAP if announced "not provided" via SRV #5945 from SailReal/master
    | |_|/ Don't expose SMTP/IMAP if announced "not provided" via SRV
    |/| |
    | * | 384e5a2 - Julian Raufelder - 2024-07-09 19:57:32
    | / Don't expose SMTP/IMAP if announced "not provided" via SRV
    | | Fixes Do not publish IMAP/SMTP in autoconfig.php if disabled via SRV record #5944
    | |
  • | fd92785 - Niklas Meyer - 2024-08-07 13:49:07
    | Merge pull request Fix LABEL in Dockerfile, should be key=value #5990 from h3ssan/fix/dockerfile-label-fix
    | | | Fix LABEL in Dockerfile, should be key=value
    | * | edd85de - Hassan A Hashim - 2024-08-06 22:44:59
    | | | Fix LABEL in Dockerfile, should be key=value
    | | | Refering to the Official Docker Docs, clearly said the format of LABEL is LABEL <key>=<value> <key>=<value> <key>=<value> ....
    | | |
  • | | c48f4f4 - Niklas Meyer - 2024-08-07 13:47:57
    | Merge pull request Fix typo in update.sh: word Proceeding #5989 from h3ssan/fix/update-script-procceding-typo
    | |_|/ Fix typo in update.sh: word Proceeding
    |/| |
    | * | 3bf90c1 - Hassan A Hashim - 2024-08-06 21:22:30
    | | | Fix typo for word Potential in update.sh file.
    | | |
    | * | 292306b - Hassan A Hashim - 2024-08-06 21:12:20
    | | | Fix typos and English grammar in update.sh
    | | | German is different in using upper-case than English lol
    | | |
    | * | b3e0a66 - Hassan A Hashim - 2024-08-06 21:03:17
    | | | Fix typo: receiving updates from an unsupported branch
    | | |
    | * | e994cf4 - Hassan A Hashim - 2024-08-06 20:38:18
    | |/ Fix typo in update.sh: Proceeding
    | |
  • | bf050f1 - Niklas Meyer - 2024-08-07 09:33:16
    | Merge pull request Bug Fix: Check mailcow.conf exists before work with it #5987 from h3ssan/fix/validate-mailcow-conf-before-source
    | |/ Bug Fix: Check mailcow.conf exists before work with it
    |/|
    | * cc0dc2e - Hassan A Hashim - 2024-08-06 17:51:46
    | | Add color-coded error message for missing mailcow.conf
    | |
    | * b033937 - Hassan A Hashim - 2024-08-06 17:12:54
    | | Check mailcow.conf exists before source it
    | |
  • | a001a05 - DerLinkman - 2024-08-06 16:21:28
    | | update.sh: fix text for min. docker ver
    | |
  • | 926af87 - DerLinkman - 2024-08-06 16:20:28
    |/ scripts: adding docker version check to align to docs (24.X)
    |
  • e398cb9 - Niklas Meyer - 2024-08-06 15:36:00
    | Merge pull request ui: added enotify and mime as valid options for ui #5985 from mailcow/feat/improve-sieve-parser
    | | ui: added enotify and mime as valid options for ui
    | * 6ee0303 - DerLinkman - 2024-08-06 15:33:40
    |/ ui: added enotify and mime as valid options for ui
    |
  • 68616c2 - Niklas Meyer - 2024-08-06 12:28:23
    | Merge pull request Greek names of dovecot folders #5972 from rallisf1/dovecot-folders-greek
    | | Greek names of dovecot folders
    | * e426c3a - John Rallis - 2024-07-29 16:46:03
    | Greek names of dovecot folders
    | Names taken from MSO 2016
  • f8de520 - Niklas Meyer - 2024-08-06 12:27:41
    | Merge pull request dovecot: fix precompiling of sieve scripts #5983 from mailcow/fix/sieve-compiling
    | | dovecot: fix precompiling of sieve scripts
    | * c918726 - DerLinkman - 2024-08-06 12:04:04
    | | dovecot: fix precompiling of sieve scripts
    | |
  • | 10077ec - Niklas Meyer - 2024-08-06 12:26:51
    | Merge pull request Allow prompt-less install on low-resource systems #5804 from Ayowel/feat/unattended-install
    | |/ Allow prompt-less install on low-resource systems
    |/|
    | * 5c851f2 - Ayowel - 2024-03-26 08:19:24
    | Allow prompt-less install on low-resource systems
    |
  • 3885b07 - milkmaker - 2024-08-05 19:36:55
    [Web] Updated lang.nb-no.json (Translations update from Weblate #5980)
    Co-authored-by: Christer Solstrand Johannessen csjoh@users.noreply.translate.mailcow.email
  • 9b86ff7 - FreddleSpl0it - 2024-08-01 11:07:55
    | Merge pull request Automatic PR to nightly from 2024-08-01T03:13:55Z #5975 from mailcow/staging
    | Automatic PR to nightly from 2024-08-01T03:13:55Z
  • 57bc03b - FreddleSpl0it - 2024-07-31 10:35:44
    | Merge remote-tracking branch 'origin/staging' into nightly
    |
  • f7ae2a6 - FreddleSpl0it - 2024-06-06 12:12:30
    | [Nightly][SOGo] Update 5.10.0
    |
  • 3080a70 - FreddleSpl0it - 2024-06-03 09:20:54
    | [Nightly][SOGo] Update to 5.10.0
    |
  • caee770 - Patrick Schult - 2024-04-19 20:38:56
    | Merge pull request [Web] Fix autodiscover fails with external IdP #5850 from mailcow/fix/nightly-autodiscover
    | | [Web] Fix autodiscover fails with external IdP
    | * 95d6eeb - FreddleSpl0it - 2024-04-19 20:32:44
    | | [Web] revert include prerequisites in autodiscover - include autoload
    | |
    | * eadf70d - FreddleSpl0it - 2024-04-18 14:23:35
    |/ [Web] include prerequisites in autodiscover
    |
  • 6e9c3e2 - Patrick Schult - 2024-04-04 09:33:22
    | Merge pull request Fix/web nightly #5821 from mailcow/fix/web-nightly
    | | Fix/web nightly
    | * cf2fda6 - FreddleSpl0it - 2024-04-04 09:31:20
    | | [Web] escape html of alert messages
    | |
    | * cd24057 - FreddleSpl0it - 2024-04-04 09:31:03
    | | [Web] use SEC_FETCH_DEST header to block api requests
    | |
    | * c68a436 - FreddleSpl0it - 2024-04-04 09:30:30
    |/ [Web] fix invalid rspamd map check
    |
  • 0807c12 - FreddleSpl0it - 2024-03-08 15:11:49
    | [Web] set default LDAP options on get
    |
  • e0bda6c - FreddleSpl0it - 2024-03-08 14:05:37
    | [Web] prevent multiple dual-logins
    |
  • 2ba64e9 - FreddleSpl0it - 2024-03-08 13:50:20
    | [Web] allow SSL / TLS connections for LDAP
    |
  • e1c3ad9 - FreddleSpl0it - 2024-03-08 13:15:35
    | [Web] return idp instance after init
    |
  • ffbf175 - FreddleSpl0it - 2024-02-26 13:40:34
    | [Web] fix identity_provider ArgumentCountError
    |
  • a3af2d8 - Patrick Schult - 2024-02-26 13:33:44
    | Merge pull request Fix nightly issues with new ldap provider #5764 from mailcow/fix/nightly-issues
    | | Fix nightly issues with new ldap provider
    | * 39a4b11 - FreddleSpl0it - 2024-02-26 13:14:08
    | | [SOGo] fix plist_ldap.sh example
    | |
    | * 881c2d6 - FreddleSpl0it - 2024-02-26 13:13:50
    | | [SOGo] remove custom logout from toolbar
    | |
    | * d237157 - FreddleSpl0it - 2024-02-26 13:12:44
    | | init identity_provider only after all conditions are met
    | |
    | * 6928eb6 - FreddleSpl0it - 2024-02-26 13:10:08
    |/ [Dovecot] move sogo sso to mailcowauth.php
    |
  • 010d898 - FreddleSpl0it - 2024-02-23 10:01:56
    | [Web] apply LDAP filter
    |
  • 766c270 - FreddleSpl0it - 2024-02-23 09:12:17
    | [SOGo] fix custom html elements and wrong redirection
    |
  • 916d0fd - FreddleSpl0it - 2024-02-23 08:12:06
    | [Web] catch all exceptions on ldap connect
    |
  • 9561526 - Patrick Schult - 2024-02-20 15:33:58
    | Merge pull request [Nightly] add LDAP as direct IdP #5754 from mailcow/feat/idp-ldap2
    | | [Nightly] add LDAP as direct IdP
    | * 45811bc - FreddleSpl0it - 2024-02-20 15:00:06
    | | [Web] fix mailbox datatable search
    | |
    | * 132e37b - FreddleSpl0it - 2024-02-20 12:42:37
    | | [SOGo] use bash script for ldap plist template
    | |
    | * b3e26e1 - FreddleSpl0it - 2024-02-20 12:01:08
    | | [Ofelia] add ldap sync cronjob
    | |
    | * a3bb889 - FreddleSpl0it - 2024-02-20 11:41:02
    | | [Web] fix set_tfa for ldap users
    | |
    | * 3a1dcb3 - FreddleSpl0it - 2024-02-20 11:34:01
    | | [Web] fix set_tfa for ldap users
    | |
    | * d22cafa - FreddleSpl0it - 2024-02-20 11:21:25
    | | [Web] fix ldap filter if empty
    | |
    | * 78e7266 - FreddleSpl0it - 2024-02-20 10:46:23
    | | [Web] add LDAP query filter
    | |
    | * a06c783 - FreddleSpl0it - 2024-02-20 10:31:14
    | | [Web] add ldap idp
    | |
    | * d479d18 - FreddleSpl0it - 2024-02-20 10:30:11
    |/ [Web] update directorytree/ldaprecord
    |
  • 4014683 - DerLinkman - 2024-02-08 12:42:36
    | docker-compose: bumped versions
    |
  • 448f85a - DerLinkman - 2024-02-08 12:42:36
    | Remove unused files
    |
  • 9a4b79a - FreddleSpl0it - 2024-02-08 12:42:35
    | [Web] fix idp mailbox login
    |
  • 058b79e - DerLinkman - 2024-02-08 12:42:35
    | dovecot: corrected dockerfile inside nightly
    |
  • 2163983 - FreddleSpl0it - 2024-02-08 12:42:35
    | fix functions.inc.php, update sogo and dovecot nightly image
    |
  • 1cda165 - Geert Hauwaerts - 2024-02-08 12:42:34
    | Fixed SQL query for retrieving SSO users.
    |
  • 2f1e143 - FreddleSpl0it - 2024-02-08 12:42:34
    | [Web] add log messages to verify-sso function
    |
  • 9039ab4 - FreddleSpl0it - 2024-02-08 12:42:34
    | [Web] add missing file to autodiscover.php
    |
  • db47696 - DerLinkman - 2024-02-08 12:42:33
    | Updated Dovecot Image to use OpenSSL 3.0 fix
    |
  • eb9e3b8 - FreddleSpl0it - 2024-02-08 12:42:33
    | [Web] add configurable client scopes for generic-oidc
    |
  • ba32f11 - FreddleSpl0it - 2024-02-08 12:42:32
    | [Web] dont rtrim generic-oidc urls
    |
  • 27ef04b - DerLinkman - 2024-02-08 12:42:32
    | Update Dovecot to reuse lz4 compression
    |
  • b3a94e7 - DerLinkman - 2024-02-08 12:42:32
    | Use dedicated nightly images on nightly branch + updates of images itself
    |
  • 3a4c0c8 - FreddleSpl0it - 2024-02-08 12:42:31
    | fix keycloak mailpassword flow
    |
  • 73a044e - Mirko Ceroni - 2024-02-08 12:42:31
    | Update sogo-auth.php
    |
  • 389eb99 - Mirko Ceroni - 2024-02-08 12:42:31
    | Update sogo-auth.php
    | initialize db before validating credentials
  • 597d98e - FreddleSpl0it - 2024-02-08 12:42:30
    | Fixes user sync of keycloak IDP crashes #5408
    |
  • 981307a - FreddleSpl0it - 2024-02-08 12:42:30
    | [Web] add missing break
    |
  • 2d51881 - FreddleSpl0it - 2024-02-08 12:42:30
    | [Web] fix user protocol badges
    |
  • 788f03e - FreddleSpl0it - 2024-02-08 12:42:29
    | [Dovecot] remove passwd-verify.lua generation
    |
  • 81024b8 - DerLinkman - 2024-02-08 12:42:29
    | Clamd using Alpine Packages instead self compile
    |
  • 89c5064 - DerLinkman - 2024-02-08 12:42:29
    | Rebased Dovecot on Alpine + fixed logging
    |
  • 4b18a99 - DerLinkman - 2024-02-08 12:42:28
    | Small fixes for CLAMD Health Check
    |
  • 92d2cca - DerLinkman - 2024-02-08 12:42:28
    | Added missing Labels to Dockerfiles
    |
  • 466e36e - DerLinkman - 2024-02-08 12:42:28
    | Optimized Build Process for Dovecot
    |
  • 7ec7bd2 - DerLinkman - 2024-02-08 12:42:27
    | Changed Dovecot Base to Bullseye again (Self compile)
    |
  • 38db722 - DerLinkman - 2024-02-08 12:42:27
    | Optimized CLAMAV Builds to match exact version instead of Repo
    |
  • 60f9412 - DerLinkman - 2024-02-08 12:42:26
    | Switched to Alpine Edge (for IMAPSYNC Deps)
    |
  • 737c050 - DerLinkman - 2024-02-08 12:42:26
    | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    |
  • 6da41b1 - DerLinkman - 2024-02-08 12:42:26
    | Removed Test self compiled SOGo Dockerfile
    |
  • 2bd46ae - DerLinkman - 2024-02-08 12:42:25
    | Changed Maintainer to tinc within Dockerfiles
    |
  • c15ab10 - DerLinkman - 2024-02-08 12:42:25
    | Updated Clamd Building to be x86 and ARM Compatible
    |
  • ddaeebc - DerLinkman - 2024-02-08 12:42:25
    | [Rspamd] Update to 3.6 (Ratelimit fix)
    |
  • e64293c - FreddleSpl0it - 2024-02-08 12:42:24
    | [Web] minor fixes
    |
  • ccc17e4 - FreddleSpl0it - 2024-02-08 12:42:24
    | [SOGo] deny direct login on external users
    |
  • a53ef2e - FreddleSpl0it - 2024-02-08 12:42:24
    | [SOGo] remove sogo_view and triggers
    |
  • 185c36c - FreddleSpl0it - 2024-02-08 12:42:23
    | [Web] catch update_sogo exceptions
    |
  • 9beb47c - FreddleSpl0it - 2024-02-08 12:42:23
    | [Web] fix malformed_username check
    |
  • 3d48667 - FreddleSpl0it - 2024-02-08 12:42:23
    | [Web] remove keycloak sync disabled warning
    |
  • 04e2494 - FreddleSpl0it - 2024-02-08 12:42:22
    | deny changes on identity provider if it's in use
    |
  • 7b47159 - FreddleSpl0it - 2024-02-08 12:42:22
    | rework auth - move dovecot sasl log to php
    |
  • 17b6ac3 - FreddleSpl0it - 2024-02-08 12:42:22
    | [Web] allow mailbox authsource to be switchable
    |
  • 43600cd - FreddleSpl0it - 2024-02-08 12:42:21
    | [Web] fix identity-provider settings layout
    |
  • 6d3a32c - FreddleSpl0it - 2024-02-08 12:42:21
    | [Web] trim CRON_LOG
    |
  • 21fa3c8 - FreddleSpl0it - 2024-02-08 12:42:21
    | [Web] remove unnecessary if block
    |
  • 6df6638 - FreddleSpl0it - 2024-02-08 12:42:20
    | [Web] add curl timeouts to oidc requests
    |
  • 8ce4600 - FreddleSpl0it - 2024-02-08 12:42:20
    | [Web] update lang files
    |
  • 3179c0e - FreddleSpl0it - 2024-02-08 12:42:19
    | [Dovecot] mailcowauth minor fixes
    |
  • 3725473 - FreddleSpl0it - 2024-02-08 12:42:19
    | [Web] improve identity-provider template
    |
  • a4cce14 - FreddleSpl0it - 2024-02-08 12:42:19
    | [Web] improve attribute sync performance
  • 57ee17b - Niklas Meyer - 2024-08-07 14:17:43
    | Merge branch 'nightly' into staging
    |
  • 76194be - Niklas Meyer - 2024-08-07 14:03:32
    | Merge pull request Refactor: update.sh script with --help should exit with status code 0 #5991 from h3ssan/refactor/update-script-help-exit
    | | Refactor: update.sh script with --help should exit with status code 0
    | * 2fe21e9 - Hassan A Hashim - 2024-08-07 14:57:36
    | | Refactor: update.sh script with --help should exit with status code 0
    | |
  • | 3b23afa - Niklas Meyer - 2024-08-07 14:01:39
    | Merge pull request rspamd: upgrade to rspamd 3.9.1 #5661 from mailcow/feat/rspamd-3.8
    | | | rspamd: upgrade to rspamd 3.9.1
    | * | 6e00d65 - DerLinkman - 2024-08-07 14:00:04
    | | | compose: bumped rspamd tag
    | | |
    | * | b6c0364 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: fixed dqs rbl insertion handling
    | | |
    | * | 5d7c9b2 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: upgrade to 3.9.1 + upgrade to bookworm
    | | |
    | * | 4b400ea - DerLinkman - 2024-08-07 13:59:26
    |/ / rspamd: Added DQS RBLs when key is set
    | |
  • | ab2abda - Niklas Meyer - 2024-08-07 13:58:11
    | Merge pull request fix: change internal urls for containers using curl on alpine #5967 from Doozy134/fix/curl-hostname
    | | | fix: change internal urls for containers using curl on alpine
    | * | a4c0068 - DerLinkman - 2024-08-07 09:51:47
    | | | compose: bump container tags
    | | |
    | * | b56291f - DerLinkman - 2024-08-07 09:50:57
    | | | adapt scheme to affected curl containers (dirty way... but workaround)
    | | |
    | * | 0cdf764 - Kasim - 2024-08-07 09:40:08
    | | | Include COMPOSE_PROJECT_NAME in Nginx url
    | | |
    | * | 8fe1cc4 - Kasim - 2024-08-07 09:40:04
    | | | change nginx address
    | | | ACME "Waiting for Nginx..." #5962
  • | | b7ed698 - Niklas Meyer - 2024-08-07 13:51:10
    | Merge pull request Don't expose SMTP/IMAP if announced "not provided" via SRV #5945 from SailReal/master
    | |_|/ Don't expose SMTP/IMAP if announced "not provided" via SRV
    |/| |
    | * | 384e5a2 - Julian Raufelder - 2024-07-09 19:57:32
    | / Don't expose SMTP/IMAP if announced "not provided" via SRV
    | | Fixes Do not publish IMAP/SMTP in autoconfig.php if disabled via SRV record #5944
    | |
  • | fd92785 - Niklas Meyer - 2024-08-07 13:49:07
    | Merge pull request Fix LABEL in Dockerfile, should be key=value #5990 from h3ssan/fix/dockerfile-label-fix
    | | | Fix LABEL in Dockerfile, should be key=value
    | * | edd85de - Hassan A Hashim - 2024-08-06 22:44:59
    | | | Fix LABEL in Dockerfile, should be key=value
    | | | Refering to the Official Docker Docs, clearly said the format of LABEL is LABEL <key>=<value> <key>=<value> <key>=<value> ....
    | | |
  • | | c48f4f4 - Niklas Meyer - 2024-08-07 13:47:57
    | Merge pull request Fix typo in update.sh: word Proceeding #5989 from h3ssan/fix/update-script-procceding-typo
    | |_|/ Fix typo in update.sh: word Proceeding
    |/| |
    | * | 3bf90c1 - Hassan A Hashim - 2024-08-06 21:22:30
    | | | Fix typo for word Potential in update.sh file.
    | | |
    | * | 292306b - Hassan A Hashim - 2024-08-06 21:12:20
    | | | Fix typos and English grammar in update.sh
    | | | German is different in using upper-case than English lol
    | | |
    | * | b3e0a66 - Hassan A Hashim - 2024-08-06 21:03:17
    | | | Fix typo: receiving updates from an unsupported branch
    | | |
    | * | e994cf4 - Hassan A Hashim - 2024-08-06 20:38:18
    | |/ Fix typo in update.sh: Proceeding
    | |
  • | bf050f1 - Niklas Meyer - 2024-08-07 09:33:16
    | Merge pull request Bug Fix: Check mailcow.conf exists before work with it #5987 from h3ssan/fix/validate-mailcow-conf-before-source
    | |/ Bug Fix: Check mailcow.conf exists before work with it
    |/|
    | * cc0dc2e - Hassan A Hashim - 2024-08-06 17:51:46
    | | Add color-coded error message for missing mailcow.conf
    | |
    | * b033937 - Hassan A Hashim - 2024-08-06 17:12:54
    | | Check mailcow.conf exists before source it
    | |
  • | a001a05 - DerLinkman - 2024-08-06 16:21:28
    | | update.sh: fix text for min. docker ver
    | |
  • | 926af87 - DerLinkman - 2024-08-06 16:20:28
    |/ scripts: adding docker version check to align to docs (24.X)
    |
  • e398cb9 - Niklas Meyer - 2024-08-06 15:36:00
    | Merge pull request ui: added enotify and mime as valid options for ui #5985 from mailcow/feat/improve-sieve-parser
    | | ui: added enotify and mime as valid options for ui
    | * 6ee0303 - DerLinkman - 2024-08-06 15:33:40
    |/ ui: added enotify and mime as valid options for ui
    |
  • 68616c2 - Niklas Meyer - 2024-08-06 12:28:23
    | Merge pull request Greek names of dovecot folders #5972 from rallisf1/dovecot-folders-greek
    | | Greek names of dovecot folders
    | * e426c3a - John Rallis - 2024-07-29 16:46:03
    | Greek names of dovecot folders
    | Names taken from MSO 2016
  • f8de520 - Niklas Meyer - 2024-08-06 12:27:41
    | Merge pull request dovecot: fix precompiling of sieve scripts #5983 from mailcow/fix/sieve-compiling
    | | dovecot: fix precompiling of sieve scripts
    | * c918726 - DerLinkman - 2024-08-06 12:04:04
    | | dovecot: fix precompiling of sieve scripts
    | |
  • | 10077ec - Niklas Meyer - 2024-08-06 12:26:51
    | Merge pull request Allow prompt-less install on low-resource systems #5804 from Ayowel/feat/unattended-install
    | |/ Allow prompt-less install on low-resource systems
    |/|
    | * 5c851f2 - Ayowel - 2024-03-26 08:19:24
    | Allow prompt-less install on low-resource systems
    |
  • 3885b07 - milkmaker - 2024-08-05 19:36:55
    [Web] Updated lang.nb-no.json (Translations update from Weblate #5980)
    Co-authored-by: Christer Solstrand Johannessen csjoh@users.noreply.translate.mailcow.email
make authsource editable

|

  • b176585 - FreddleSpl0it - 2024-02-08 12:42:18
    | [Web] add crontasks logs
    |
  • f8647bb - FreddleSpl0it - 2024-02-08 12:42:18
    | [Web] add keycloak sync crontask
    |
  • 8536897 - FreddleSpl0it - 2024-02-08 12:42:18
    | [Web] handle fatal errors on getAccessToken
    |
  • e4284b8 - FreddleSpl0it - 2024-02-08 12:42:17
    | [Web] fix attribute mapping list
    |
  • 5545d8a - FreddleSpl0it - 2024-02-08 12:42:17
    | [Web] hide auth settings for external users
    |
  • 4dc3222 - FreddleSpl0it - 2024-02-08 12:42:17
    | [Web] fix bug on mailbox login
    |
  • 7cf6a9d - FreddleSpl0it - 2024-02-08 12:42:16
    | [Web] update lang.en-gb.json
    |
  • 95a15d1 - FreddleSpl0it - 2024-02-08 12:42:16
    | [Web] update guzzlehttp/psr7
    |
  • cee771a - FreddleSpl0it - 2024-02-08 12:42:16
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • a805d3b - FreddleSpl0it - 2024-02-08 12:42:15
    | [Web] add league/oauth2-client
    |
  • b251c58 - FreddleSpl0it - 2024-02-08 12:42:15
    | update gitignore
    |
  • cc75166 - FreddleSpl0it - 2024-02-08 12:42:15
    | [Web] functions.auth.inc.php corrections
    |
  • ad19ff5 - FreddleSpl0it - 2024-02-08 12:42:14
    | [Web] remove ropc flow
    |
  • e784c98 - FreddleSpl0it - 2024-02-08 12:42:14
    | [Web] add "add mailbox_from_template" function
    |
  • 28679eb - FreddleSpl0it - 2024-02-08 12:42:13
    | [Web] add generic-oidc provider
    |
  • c8fec24 - FreddleSpl0it - 2024-02-08 12:42:13
    | [Web] add "edit mailbox_from_template" function
    |
  • 0c1e2ed - FreddleSpl0it - 2024-02-08 12:42:13
    | [Web] revert configurable authsource
    |
  • 90476ae - FreddleSpl0it - 2024-02-08 12:42:12
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 3b6a1d5 - FreddleSpl0it - 2024-02-08 12:42:12
    | [Web] add generic-oidc provider
    |
  • 1ab1505 - FreddleSpl0it - 2024-02-08 12:42:12
    | [Web] remove sso login alertbox
    |
  • 593e581 - FreddleSpl0it - 2024-02-08 12:42:11
    | [Web] move iam sso functions
    |
  • e202d00 - FreddleSpl0it - 2024-02-08 12:42:11
    | [Dovecot] group auth files
    |
  • dca5f1b - FreddleSpl0it - 2024-02-08 12:42:11
    | [Web] move /process/login to internal endpoint
    |
  • f0689e0 - FreddleSpl0it - 2024-02-08 12:42:10
    | [Web] iam - add switch for direct login flow
    |
  • 5bbb12b - FreddleSpl0it - 2024-02-08 12:42:10
    | [Dovecot] fix wrong lua syntax
    |
  • c6a56e0 - FreddleSpl0it - 2024-02-08 12:42:10
    | [Web] add IAM delete button
  • 57ee17b - Niklas Meyer - 2024-08-07 14:17:43
    | Merge branch 'nightly' into staging
    |
  • 76194be - Niklas Meyer - 2024-08-07 14:03:32
    | Merge pull request Refactor: update.sh script with --help should exit with status code 0 #5991 from h3ssan/refactor/update-script-help-exit
    | | Refactor: update.sh script with --help should exit with status code 0
    | * 2fe21e9 - Hassan A Hashim - 2024-08-07 14:57:36
    | | Refactor: update.sh script with --help should exit with status code 0
    | |
  • | 3b23afa - Niklas Meyer - 2024-08-07 14:01:39
    | Merge pull request rspamd: upgrade to rspamd 3.9.1 #5661 from mailcow/feat/rspamd-3.8
    | | | rspamd: upgrade to rspamd 3.9.1
    | * | 6e00d65 - DerLinkman - 2024-08-07 14:00:04
    | | | compose: bumped rspamd tag
    | | |
    | * | b6c0364 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: fixed dqs rbl insertion handling
    | | |
    | * | 5d7c9b2 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: upgrade to 3.9.1 + upgrade to bookworm
    | | |
    | * | 4b400ea - DerLinkman - 2024-08-07 13:59:26
    |/ / rspamd: Added DQS RBLs when key is set
    | |
  • | ab2abda - Niklas Meyer - 2024-08-07 13:58:11
    | Merge pull request fix: change internal urls for containers using curl on alpine #5967 from Doozy134/fix/curl-hostname
    | | | fix: change internal urls for containers using curl on alpine
    | * | a4c0068 - DerLinkman - 2024-08-07 09:51:47
    | | | compose: bump container tags
    | | |
    | * | b56291f - DerLinkman - 2024-08-07 09:50:57
    | | | adapt scheme to affected curl containers (dirty way... but workaround)
    | | |
    | * | 0cdf764 - Kasim - 2024-08-07 09:40:08
    | | | Include COMPOSE_PROJECT_NAME in Nginx url
    | | |
    | * | 8fe1cc4 - Kasim - 2024-08-07 09:40:04
    | | | change nginx address
    | | | ACME "Waiting for Nginx..." #5962
  • | | b7ed698 - Niklas Meyer - 2024-08-07 13:51:10
    | Merge pull request Don't expose SMTP/IMAP if announced "not provided" via SRV #5945 from SailReal/master
    | |_|/ Don't expose SMTP/IMAP if announced "not provided" via SRV
    |/| |
    | * | 384e5a2 - Julian Raufelder - 2024-07-09 19:57:32
    | / Don't expose SMTP/IMAP if announced "not provided" via SRV
    | | Fixes Do not publish IMAP/SMTP in autoconfig.php if disabled via SRV record #5944
    | |
  • | fd92785 - Niklas Meyer - 2024-08-07 13:49:07
    | Merge pull request Fix LABEL in Dockerfile, should be key=value #5990 from h3ssan/fix/dockerfile-label-fix
    | | | Fix LABEL in Dockerfile, should be key=value
    | * | edd85de - Hassan A Hashim - 2024-08-06 22:44:59
    | | | Fix LABEL in Dockerfile, should be key=value
    | | | Refering to the Official Docker Docs, clearly said the format of LABEL is LABEL <key>=<value> <key>=<value> <key>=<value> ....
    | | |
  • | | c48f4f4 - Niklas Meyer - 2024-08-07 13:47:57
    | Merge pull request Fix typo in update.sh: word Proceeding #5989 from h3ssan/fix/update-script-procceding-typo
    | |_|/ Fix typo in update.sh: word Proceeding
    |/| |
    | * | 3bf90c1 - Hassan A Hashim - 2024-08-06 21:22:30
    | | | Fix typo for word Potential in update.sh file.
    | | |
    | * | 292306b - Hassan A Hashim - 2024-08-06 21:12:20
    | | | Fix typos and English grammar in update.sh
    | | | German is different in using upper-case than English lol
    | | |
    | * | b3e0a66 - Hassan A Hashim - 2024-08-06 21:03:17
    | | | Fix typo: receiving updates from an unsupported branch
    | | |
    | * | e994cf4 - Hassan A Hashim - 2024-08-06 20:38:18
    | |/ Fix typo in update.sh: Proceeding
    | |
  • | bf050f1 - Niklas Meyer - 2024-08-07 09:33:16
    | Merge pull request Bug Fix: Check mailcow.conf exists before work with it #5987 from h3ssan/fix/validate-mailcow-conf-before-source
    | |/ Bug Fix: Check mailcow.conf exists before work with it
    |/|
    | * cc0dc2e - Hassan A Hashim - 2024-08-06 17:51:46
    | | Add color-coded error message for missing mailcow.conf
    | |
    | * b033937 - Hassan A Hashim - 2024-08-06 17:12:54
    | | Check mailcow.conf exists before source it
    | |
  • | a001a05 - DerLinkman - 2024-08-06 16:21:28
    | | update.sh: fix text for min. docker ver
    | |
  • | 926af87 - DerLinkman - 2024-08-06 16:20:28
    |/ scripts: adding docker version check to align to docs (24.X)
    |
  • e398cb9 - Niklas Meyer - 2024-08-06 15:36:00
    | Merge pull request ui: added enotify and mime as valid options for ui #5985 from mailcow/feat/improve-sieve-parser
    | | ui: added enotify and mime as valid options for ui
    | * 6ee0303 - DerLinkman - 2024-08-06 15:33:40
    |/ ui: added enotify and mime as valid options for ui
    |
  • 68616c2 - Niklas Meyer - 2024-08-06 12:28:23
    | Merge pull request Greek names of dovecot folders #5972 from rallisf1/dovecot-folders-greek
    | | Greek names of dovecot folders
    | * e426c3a - John Rallis - 2024-07-29 16:46:03
    | Greek names of dovecot folders
    | Names taken from MSO 2016
  • f8de520 - Niklas Meyer - 2024-08-06 12:27:41
    | Merge pull request dovecot: fix precompiling of sieve scripts #5983 from mailcow/fix/sieve-compiling
    | | dovecot: fix precompiling of sieve scripts
    | * c918726 - DerLinkman - 2024-08-06 12:04:04
    | | dovecot: fix precompiling of sieve scripts
    | |
  • | 10077ec - Niklas Meyer - 2024-08-06 12:26:51
    | Merge pull request Allow prompt-less install on low-resource systems #5804 from Ayowel/feat/unattended-install
    | |/ Allow prompt-less install on low-resource systems
    |/|
    | * 5c851f2 - Ayowel - 2024-03-26 08:19:24
    | Allow prompt-less install on low-resource systems
    |
  • 3885b07 - milkmaker - 2024-08-05 19:36:55
    [Web] Updated lang.nb-no.json (Translations update from Weblate #5980)
    Co-authored-by: Christer Solstrand Johannessen csjoh@users.noreply.translate.mailcow.email
fix add mbox modal

|

  • 3c62a7f - FreddleSpl0it - 2024-02-08 12:42:09
    | [Web] IAM - add delete option
  • 57ee17b - Niklas Meyer - 2024-08-07 14:17:43
    | Merge branch 'nightly' into staging
    |
  • 76194be - Niklas Meyer - 2024-08-07 14:03:32
    | Merge pull request Refactor: update.sh script with --help should exit with status code 0 #5991 from h3ssan/refactor/update-script-help-exit
    | | Refactor: update.sh script with --help should exit with status code 0
    | * 2fe21e9 - Hassan A Hashim - 2024-08-07 14:57:36
    | | Refactor: update.sh script with --help should exit with status code 0
    | |
  • | 3b23afa - Niklas Meyer - 2024-08-07 14:01:39
    | Merge pull request rspamd: upgrade to rspamd 3.9.1 #5661 from mailcow/feat/rspamd-3.8
    | | | rspamd: upgrade to rspamd 3.9.1
    | * | 6e00d65 - DerLinkman - 2024-08-07 14:00:04
    | | | compose: bumped rspamd tag
    | | |
    | * | b6c0364 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: fixed dqs rbl insertion handling
    | | |
    | * | 5d7c9b2 - DerLinkman - 2024-08-07 14:00:04
    | | | rspamd: upgrade to 3.9.1 + upgrade to bookworm
    | | |
    | * | 4b400ea - DerLinkman - 2024-08-07 13:59:26
    |/ / rspamd: Added DQS RBLs when key is set
    | |
  • | ab2abda - Niklas Meyer - 2024-08-07 13:58:11
    | Merge pull request fix: change internal urls for containers using curl on alpine #5967 from Doozy134/fix/curl-hostname
    | | | fix: change internal urls for containers using curl on alpine
    | * | a4c0068 - DerLinkman - 2024-08-07 09:51:47
    | | | compose: bump container tags
    | | |
    | * | b56291f - DerLinkman - 2024-08-07 09:50:57
    | | | adapt scheme to affected curl containers (dirty way... but workaround)
    | | |
    | * | 0cdf764 - Kasim - 2024-08-07 09:40:08
    | | | Include COMPOSE_PROJECT_NAME in Nginx url
    | | |
    | * | 8fe1cc4 - Kasim - 2024-08-07 09:40:04
    | | | change nginx address
    | | | ACME "Waiting for Nginx..." #5962
  • | | b7ed698 - Niklas Meyer - 2024-08-07 13:51:10
    | Merge pull request Don't expose SMTP/IMAP if announced "not provided" via SRV #5945 from SailReal/master
    | |_|/ Don't expose SMTP/IMAP if announced "not provided" via SRV
    |/| |
    | * | 384e5a2 - Julian Raufelder - 2024-07-09 19:57:32
    | / Don't expose SMTP/IMAP if announced "not provided" via SRV
    | | Fixes Do not publish IMAP/SMTP in autoconfig.php if disabled via SRV record #5944
    | |
  • | fd92785 - Niklas Meyer - 2024-08-07 13:49:07
    | Merge pull request Fix LABEL in Dockerfile, should be key=value #5990 from h3ssan/fix/dockerfile-label-fix
    | | | Fix LABEL in Dockerfile, should be key=value
    | * | edd85de - Hassan A Hashim - 2024-08-06 22:44:59
    | | | Fix LABEL in Dockerfile, should be key=value
    | | | Refering to the Official Docker Docs, clearly said the format of LABEL is LABEL <key>=<value> <key>=<value> <key>=<value> ....
    | | |
  • | | c48f4f4 - Niklas Meyer - 2024-08-07 13:47:57
    | Merge pull request Fix typo in update.sh: word Proceeding #5989 from h3ssan/fix/update-script-procceding-typo
    | |_|/ Fix typo in update.sh: word Proceeding
    |/| |
    | * | 3bf90c1 - Hassan A Hashim - 2024-08-06 21:22:30
    | | | Fix typo for word Potential in update.sh file.
    | | |
    | * | 292306b - Hassan A Hashim - 2024-08-06 21:12:20
    | | | Fix typos and English grammar in update.sh
    | | | German is different in using upper-case than English lol
    | | |
    | * | b3e0a66 - Hassan A Hashim - 2024-08-06 21:03:17
    | | | Fix typo: receiving updates from an unsupported branch
    | | |
    | * | e994cf4 - Hassan A Hashim - 2024-08-06 20:38:18
    | |/ Fix typo in update.sh: Proceeding
    | |
  • | bf050f1 - Niklas Meyer - 2024-08-07 09:33:16
    | Merge pull request Bug Fix: Check mailcow.conf exists before work with it #5987 from h3ssan/fix/validate-mailcow-conf-before-source
    | |/ Bug Fix: Check mailcow.conf exists before work with it
    |/|
    | * cc0dc2e - Hassan A Hashim - 2024-08-06 17:51:46
    | | Add color-coded error message for missing mailcow.conf
    | |
    | * b033937 - Hassan A Hashim - 2024-08-06 17:12:54
    | | Check mailcow.conf exists before source it
    | |
  • | a001a05 - DerLinkman - 2024-08-06 16:21:28
    | | update.sh: fix text for min. docker ver
    | |
  • | 926af87 - DerLinkman - 2024-08-06 16:20:28
    |/ scripts: adding docker version check to align to docs (24.X)
    |
  • e398cb9 - Niklas Meyer - 2024-08-06 15:36:00
    | Merge pull request ui: added enotify and mime as valid options for ui #5985 from mailcow/feat/improve-sieve-parser
    | | ui: added enotify and mime as valid options for ui
    | * 6ee0303 - DerLinkman - 2024-08-06 15:33:40
    |/ ui: added enotify and mime as valid options for ui
    |
  • 68616c2 - Niklas Meyer - 2024-08-06 12:28:23
    | Merge pull request Greek names of dovecot folders #5972 from rallisf1/dovecot-folders-greek
    | | Greek names of dovecot folders
    | * e426c3a - John Rallis - 2024-07-29 16:46:03
    | Greek names of dovecot folders
    | Names taken from MSO 2016
  • f8de520 - Niklas Meyer - 2024-08-06 12:27:41
    | Merge pull request dovecot: fix precompiling of sieve scripts #5983 from mailcow/fix/sieve-compiling
    | | dovecot: fix precompiling of sieve scripts
    | * c918726 - DerLinkman - 2024-08-06 12:04:04
    | | dovecot: fix precompiling of sieve scripts
    | |
  • | 10077ec - Niklas Meyer - 2024-08-06 12:26:51
    | Merge pull request Allow prompt-less install on low-resource systems #5804 from Ayowel/feat/unattended-install
    | |/ Allow prompt-less install on low-resource systems
    |/|
    | * 5c851f2 - Ayowel - 2024-03-26 08:19:24
    | Allow prompt-less install on low-resource systems
    |
  • 3885b07 - milkmaker - 2024-08-05 19:36:55
    [Web] Updated lang.nb-no.json (Translations update from Weblate #5980)
    Co-authored-by: Christer Solstrand Johannessen csjoh@users.noreply.translate.mailcow.email
fix test connection

|

  • 61ab17d - FreddleSpl0it - 2024-02-08 12:42:09
    | [Web] fix iam attribute mapping ui
    |
  • d4ae616 - FreddleSpl0it - 2024-02-08 12:42:09
    | replace ropc flow with keycloak rest api flow
    |
  • b7a1825 - FreddleSpl0it - 2024-02-08 12:42:08
    | [Web] rename role mapping to attribute mapping
    |
  • 1c73a16 - FreddleSpl0it - 2024-02-08 12:42:08
    | new dovecout lua auth - use https
    |
  • 1aeb36d - FreddleSpl0it - 2024-02-08 12:42:07
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • f251c98 - FreddleSpl0it - 2024-02-08 12:42:07
    | [Web] create ratelimit acl on iam mbox creation
    |
  • 2040638 - FreddleSpl0it - 2024-02-08 12:42:07
    | [Web] fix broken sogo-sso
    |
  • 13f8882 - FreddleSpl0it - 2024-02-08 12:42:06
    | [Web] fix app_pass ignore_access
    |
  • eba1d46 - FreddleSpl0it - 2024-02-08 12:42:06
    | [Web] keycloak auth functions
    |
  • 6e9980b - FreddleSpl0it - 2024-02-08 12:42:06
    | [Web] add manage identity provider
    |
  • 67c9c5b - FreddleSpl0it - 2024-02-08 12:42:05
    | [Web] remove u2f lib from prerequisites
    |
  • cd3660a - FreddleSpl0it - 2024-02-08 12:42:05
    | [Web] add oauth2-keycloak lib
    |
  • 9d8c1a0 - FreddleSpl0it - 2024-02-08 12:42:05
    | [Web] remove u2f lib
    |
  • 0a77cad - FreddleSpl0it - 2024-02-08 12:42:04
    | [Web] limit identity_provider function better
    |
  • f6869da - FreddleSpl0it - 2024-02-08 12:42:04
    | [Web] manage keycloak identity provider
    |
  • 6adad79 - FreddleSpl0it - 2024-02-08 12:42:04
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 50d4d59 - FreddleSpl0it - 2024-02-08 12:42:03
    | [Web] update de-de + en-gb lang
    |
  • 56a9f1a - FreddleSpl0it - 2024-02-08 12:42:03
    | [Web] organize user landing
    |
  • 84ff6ff - FreddleSpl0it - 2024-02-08 12:42:03
    | [Web] fix user login history
    |
  • 6e35574 - FreddleSpl0it - 2024-02-08 12:42:02
    | [Web] add app hide option
    |
  • 415c1d0 - FreddleSpl0it - 2024-02-08 12:42:02
    | [Web] add seperate link for logged in users
    |
  • cfce708 - FreddleSpl0it - 2024-02-08 12:42:01
    | [Web] few style changes
    |
  • c90d637 - FreddleSpl0it - 2024-02-08 12:42:01
    [Web] redirect to sogo after failed sogo-auth

📁 Modified files

data/Dockerfiles/acme/Dockerfile | 2 +-
data/Dockerfiles/acme/acme.sh | 4 +-
data/Dockerfiles/acme/reload-configurations.sh | 14 +-
data/Dockerfiles/clamd/Dockerfile | 2 +-
data/Dockerfiles/dockerapi/Dockerfile | 2 +-
data/Dockerfiles/dovecot/Dockerfile | 3 +-
data/Dockerfiles/dovecot/docker-entrypoint.sh | 8 -
data/Dockerfiles/dovecot/rspamd-pipe-ham | 6 +-
data/Dockerfiles/dovecot/rspamd-pipe-spam | 6 +-
data/Dockerfiles/dovecot/sa-rules.sh | 4 +-
data/Dockerfiles/netfilter/Dockerfile | 3 +-
data/Dockerfiles/olefy/Dockerfile | 3 +-
data/Dockerfiles/phpfpm/Dockerfile | 3 +-
data/Dockerfiles/phpfpm/docker-entrypoint.sh | 10 +-
data/Dockerfiles/postfix/Dockerfile | 3 +-
data/Dockerfiles/rspamd/Dockerfile | 13 +-
data/Dockerfiles/rspamd/docker-entrypoint.sh | 186 +++++++++++++++
data/Dockerfiles/sogo/Dockerfile | 3 +-
data/Dockerfiles/unbound/Dockerfile | 2 +-
data/Dockerfiles/watchdog/Dockerfile | 3 +-
data/Dockerfiles/watchdog/watchdog.sh | 14 +-
data/conf/dovecot/dovecot.folders.conf | 17 +-
data/conf/rspamd/local.d/rbl.conf | 6 +-
data/conf/rspamd/local.d/rbl_group.conf | 257 +++++++++++++++++++++
data/web/autoconfig.php | 8 +
.../web/inc/lib/sieve/extensions/enotify.xml (new) | 33 +++
data/web/inc/lib/sieve/extensions/mime.xml (new) | 58 +++++
data/web/lang/lang.nb-no.json | 143 ++++++++++++
docker-compose.yml | 9 +-
generate_config.sh | 74 +++---
update.sh | 33 ++-
31 files changed, 831 insertions(+), 101 deletions(-)

Ayowel and others added 4 commits March 26, 2024 08:19
Names taken from MSO 2016
Co-authored-by: Christer Solstrand Johannessen <csjoh@users.noreply.translate.mailcow.email>
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

dovecot: fix precompiling of sieve scripts
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

1 similar comment
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Fix `LABEL` in Dockerfile, should be key=value
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Don't expose SMTP/IMAP if announced "not provided" via SRV
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

h3ssan and others added 2 commits August 7, 2024 14:57
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Refactor: `update.sh` script with `--help` should exit with status code 0
@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

Copy link
Member

@DerLinkman DerLinkman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine for me

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@milkmaker
Copy link
Collaborator Author

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@DerLinkman DerLinkman merged commit 772d5c5 into nightly Aug 7, 2024
30 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants