Compare commits

...

3 Commits

Author SHA1 Message Date
Tilman Lüttje
2c10e1b2ca set empty auth mechanism explicitly 2025-10-13 15:49:35 +02:00
Viktor Pracht
533eba85fd fix(open-xchange): Use masterpassword for mailfilter in migration pods 2025-10-13 14:37:42 +02:00
Thorsten Roßner
1da66c502c chore(publiccode.yml): Bump to 1.8.0 2025-09-25 17:32:37 +02:00
2 changed files with 6 additions and 2 deletions

View File

@@ -256,6 +256,10 @@ appsuite:
open-xchange-authentication-masterpassword: "enabled"
properties:
com.openexchange.calendar.allowOrganizerPartStatChanges: "true"
# Mailfilter
com.openexchange.mail.filter.passwordSource: global
com.openexchange.mail.filter.masterPassword: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}
com.openexchange.mail.filter.preferredSaslMech: ""
propertiesFiles:
/opt/open-xchange/etc/masterpassword-authentication.properties:
com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}

View File

@@ -22,8 +22,8 @@ name: "openDesk"
platforms:
- "web"
developmentStatus: "stable"
softwareVersion: "1.7.1"
releaseDate: "2025-08-26"
softwareVersion: "1.8.0"
releaseDate: "2025-09-25"
softwareType: "standalone/web"
url: "https://gitlab.opencode.de/bmi/opendesk/"
logo: ".opencode/openDesk-logo-rgb-color.svg"