mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Changelog for 23.1.20240125
This commit is contained in:
parent
5f2c0f448e
commit
fff431fd4f
@ -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.20231220';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20240125';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,23 @@
|
||||
egroupware-docker (23.1.20240125) hardy; urgency=low
|
||||
|
||||
* Mail: New option "Name and domain" to show e.g. "John Smith (example.org)" set under "Information to show on email tag"
|
||||
* Mail: fix diverse problems of rich-text editor, if small paragraphs are used
|
||||
* Mail REST Api: added reply to an uploaded eml file (with optional preset body and attachments)
|
||||
* REST Api: allow to create new fields with PATCH for application/json content-type and error on not existing custom fields
|
||||
* Adressbook/Calendar/REST: fix not parsed custom fields
|
||||
* Addressbook: Fix distribution list rename
|
||||
* Api: Fix favorites button in nextmatch header did not work
|
||||
* Calendar/CalDAV: new calendar-config to allow party-crashers with email matching a given regular expression
|
||||
* Calendar: update holidays with new thunderbird.net URLs/data for a lot more countries
|
||||
* Filemanager: fix not working setting "No Access" permission on directories e.g. to hide (unwanted) group-directories
|
||||
* OpenIDConnect: allow to show as button on login page to use together with regular password login
|
||||
* Importexport: Fix import through dialog fails
|
||||
* Tracker: Fix missing assigned users with some access / group configurations
|
||||
* ActiveDirectory: optionally also use/import groups of type distribution-list
|
||||
* EPL S3: fix not working upload of backups
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Thu, 25 Jan 2024 10:02:46 +0100
|
||||
|
||||
egroupware-docker (23.1.20231220) hardy; urgency=low
|
||||
|
||||
* Mail: fix regressions with new email widget selecting from search result with mouse
|
||||
|
Loading…
Reference in New Issue
Block a user