ralf
5cc22de567
* InfoLog/REST API: attributes "progress" and "percentComplete" were NOT parsed when creating or updating entries
2024-07-30 09:42:32 +02:00
ralf
3b6a1eb1fb
more details on error
2024-07-30 08:44:25 +02:00
milan
7f3520d348
changed Mail tree styling and added setClass(..) function to Et2Tree
2024-07-29 19:34:08 +02:00
ralf
67440f8aed
* All apps/REST API: fix custom-fields of type "date-time" to be stored timezone aware, if no format is specified
...
So far date-time values were stored in user-time, now they are stored in UTC with a "Z" suffix" to be able to still read old user-time values unchanged.
2024-07-29 19:16:08 +02:00
ralf
c72fb21b34
fix wrong case, thanks to Cyril chez ETCHE.NET <cyril@etche.net>
2024-07-26 12:02:21 +02:00
ralf
0a07505b20
widen regular expression for sort-column to allow custom fields with relative arbitrary name (letters, numbers, space)
2024-07-22 21:16:35 +02:00
ralf
4b90d2d0cf
* Api/Auth/OpenIDConnect: allow to specify which JWT payload attribute to use and a regular expression to extract username from it
2024-07-19 14:11:17 +02:00
ralf
890ec428d3
fix TypeError: Cannot access offset of type string on string caused by legacy options attribute
2024-07-16 17:37:31 +02:00
ralf
abfb542a83
fix TypeError array_merge() parameter #1 must be of type array, string given
2024-07-15 12:40:26 +02:00
ralf
de6c700e55
fix typo causing not loaded images in html files from filemanager
2024-07-12 12:30:06 +02:00
ralf
0538c05cf0
* Calendar/Resources/CalDAV: fix not reported priviledges for resources causing resource calendars to appear readonly in CalDAV clients
2024-07-12 10:10:55 +02:00
milan
8c9c061f74
revert mistakenly pushed changes
2024-07-10 20:56:39 +02:00
nathan
cf27a00b5e
Api: If merge option "link to each entry" is used, move the generated file to entry's vfs directory instead of link from generated directory
...
This should reduce filename conflicts and avoid accidental deletions
2024-07-10 11:15:36 -06:00
ralf
59ecd0688c
Merge branch 'master' into 23.1
2024-07-08 09:35:12 +02:00
ralf
26296b5fd5
fix limit_query to convert $num_rows==='' to -1 to not give a TypeError as $num_rows is integer now
2024-07-06 14:01:01 +02:00
ralf
8a984c46ea
fix limit_query to convert $num_rows==='' to -1 to not give a TypeError as $num_rows is integer now
2024-07-06 13:59:47 +02:00
ralf
43bc1783c2
adding eMclient to be able to trigger client-specific RDATE handling
2024-07-04 15:54:08 +02:00
nathan
63b9216e3c
Stop stripping scheme/host/credentials from cached symlink targets
...
Fixes symlinks to mounted hosts (samba, webdav) did not work
2024-07-03 16:02:20 -06:00
milan
44af749074
Merge remote-tracking branch 'origin/master' into upstream_master
2024-07-02 23:47:31 +02:00
milan
3a8c7ff054
AcSelect Widget
2024-07-02 23:46:43 +02:00
ralf
9ca7c6f373
export explicit recurrences via REST API (ToDo: import/update of recurring events)
2024-07-02 16:24:45 +02:00
ralf
f60db45f44
do NOT fail with TypeError, if order_by is NULL, it's harmless ;)
2024-07-01 10:27:20 +02:00
ralf
2a87ebdbe6
do NOT fail with TypeError, if order_by is NULL, it's harmless ;)
2024-07-01 10:26:53 +02:00
ralf
800216aa44
* Mail: make sure to create a valid Message-ID header, even if SERVER_NAME is set to "_"
...
happens e.g. under Univention
2024-06-29 17:52:01 +02:00
ralf
0c6e9ac77f
* Mail: make sure to create a valid Message-ID header, even if SERVER_NAME is set to "_"
...
happens e.g. under Univention
2024-06-29 17:51:21 +02:00
nathan
02e35d609f
Api: Remove disused ajax-select customfield type
2024-06-25 15:14:32 -06:00
ralf
5327c6e770
show upload error for TinyMCE images by pushing it as error-message to client and also show it instead of the URL
2024-06-25 13:57:49 +02:00
ralf
eda6e26017
show upload error for TinyMCE images by pushing it as error-message to client and also show it instead of the URL
2024-06-25 13:46:26 +02:00
ralf
7772fd25ed
* Mail: fix broken PDF attachments which were quoted-printable encoded
2024-06-24 09:42:55 +02:00
ralf
fbab8cfea1
* Mail: fix broken PDF attachments which were quoted-printable encoded
2024-06-24 09:42:25 +02:00
ralf
714e4b2169
allow numbers in table- and column-names
2024-06-24 09:06:33 +02:00
ralf
b86a558a4f
allow numbers in table- and column-names
2024-06-24 09:06:04 +02:00
ralf
ed02332adb
allow to switch sanitizing off and account for space after comma
2024-06-20 20:39:14 +02:00
ralf
4d0a967647
allow to switch sanitizing off and account for space after comma
2024-06-20 20:14:09 +02:00
ralf
da6a397e3f
* Mail: do not stall (quick-)preview on mails without text-part e.g. PDF only
2024-06-20 15:02:17 +02:00
ralf
abf5c00923
* Mail: do not stall (quick-)preview on mails without text-part e.g. PDF only
2024-06-20 15:01:50 +02:00
ralf
864bd19040
* Filemanager: automatic shorten too long filenames and replace 4-byte utf-8 characters, which gave an error when trying to store VFS
2024-06-20 12:29:35 +02:00
ralf
bd0818b7e1
* Filemanager: automatic shorten too long filenames and replace 4-byte utf-8 characters, which gave an error when trying to store VFS
2024-06-20 12:29:13 +02:00
ralf
553829d30c
fix reported problems
2024-06-20 11:13:27 +02:00
ralf
230f3953a6
fix reported problems
2024-06-20 11:12:09 +02:00
milan
5dc07b36c6
Merge remote-tracking branch 'origin/master' into upstream_master
...
# Conflicts:
# api/js/jsapi/egw_app.ts
2024-06-13 16:55:50 +02:00
milan
fc40ff11ca
AcSelect Widget and integration into the Testwidget
2024-06-13 16:51:55 +02:00
ralf
4f50e6e31c
* Mail: allow to edit/fix mail account if no session password is available e.g. SAML or OpenIdConnect SSO login
2024-06-07 11:56:34 +02:00
ralf
e0d4a9fce8
* Mail: allow to edit/fix mail account if no session password is available e.g. SAML or OpenIdConnect SSO login
2024-06-07 11:54:16 +02:00
ralf
af6bbbe4e7
* CalDAV/CardDAV/REST API: fix not working limited result
...
(since using generator instead of iterator)
2024-06-06 09:10:36 +02:00
ralf
8d5f036758
fix one problem if all recurrences of an event with explicit recurrences were overwritten/exceptions
2024-06-06 09:07:17 +02:00
ralf
be1224276b
fix one problem if all recurrences of an event with explicit recurrences were overwritten/exceptions
2024-06-04 16:44:59 +02:00
nathan
20da951b59
Merge changes
...
- Disable individual checkbox when only one entry is selected
- One entry + email document opens compose with other documents attached instead of sending directly
- Download button gives emails too
2024-05-23 14:39:19 -06:00
nathan
7858ed8fae
Fix multi-merge into email did not save to VFS
2024-05-22 10:36:29 -06:00
nathan
aeec9263ef
Merge document fixes
...
- Give some feedback for single document
- Fix line breaks in long task messages
- Fix link merged document to entries
2024-05-21 15:10:29 -06:00