1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-10 04:18:10 +02:00

fix functions.inc.php, update sogo and dovecot nightly image

This commit is contained in:
FreddleSpl0it 2024-02-05 15:22:02 +01:00 committed by DerLinkman
parent 1cda16523d
commit 216398355b
No known key found for this signature in database
GPG Key ID: F109FD97469550A2
2 changed files with 2 additions and 4 deletions

View File

@ -2086,8 +2086,6 @@ function uuid4() {
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4)); return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
} }
function identity_provider($_action, $_data = null) {
function identity_provider($_action, $_data = null, $hide_secret = false) {
function identity_provider($_action, $_data = null, $_extra = null) { function identity_provider($_action, $_data = null, $_extra = null) {
global $pdo; global $pdo;

View File

@ -187,7 +187,7 @@ services:
- phpfpm - phpfpm
sogo-mailcow: sogo-mailcow:
image: mailcow/sogo:1.122.1 image: mailcow/sogo:nightly-20240205
environment: environment:
- DBNAME=${DBNAME} - DBNAME=${DBNAME}
- DBUSER=${DBUSER} - DBUSER=${DBUSER}
@ -234,7 +234,7 @@ services:
- sogo - sogo
dovecot-mailcow: dovecot-mailcow:
image: mailcow/dovecot:1.28.2 image: mailcow/dovecot:nightly-20240205
depends_on: depends_on:
- mysql-mailcow - mysql-mailcow
- netfilter-mailcow - netfilter-mailcow