mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Changelog for 23.1.20231219
This commit is contained in:
parent
37667df880
commit
39e12f19b2
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '23.1.005';
|
||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20231201';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20231219';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,18 @@
|
||||
egroupware-docker (23.1.20231219) hardy; urgency=low
|
||||
|
||||
* Mail: new fully keyboard navigatable email-address entry, also allowing to sort recipients via drag-n-drop
|
||||
* Mail: implement Exchange login-type "domain/username"
|
||||
* Mail: allow to configure an auto-responder, if Sieve supports the vacation-seconds extension
|
||||
* Importexport: Progress updates pushed to browser when importing
|
||||
* Calendar/REST API: implement specifying alerts, useDefaultAlerts and priority attributes in POST or PUT requests
|
||||
* LDAP/Import: fix groups never matched regular expression dn-filter in import
|
||||
* Infolog: Take group add ACL into account for type on new entries
|
||||
* OpenIDConnect: implement email_aliases scope&claim to support passing all valid email addresses of a user to a mail archive
|
||||
* OpenIDConnect: add required "end_session_endpoint" to OID discovery document (/.well-known/openid-configuration)
|
||||
* EPL/S3: allow to reset/retry failed uploads and specify a bandwidth used to calculate longer timeouts for huge files
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Tue, 19 Dec 2023 13:25:42 +0100
|
||||
|
||||
egroupware-docker (23.1.20231201) hardy; urgency=low
|
||||
|
||||
* Api: more fixes around select-widgets
|
||||
|
Loading…
Reference in New Issue
Block a user