mailcow/data/web/inc
Niklas Meyer 89fdd1986d
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>
2022-02-01 15:26:48 +01:00
..
ajax [Web] Cast all DNS check results to arrays 2021-08-21 15:47:17 +02:00
lib migrating from u2f-api.js to webauthn 2022-01-12 21:09:18 +01:00
presets [Rspamd, Web] Update Rspamd settings preset to include BCC as enabled module 2021-07-05 16:25:43 +02:00
footer.inc.php Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445) 2022-02-01 15:26:48 +01:00
functions.acl.inc.php [Web] Remove External as standard subfolder for sync jobs 2020-04-19 14:41:55 +02:00
functions.address_rewriting.inc.php [Web] Fix BCC toggling active when changing the type, thanks for @feldsam 2021-07-24 19:05:06 +02:00
functions.admin.inc.php [Web] Fix password issue on first login when adding new admin 2021-09-06 11:46:09 +02:00
functions.app_passwd.inc.php Revert "Add app-passwd list (#4281) (#4311)" (#4318) 2021-11-11 13:48:47 +01:00
functions.customize.inc.php [web] implemented twig templating system (#4264) 2021-09-22 20:47:10 +02:00
functions.dkim.inc.php [Web] Add DKIM key when adding a domain or alias domain (#4254) 2021-09-01 16:51:10 +02:00
functions.docker.inc.php [Web] More secure compose project name check 2020-07-11 13:32:40 +02:00
functions.domain_admin.inc.php [Web] Remove redundant password hash checks (#4180) 2021-07-09 09:54:35 +02:00
functions.fail2ban.inc.php [Web] Various PHP 8 fixes, partly fixes #4219 2021-08-09 08:28:22 +02:00
functions.fwdhost.inc.php [Web] Various PHP 8 fixes, partly fixes #4219 2021-08-09 08:28:22 +02:00
functions.inc.php [WebAuthn] fix error on android 2022-01-18 11:40:06 +01:00
functions.mailbox.inc.php [Dovecot, Web] Allow SOGo access with app password when imap is disabled; Add sieve to mailbox protocol access restrictions 2021-10-30 08:03:41 +02:00
functions.mailq.inc.php [Web] Return json array when mailq empty, fixes #3738 2020-09-06 11:59:36 +02:00
functions.oauth2.inc.php [Web] Various PHP 8 fixes, partly fixes #4219 2021-08-09 08:28:22 +02:00
functions.policy.inc.php [Web] Various PHP 8 fixes, partly fixes #4219 2021-08-09 08:28:22 +02:00
functions.presets.inc.php [Web] Clean PHP code by removing unused variables (#3646) 2020-07-11 13:20:38 +02:00
functions.pushover.inc.php [Web] Various PHP 8 fixes, partly fixes #4219 2021-08-09 08:28:22 +02:00
functions.quarantine.inc.php [Web] Fix order of fuzzy del and fuzzy add when learning from quarantine, fixes #3844 2020-11-07 21:46:39 +01:00
functions.quota_notification.inc.php [Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses 2021-05-23 13:18:52 +02:00
functions.ratelimit.inc.php [Web] Clean PHP code by removing unused variables (#3646) 2020-07-11 13:20:38 +02:00
functions.rspamd.inc.php [Web] PHP8 fix, fixes #4259 (#4261) 2021-09-02 19:30:14 +02:00
functions.tls_policy_maps.inc.php [Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int) 2020-09-17 19:49:15 +02:00
functions.transports.inc.php [Web] Fix transport validation 2021-08-17 22:07:06 +02:00
header.inc.php [Web] Disable SSO button when admin login is disabled, fixes #4297 2021-10-27 13:42:45 +02:00
init_db.inc.php [WebAuthn] cleanup 2022-01-18 10:23:32 +01:00
prerequisites.inc.php Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445) 2022-02-01 15:26:48 +01:00
sessions.inc.php [Web] Allow CIDR as allowed API networks; other minor fixes 2020-05-04 07:51:50 +02:00
spf.inc.php [Web] Fix: spf record validation failed with redirect 2021-05-28 23:48:15 +02:00
triggers.inc.php migrating from u2f-api.js to webauthn 2022-01-12 21:09:18 +01:00
twig.inc.php Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445) 2022-02-01 15:26:48 +01:00
vars.inc.php Merge pull request #4428 from FreddleSpl0it/master 2022-01-21 12:19:25 +01:00