mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Changelog for 23.1.20240304
This commit is contained in:
parent
3cafe5adc4
commit
938aaa531a
@ -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.20240125';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20240304';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,30 @@
|
||||
egroupware-docker (23.1.20240304) hardy; urgency=low
|
||||
|
||||
* LDAP: fix error creating a new group without a description
|
||||
* LDAP/ADS: fix periodic import was not converting numeric ID of primary group, in case it is different in SQL
|
||||
* LDAP/ADS: periodic import calls addaccount hook for existing account when email was just set, to activate mail account
|
||||
* Account Import: if deleting or deactivating of deleted accounts is configured, run first import as a non-incremental one to do so
|
||||
* ActiveDirectory: fix import was not detecting members removed from groups
|
||||
* Calendar/eSync: fix events created on the device are added to the server in a wrong timezone / shifted by some hours
|
||||
* Mail: display messages containing just a PDF (and no body part)
|
||||
* Notifications/Async service: fix caching in mail account always used sender from first notification
|
||||
* ImportExport: fix not working scheduled import caused by failure to update (the not existing) UI
|
||||
* ImportExport: fix not working import from http(s)
|
||||
* REST API: fix PATCHing of custom-fields
|
||||
* REST API: new links collection allowing to link application entries with each other or attach files
|
||||
* REST API: also log requests with Content-Type 'application/json' not just 'text/*'
|
||||
* REST API/Mail: respect user preference to compose in HTML and convert plain body from REST Api call to HTML (bodyHtml attribute forces HTML)
|
||||
* REST API/Timesheet: new REST API to query, update and delete timesheets https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Timesheet.md
|
||||
* API: show "My Account" in avatar menu on top right, if user has rights to change his contact data
|
||||
* API: no more session based cache for account list or searches for SQL backend (only for LDAP or AD)
|
||||
* Registration: Fix contact fields did not get copied to user account
|
||||
* Admin: fix user timezone not taken into account when displaying admin queue
|
||||
* EPL: add S3 check to FSCK to delete files not in egw_sqlfs table or empty files from S3 buckets
|
||||
* EPL: fix finally deleting files from S3 gave an error leaving the files in S3, s3check.php script to check and fix that
|
||||
* EPL: fix purging old versions also deletes them in S3, if used
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Mon, 04 Mar 2024 09:15:17 +0100
|
||||
|
||||
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"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "EGroupware",
|
||||
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
||||
"license": "GPL-2.0",
|
||||
"version": "23.1.20230228",
|
||||
"version": "23.1.20240304",
|
||||
"repository": {},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
Loading…
Reference in New Issue
Block a user