Commit Graph

21 Commits (master)

Author SHA1 Message Date
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
ntimo 6bdadd6ba3
[API] Updated docs for transport route 2021-11-27 12:56:44 +00:00
Kristian Stöckel 18d7216d15
Add missing API endpoint to openapi.yaml 2021-11-12 12:53:31 +01:00
Kristian Stöckel 842cc4297a
Add missing API endpoint to openapi.yaml 2021-11-12 12:22:15 +01:00
ntimo 6211ef5922
Updated Swagger UI to v3.52.5 2021-10-18 15:08:00 +00:00
JD 530d67344e
Fix password property spelling in add,edit/mailbox endpoint (#4047) 2021-04-04 20:22:34 +02:00
André Peters a8b051c48d
Update openapi.yaml 2021-03-24 10:13:41 +01:00
myOmikron 7ad07a8fdd Changed type of items parameter to list 2021-02-07 00:16:27 +01:00
JD 1bc0f0fa6b
[Api docs] Add sogo_visible property to alias endpoints (#3956) 2021-01-30 15:48:31 +01:00
ntimo 652a1f9957
[Api docs] Added day ratelimit option to /add/domain endpoint 2020-12-22 19:45:49 +00:00
ntimo 0d2f578fcd
[Api docs] Fixed rate limit examples 2020-11-30 15:29:21 +00:00
ntimo f05a5254ec
[API docs] Added edit domain admin route 2020-10-11 07:24:14 +00:00
Timo 49cca3b1d2
[API docs] Added domain admin acl edit route (#3802) 2020-10-11 08:38:16 +02:00
ntimo 09274613ef
[API docs] Fixed spelling mistakes 2020-10-04 19:42:16 +00:00
ntimo a85224f218
[API docs] Removed all occurrences of _int
Reflecting d9b91fc04f
2020-09-17 21:01:13 +02:00
ntimo 370e6dc415
[API docs] Removed active_int
Reflecting d9b91fc04f
2020-09-17 20:35:45 +02:00
ntimo c702190b2f
[Web] Added new options to API docs
route: /api/v1/add/mailbox
2020-08-25 13:16:59 +02:00
ntimo bf7dd83e88
[API docs] Added request body for sync job creation endpoint 2020-08-14 21:08:09 +02:00
ntimo 4e79ec48a7
[WEB] Fixed schema for add/dkim api docs 2020-07-18 19:41:12 +02:00
Timo N 97e5d31dd4
[Web] Added spam-score api docs (#3608) 2020-06-12 07:26:48 +02:00
Timo N 5fe9de0500
[API] Removed api_blueprint docs and use swagger (#3595)
* [NGINX] Removed api docs location

* [WEB] Removed api_blueprint api docs

* [WEB] Added openapi/swagger api viewer

* [WEB] Added openapi.yaml with api docs

* [WEB] Added request body for create app password endpoint

* [Web] Updated types in openapi.yaml

* [Web] Only define API docs auth header once

* [Web] Added 401 api response to docs
2020-06-07 20:46:17 +02:00