-
- Downloads
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
* [API] Fix minor issue in api docs * [GH-Actions][stale] Add neverstale label to exempt list * [Web] add github version tag * [Web] add github version tag error handling * Passwordless SOGo auth: support for calendar invitations and calendar/contacts subscriptions Inviting someone to a calendar event triggers a request to /SOGo/so/otheruser@example.com/freebusy.ifb/ajaxRead. Subscribing to someone's calendar/contacts triggers a request to /SOGo/so/otheruser@example.com/foldersSearch. The email address in the URL is different from the logged-in user, which needs to be handled appropriately by sogo-auth.php. * [Web] add github version tag - adjust css * [Compose] Update SOGo Autoreply Schedule to 5m Based on the advice of inverse (SOGo developer). Thanks to https://github.com/jmber Closes: https://github.com/mailcow/mailcow-dockerized/issues/4436 * [Web] add github version tag - move twig globals * [Web] add github version tag - missing </div> * Passwordless SOGo auth: improvements for when accessing other users * [WebAuthn] fido2 passwordless auth - fix (#4440) * [WebAuthn] fido2 revert * [WebAuthn] set UV flags to 'discouraged' * [WebAuthn] revert - set UV flags to 'discouraged' Co-authored-by:ntimo <git@nowitzki.me> Co-authored-by:
Peter <magic@kthx.at> Co-authored-by:
FreddleSpl0it <patschul@posteo.de> Co-authored-by:
FreddleSpl0it <75116288+FreddleSpl0it@users.noreply.github.com> Co-authored-by:
Michael Kuron <mkuron@users.noreply.github.com>
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- data/web/api/openapi.yaml 4 additions, 4 deletionsdata/web/api/openapi.yaml
- data/web/css/build/008-mailcow.css 5 additions, 0 deletionsdata/web/css/build/008-mailcow.css
- data/web/inc/footer.inc.php 5 additions, 0 deletionsdata/web/inc/footer.inc.php
- data/web/inc/prerequisites.inc.php 6 additions, 0 deletionsdata/web/inc/prerequisites.inc.php
- data/web/inc/twig.inc.php 1 addition, 1 deletiondata/web/inc/twig.inc.php
- data/web/json_api.php 7 additions, 9 deletionsdata/web/json_api.php
- data/web/sogo-auth.php 20 additions, 14 deletionsdata/web/sogo-auth.php
- data/web/templates/admin.twig 18 additions, 16 deletionsdata/web/templates/admin.twig
- data/web/templates/admin/tab-config-admins.twig 4 additions, 5 deletionsdata/web/templates/admin/tab-config-admins.twig
- data/web/templates/base.twig 8 additions, 0 deletionsdata/web/templates/base.twig
- docker-compose.yml 1 addition, 1 deletiondocker-compose.yml
- generate_config.sh 16 additions, 0 deletionsgenerate_config.sh
- update.sh 16 additions, 0 deletionsupdate.sh
Loading
Please register or sign in to comment