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 2023-10-13T13:24:02Z #5467

Merged
merged 7 commits into from
Oct 19, 2023
Merged

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Oct 13, 2023

📝 Brief description

[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix test connection

[Web] add IAM delete button
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow
pt-br translation (#5470)

fix test connection

[Web] add IAM delete button
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix test connection

[Web] add IAM delete button
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow
pt-br translation (#5470)

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix test connection

[Web] add IAM delete button
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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
[Web] redirect to sogo after failed sogo-auth
[Web] few style changes
[Web] add seperate link for logged in users
Merge pull request #5090 from mailcow/staging
Merge pull request #5115 from mailcow/staging
[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
increase dovecot image tag
[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
Merge pull request #5132 from mailcow/staging
Merge pull request #5144 from mailcow/staging
Merge pull request #5148 from mailcow/staging
Merge pull request #5151 from mailcow/staging
[Web] fix iam attribute mapping ui
[Web] IAM - add delete option

fix test connection

[Web] add IAM delete button

fix add mbox modal

Merge pull request #5154 from mailcow/staging
[Dovecot] fix wrong lua syntax
[Web] iam - add switch for direct login flow
[Web] move /process/login to internal endpoint
Merge pull request #5165 from mailcow/staging
Merge pull request #5229 from mailcow/staging
[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

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow
pt-br translation (#5470)

make authsource editable

[Web] improve identity-provider template
[Dovecot] mailcowauth minor fixes
[Web] update lang files
[Web] add curl timeouts to oidc requests
Merge remote-tracking branch 'origin/nightly' into feature/sso
[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
[Rspamd] Update to 3.6 (Ratelimit fix)
Updated Clamd Building to be x86 and ARM Compatible
Added new SOGo ARM64 Compatible Repo
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
[Rspamd] Removed Arch Tag for Dockerfile
Added missing Labels to Dockerfiles
Updated docker-compose.yml for Public testing
Added missing solr ARM64 Image
Fixed DockerAPI Exception (due to incompatible urllib3)
Removed fixed urllib3 due to fixed docker python module
Small fixes for CLAMD Health Check
Rebased Dovecot on Alpine + fixed logging
Changed Compose back to Versioning
Clamd using Alpine Packages instead self compile
Updated unbound image to first multi arch ver.
Update clamd for first multi arch ver.
[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
Merge branch 'nightly' into feature/sso
[Dovecot] remove passwd-verify.lua generation
set nightly images
[Web] fix user protocol badges
[Web] add missing break
Merge pull request #5381 from mailcow/feature/sso
Merge pull request #5378 from mailcow/staging
Update sogo-auth.php
Update sogo-auth.php
Fixes #5408
Merge pull request #5400 from cero1988/nightly
fix keycloak mailpassword flow
Use dedicated nightly images on nightly branch + updates of images itself
Merge branch 'staging' into nightly
Updated compose version info color from red to yellow
pt-br translation (#5470)
[Web] Updated lang.pt-br.json (#5471)

💻 Commits

  • 59c1e7a - milkmaker - 2023-10-14 14:26:06
    | [Web] Updated lang.pt-br.json (Translations update from Weblate #5471)
    | Co-authored-by: Peter [email protected]

  • 4f9dad5 - Pedro Lucca S.C - 2023-10-14 14:16:07
    | pt-br translation (ADD Brazilian Portuguese Translation  #5470)
    |

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

  • 4f9dad5 - Pedro Lucca S.C - 2023-10-14 14:16:07
    | pt-br translation (ADD Brazilian Portuguese Translation  #5470)
    |

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |

  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |

  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |

  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |

  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |

  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |

  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |

  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |

  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |

  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |

  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |

  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |

  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |

  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |

  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |

  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |

  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |

  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |

  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |

  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |

  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |

  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |

  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |

  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |

  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |

  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |

  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |

  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |

  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |

  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |

  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |

  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |

  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |

  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |

  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |

  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |

  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |

  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |

  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |

  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |

  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |

  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |

  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |

  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |

  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |

  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |

  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |

  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |

  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |

  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |

  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button

  • 4f9dad5 - Pedro Lucca S.C - 2023-10-14 14:16:07
    | pt-br translation (ADD Brazilian Portuguese Translation  #5470)
    |

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |

  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |

  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |

  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |

  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |

  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |

  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |

  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |

  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |

  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |

  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |

  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |

  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |

  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |

  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |

  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |

  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |

  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |

  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |

  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |

  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |

  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |

  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |

  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |

  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |

  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option

  • 4f9dad5 - Pedro Lucca S.C - 2023-10-14 14:16:07
    | pt-br translation (ADD Brazilian Portuguese Translation  #5470)
    |

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |

  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |

  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |

  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |

  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |

  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |

  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |

  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |

  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |

  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |

  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |

  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |

  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |

  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |

  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |

  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |

  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |

  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |

  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |

  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |

  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |

  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |

  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |

  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |

  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |

  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option

  • adc6a00 - DerLinkman - 2023-10-13 15:37:37
    Updated compose version info color from red to yellow

  • d8b5877 - FreddleSpl0it - 2023-10-13 14:36:30
    | Merge branch 'staging' into nightly
    |

  • 2edaf22 - DerLinkman - 2023-10-11 14:48:40
    | Use dedicated nightly images on nightly branch + updates of images itself
    |

  • 45717cc - FreddleSpl0it - 2023-09-26 16:06:35
    | fix keycloak mailpassword flow
    |

  • b1fecbe - Patrick Schult - 2023-09-12 10:15:24
    | Merge pull request Update sogo-auth.php #5400 from cero1988/nightly
    | | Update sogo-auth.php
    | * 2bc1634 - Mirko Ceroni - 2023-09-05 20:50:14
    | | Update sogo-auth.php
    | |
    | * e031cbb - Mirko Ceroni - 2023-09-01 20:06:03
    | | Update sogo-auth.php
    | | initialize db before validating credentials

  • | 39eb61e - FreddleSpl0it - 2023-09-12 10:07:46
    |/ Fixes user sync of keycloak IDP crashes #5408
    |

  • b06da30 - Niklas Meyer - 2023-08-10 13:52:10
    | Merge pull request Automatic PR to nightly from 2023-08-06T04:32:08Z #5378 from mailcow/staging
    | Automatic PR to nightly from 2023-08-06T04:32:08Z

  • 77ca0ec - Patrick Schult - 2023-08-09 10:23:58
    | Merge pull request Add support for external Identity Providers #5381 from mailcow/feature/sso
    | | Add support for external Identity Providers
    | * e349950 - FreddleSpl0it - 2023-08-08 10:51:09
    | | [Web] add missing break
    | |
    | * d9b23cf - FreddleSpl0it - 2023-08-08 10:49:12
    | | [Web] fix user protocol badges
    | |
    | * fa8648a - FreddleSpl0it - 2023-08-08 10:47:13
    | | set nightly images
    | |
    | * 6a1cac6 - FreddleSpl0it - 2023-08-08 10:13:14
    | | [Dovecot] remove passwd-verify.lua generation
    | |
    | * aa4c18f - Patrick Schult - 2023-08-08 09:47:17
    | | Merge branch 'nightly' into feature/sso
    | |/
    |/|
    | |

  • | 0004677 - DerLinkman - 2023-08-04 15:36:09
    | | Update clamd for first multi arch ver.
    | |

  • | 9ead71d - DerLinkman - 2023-08-04 15:29:30
    | | Updated unbound image to first multi arch ver.
    | |

  • | 3e54569 - DerLinkman - 2023-08-04 11:38:37
    | | Clamd using Alpine Packages instead self compile
    | |

  • | 7f16787 - DerLinkman - 2023-08-04 11:38:37
    | | Changed Compose back to Versioning
    | |

  • | ed491fb - DerLinkman - 2023-08-04 11:37:57
    | | Rebased Dovecot on Alpine + fixed logging
    | |

  • | 384307b - DerLinkman - 2023-08-04 11:37:57
    | | Small fixes for CLAMD Health Check
    | |

  • | c948a6c - DerLinkman - 2023-08-04 11:37:57
    | | Removed fixed urllib3 due to fixed docker python module
    | |

  • | 5ba1fb6 - DerLinkman - 2023-08-04 11:37:57
    | | Fixed DockerAPI Exception (due to incompatible urllib3)
    | |

  • | 1be0fad - Niklas Meyer - 2023-08-04 11:37:57
    | | Added missing solr ARM64 Image
    | |

  • | f7ce3e7 - DerLinkman - 2023-08-04 11:37:57
    | | Updated docker-compose.yml for Public testing
    | |

  • | 6e79815 - DerLinkman - 2023-08-04 11:37:14
    | | Added missing Labels to Dockerfiles
    | |

  • | 27b274a - DerLinkman - 2023-08-04 11:36:49
    | | [Rspamd] Removed Arch Tag for Dockerfile
    | |

  • | d751d4f - DerLinkman - 2023-08-04 11:36:49
    | | Optimized Build Process for Dovecot
    | |

  • | c134f0b - DerLinkman - 2023-08-04 11:36:49
    | | Changed Dovecot Base to Bullseye again (Self compile)
    | |

  • | b5d89d9 - DerLinkman - 2023-08-04 11:36:49
    | | Optimized CLAMAV Builds to match exact version instead of Repo
    | |

  • | c58fcdd - DerLinkman - 2023-08-04 11:36:49
    | | Switched to Alpine Edge (for IMAPSYNC Deps)
    | |

  • | a602dd4 - DerLinkman - 2023-08-04 11:36:49
    | | Rebased Dovecot on Alpine 3.17 instead Bullseye (ARM64 Support)
    | |

  • | da49b76 - DerLinkman - 2023-08-04 11:36:49
    | | Removed Test self compiled SOGo Dockerfile
    | |

  • | b06116a - DerLinkman - 2023-08-04 11:36:49
    | | Changed Maintainer to tinc within Dockerfiles
    | |

  • | 563562c - DerLinkman - 2023-08-04 11:36:49
    | | Added new SOGo ARM64 Compatible Repo
    | |

  • | 70121e6 - DerLinkman - 2023-08-04 11:36:48
    | | Updated Clamd Building to be x86 and ARM Compatible
    | |

  • | 55fbfbf - DerLinkman - 2023-08-04 09:10:57
    / [Rspamd] Update to 3.6 (Ratelimit fix)
    |

  • 75c76dd - FreddleSpl0it - 2023-08-07 09:28:26
    | [Web] minor fixes
    |

  • 394f4fe - FreddleSpl0it - 2023-08-07 09:27:32
    | [SOGo] deny direct login on external users
    |

  • fd20f3f - FreddleSpl0it - 2023-08-07 09:26:15
    | [SOGo] remove sogo_view and triggers
    |

  • 9c204ba - FreddleSpl0it - 2023-08-07 09:24:07
    | [Web] catch update_sogo exceptions
    |

  • 8f6a655 - FreddleSpl0it - 2023-08-07 09:20:06
    | [Web] fix malformed_username check
    |

  • 66af9b8 - FreddleSpl0it - 2023-08-07 09:18:36
    | [Web] remove keycloak sync disabled warning
    |

  • ff4b4b4 - FreddleSpl0it - 2023-07-30 11:24:07
    | deny changes on identity provider if it's in use
    |

  • 00e3339 - FreddleSpl0it - 2023-07-30 10:07:56
    | rework auth - move dovecot sasl log to php
    |

  • 35d384d - FreddleSpl0it - 2023-07-28 15:36:48
    | [Web] allow mailbox authsource to be switchable
    |

  • 6972d27 - FreddleSpl0it - 2023-07-28 15:35:09
    | [Web] fix identity-provider settings layout
    |

  • 9051bb9 - FreddleSpl0it - 2023-07-07 09:46:04
    | [Web] trim CRON_LOG
    |

  • 239d8fc - FreddleSpl0it - 2023-07-07 09:30:32
    | [Web] remove unnecessary if block
    |

  • 18783aa - FreddleSpl0it - 2023-07-07 09:28:05
    | Merge remote-tracking branch 'origin/nightly' into feature/sso
    | |
    | * 4d824d4 - Niklas Meyer - 2023-05-08 16:26:55
    | | Merge pull request Automatic PR to nightly from 2023-05-08T06:04:57Z #5229 from mailcow/staging
    | | Automatic PR to nightly from 2023-05-08T06:04:57Z
    | * 73e9dd0 - Niklas Meyer - 2023-05-02 18:44:54
    | | Merge pull request Automatic PR to nightly from 2023-04-03T17:18:39Z #5165 from mailcow/staging
    | | Automatic PR to nightly from 2023-04-03T17:18:39Z
    | * 2366ff5 - Niklas Meyer - 2023-04-03 14:24:11
    | | Merge pull request Automatic PR to nightly from 2023-03-28T22:12:48Z #5154 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T22:12:48Z
    | * d1c455a - Niklas Meyer - 2023-03-28 12:27:32
    | | Merge pull request Automatic PR to nightly from 2023-03-28T08:11:01Z #5151 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-28T08:11:01Z
    | * 0f45234 - Niklas Meyer - 2023-03-27 16:40:44
    | | Merge pull request Automatic PR to nightly from 2023-03-27T06:34:45Z #5148 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-27T06:34:45Z
    | * 43eb5d8 - Niklas Meyer - 2023-03-23 20:02:45
    | | Merge pull request Automatic PR to nightly from 2023-03-22T12:36:38Z #5144 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-22T12:36:38Z
    | * 4e96000 - Niklas Meyer - 2023-03-20 12:06:29
    | | Merge pull request Automatic PR to nightly from 2023-03-17T15:29:02Z #5132 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-17T15:29:02Z
    | * 380853c - Niklas Meyer - 2023-03-09 15:13:16
    | | Merge pull request Automatic PR to nightly from 2023-03-06T13:28:02Z #5115 from mailcow/staging
    | | Automatic PR to nightly from 2023-03-06T13:28:02Z
    | * 2db82c1 - Niklas Meyer - 2023-03-03 16:09:28
    | Merge pull request Automatic PR to nightly from 2023-02-23T19:21:31Z #5090 from mailcow/staging
    | Automatic PR to nightly from 2023-02-23T19:21:31Z

  • 6f37609 - FreddleSpl0it - 2023-07-07 08:52:54
    | [Web] add curl timeouts to oidc requests
    |

  • 167083b - FreddleSpl0it - 2023-07-06 16:00:51
    | [Web] update lang files
    |

  • ec05f9c - FreddleSpl0it - 2023-07-06 16:00:26
    | [Dovecot] mailcowauth minor fixes
    |

  • 4554431 - FreddleSpl0it - 2023-07-06 15:59:16
    | [Web] improve identity-provider template
    |

  • b11ee45 - FreddleSpl0it - 2023-07-06 15:56:39
    | [Web] improve attribute sync performance

make authsource editable

|

  • 4426bd3 - FreddleSpl0it - 2023-07-06 15:53:33
    | [Web] add crontasks logs
    |
  • 4613d00 - FreddleSpl0it - 2023-07-06 15:49:06
    | [Web] add keycloak sync crontask
    |
  • 956dae8 - FreddleSpl0it - 2023-05-25 12:32:47
    | [Web] handle fatal errors on getAccessToken
    |
  • 6aac996 - FreddleSpl0it - 2023-05-25 11:36:17
    | [Web] fix attribute mapping list
    |
  • 6dc6c64 - FreddleSpl0it - 2023-05-25 10:06:55
    | [Web] hide auth settings for external users
    |
  • 2a02bae - FreddleSpl0it - 2023-05-16 14:50:36
    | [Web] fix bug on mailbox login
    |
  • e5cac09 - FreddleSpl0it - 2023-05-16 13:41:16
    | [Web] update lang.en-gb.json
    |
  • 30537c6 - FreddleSpl0it - 2023-05-16 13:37:27
    | [Web] update guzzlehttp/psr7
    |
  • 96390c2 - FreddleSpl0it - 2023-05-16 13:31:40
    | [Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
    |
  • 34e7b3f - FreddleSpl0it - 2023-05-16 13:21:17
    | [Web] add league/oauth2-client
    |
  • 07edec4 - FreddleSpl0it - 2023-05-16 12:48:30
    | update gitignore
    |
  • a0319b3 - FreddleSpl0it - 2023-05-16 12:47:47
    | [Web] functions.auth.inc.php corrections
    |
  • 910eb40 - FreddleSpl0it - 2023-05-16 12:37:01
    | [Web] remove ropc flow
    |
  • 64ffa24 - FreddleSpl0it - 2023-05-16 12:32:51
    | [Web] add "add mailbox_from_template" function
    |
  • 7188936 - FreddleSpl0it - 2023-05-16 11:19:49
    | [Web] add generic-oidc provider
    |
  • 642d6a3 - FreddleSpl0it - 2023-05-16 11:16:56
    | [Web] add "edit mailbox_from_template" function
    |
  • 1bf8bea - FreddleSpl0it - 2023-05-16 11:10:41
    | [Web] revert configurable authsource
    |
  • 663d33d - FreddleSpl0it - 2023-05-16 11:03:43
    | [Web] rename var for tab-config-identity-provider.twig
    |
  • 1aa26b2 - FreddleSpl0it - 2023-05-16 10:58:45
    | [Web] add generic-oidc provider
    |
  • 4fd4f57 - FreddleSpl0it - 2023-05-16 10:44:14
    | [Web] remove sso login alertbox
    |
  • d934efa - FreddleSpl0it - 2023-05-16 10:40:52
    | [Web] move iam sso functions
    |
  • 694e122 - FreddleSpl0it - 2023-05-16 09:56:23
    | [Dovecot] group auth files
    |
  • 2f97e6e - FreddleSpl0it - 2023-04-12 15:32:22
    | [Web] move /process/login to internal endpoint
    |
  • 4b2e996 - FreddleSpl0it - 2023-04-12 11:21:29
    | [Web] iam - add switch for direct login flow
    |
  • c25124b - FreddleSpl0it - 2023-04-04 10:47:29
    | [Dovecot] fix wrong lua syntax
    |
  • 8e90c4b - FreddleSpl0it - 2023-03-31 14:56:31
    | [Web] add IAM delete button
fix add mbox modal

|

  • 960f232 - FreddleSpl0it - 2023-03-31 14:55:05
    | [Web] IAM - add delete option
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth
fix test connection

|

  • cb6c2cd - FreddleSpl0it - 2023-03-31 10:08:00
    | [Web] fix iam attribute mapping ui
    |
  • 7a9c644 - FreddleSpl0it - 2023-03-17 13:15:31
    | replace ropc flow with keycloak rest api flow
    |
  • ace5440 - FreddleSpl0it - 2023-03-17 13:14:36
    | [Web] rename role mapping to attribute mapping
    |
  • c25e597 - FreddleSpl0it - 2023-03-15 16:19:30
    | new dovecout lua auth - use https
    |
  • f7eaa50 - FreddleSpl0it - 2023-03-14 18:49:57
    | [Web] create ratelimit acl on iam mbox creation 2
    |
  • bc5e661 - FreddleSpl0it - 2023-03-14 18:41:05
    | [Web] create ratelimit acl on iam mbox creation
    |
  • fdbddb9 - FreddleSpl0it - 2023-03-14 18:30:18
    | [Web] fix broken sogo-sso
    |
  • cb7e8f9 - FreddleSpl0it - 2023-03-14 14:38:28
    | [Web] fix app_pass ignore_access
    |
  • 0b8d9a8 - FreddleSpl0it - 2023-03-14 14:31:05
    | increase dovecot image tag
    |
  • b40c2d7 - FreddleSpl0it - 2023-03-14 14:30:32
    | [Web] keycloak auth functions
    |
  • 8324484 - FreddleSpl0it - 2023-03-14 14:10:46
    | [Web] add manage identity provider
    |
  • df129bb - FreddleSpl0it - 2023-03-13 09:04:05
    | [Web] remove u2f lib from prerequisites
    |
  • c7d0217 - FreddleSpl0it - 2023-03-13 09:02:32
    | [Web] add oauth2-keycloak lib
    |
  • ea394d7 - FreddleSpl0it - 2023-03-13 08:58:39
    | [Web] remove u2f lib
    |
  • a7e309f - FreddleSpl0it - 2023-03-13 08:54:50
    | [Web] limit identity_provider function better
    |
  • 0a78c74 - FreddleSpl0it - 2023-03-12 19:08:09
    | [Web] manage keycloak identity provider
    |
  • 638a81c - FreddleSpl0it - 2023-03-12 19:06:03
    | [Web] organize auth functions+api auth w/ dovecot
    |
  • 926824b - FreddleSpl0it - 2023-03-10 17:18:00
    | [Web] update de-de + en-gb lang
    |
  • 0846467 - FreddleSpl0it - 2023-03-10 17:10:05
    | [Web] organize user landing
    |
  • 76721ab - FreddleSpl0it - 2023-03-10 15:53:59
    | [Web] fix user login history
    |
  • 41a0876 - FreddleSpl0it - 2023-03-10 15:53:09
    | [Web] add app hide option
    |
  • 226bdfa - FreddleSpl0it - 2023-02-16 15:39:12
    | [Web] add seperate link for logged in users
    |
  • a3d3b06 - FreddleSpl0it - 2023-02-16 15:34:47
    | [Web] few style changes
    |
  • a5522b6 - FreddleSpl0it - 2023-02-16 15:32:53
    [Web] redirect to sogo after failed sogo-auth

📁 Modified files

data/web/lang/lang.pt-br.json | 1296 ++++++++++++++++++++++++++++++++++++++++-
generate_config.sh | 8 +-
update.sh | 8 +-
3 files changed, 1303 insertions(+), 9 deletions(-)

@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 and others added 4 commits October 14, 2023 22:58
* [Web] Updated lang.cs-cz.json

Co-authored-by: Peter <[email protected]>
Co-authored-by: milkmaker <[email protected]>

* [Web] Updated lang.sk-sk.json

Co-authored-by: Peter <[email protected]>

---------

Co-authored-by: Peter <[email protected]>
@DerLinkman DerLinkman merged commit 53b5ca9 into nightly Oct 19, 2023
14 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.

3 participants