1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-12 01:37:07 +00:00
This commit is contained in:
downtownallday 2021-11-13 19:36:00 -05:00
commit 334c7f71b5
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
CHANGELOG CHANGELOG
========= =========
In Development
--------------
Mail:
* Roundcube's persistent_login plugin update to better support Roundcube 1.5
Version 55 (October 18, 2021) Version 55 (October 18, 2021)
----------------------------- -----------------------------

View File

@ -71,7 +71,7 @@ paths:
x-codeSamples: x-codeSamples:
- lang: curl - lang: curl
source: | source: |
curl -X GET "https://{host}/admin/login" \ curl -X POST "https://{host}/admin/login" \
-u "<email>:<password>" -u "<email>:<password>"
responses: responses:
200: 200:
@ -103,7 +103,7 @@ paths:
x-codeSamples: x-codeSamples:
- lang: curl - lang: curl
source: | source: |
curl -X GET "https://{host}/admin/logout" \ curl -X POST "https://{host}/admin/logout" \
-u "<email>:<session_key>" -u "<email>:<session_key>"
responses: responses:
200: 200:

View File

@ -32,7 +32,7 @@ apt_install \
VERSION=1.5.0 VERSION=1.5.0
HASH=2a9d11d9c10c8e8756120606c47eef702f00fe6d HASH=2a9d11d9c10c8e8756120606c47eef702f00fe6d
PERSISTENT_LOGIN_VERSION=6b3fc450cae23ccb2f393d0ef67aa319e877e435 # version 5.2.0 PERSISTENT_LOGIN_VERSION=59ca1b0d3a02cff5fa621c1ad581d15f9d642fe8
HTML5_NOTIFIER_VERSION=68d9ca194212e15b3c7225eb6085dbcf02fd13d7 # version 0.6.4+ HTML5_NOTIFIER_VERSION=68d9ca194212e15b3c7225eb6085dbcf02fd13d7 # version 0.6.4+
CARDDAV_VERSION=3.0.3 CARDDAV_VERSION=3.0.3
CARDDAV_HASH=d1e3b0d851ffa2c6bd42bf0c04f70d0e1d0d78f8 CARDDAV_HASH=d1e3b0d851ffa2c6bd42bf0c04f70d0e1d0d78f8