Commit Graph

42857 Commits

Author SHA1 Message Date
ralf
8c7547f056 improve type-filter in customfield list to be able to select fields for all type and always show the fields for all types too, when a certain type is select 2024-10-15 12:02:20 +02:00
ralf
b1789c062f * Mail: fix Sieve editor considers mail body rules wrongly as unconditional, if there are more than one rule 2024-10-14 18:39:36 +02:00
ralf
de65b96c28 * All apps: fix private custom-fields were shown independent of entry type-filter, if user was allowed to see the field 2024-10-14 17:24:16 +02:00
milan
bf21bbb4a7 fix for emptySpam, emptyTrash, compressFolder did not get Id
(cherry picked from commit c1f902c471)
2024-10-08 15:24:56 +02:00
ralf
66e62b567f Changelog for 23.1.20241008 2024-10-08 09:09:27 +02:00
Ralf Becker
60ce0d41d4 pending translations from our translation server 2024-10-08 08:59:53 +02:00
nathan
3ebf911427 More changes related to getting tree to handle actions on its leaves
- Fix action system selection vs tree
2024-10-07 22:36:57 +02:00
nathan
f7e4a61cdd Deal with scrollarea absolute positioning vs expanding tree 2024-10-04 17:12:08 -06:00
nathan
8613ed823b Further fixes on tree actions
- Fix expand on hover
- Fix trouble with dragging over item children
2024-10-04 17:11:48 -06:00
nathan
2ed29d1557 Further fixes on actions
- fixed some duplicate binding causing long delay on tree context menu & general weirdness
- remove some unneeded stuff
2024-10-04 17:07:59 -06:00
nathan
029634500d Mail: Fix drag & drop copy action 2024-10-04 17:07:48 -06:00
nathan
aaf0054978 Fix tree context menu on server-loaded branches 2024-10-04 17:07:40 -06:00
nathan
4c23e4b23f Fix drag & drop onto tree items loaded via ajax did not hightlight on drag enter 2024-10-04 17:07:29 -06:00
ralf
beab5efbe3 replace adodb_date() with PHP native date() as it is no longer available and necessary 2024-09-30 12:12:14 +02:00
ralf
baaccf3f95 Changelog for 23.1.20240930 2024-09-30 08:43:10 +02:00
Ralf Becker
250c9a59c7 pending translations from our translation server 2024-09-30 08:25:02 +02:00
nathan
64bcdcfb56 Fix et2-selectbox was not properly firing clear events 2024-09-30 08:02:53 +02:00
nathan
89be2d9d38 Et2Searchbox: Fix clearing searchbox does not display the value as cleared 2024-09-30 08:02:53 +02:00
milan
a8bac54e77 remove drag-drop hover effect on drop regarding #97141 2024-09-27 21:41:30 +02:00
ralf
807b74312e npm audit fix 2024-09-27 20:02:49 +02:00
milan
bfd304df11 fix folder badge was not updated on Ctrl+A -> Delete
--Ticket #97521

(cherry picked from commit 8f1e61d08e)
2024-09-27 15:12:47 +02:00
milan
00b3df51e0 fix folder badge was not updated when rightclick 'mark all as read' was clicked Ticket #97521
fix folder badge was not updated when rightclick 'mark all as read' was clicked Ticket #97521

(cherry picked from commit 247c51edab)
2024-09-27 14:17:46 +02:00
ralf
1f01d0265d only change title for private events on server-side 2024-09-27 13:36:43 +02:00
ralf
a9841ddb9b * Calendar: differ between private events and only having free/busy-rights by showing "busy" instead of "private" as title 2024-09-27 13:36:43 +02:00
ralf
a55c8135a9 et2-groupbox is not (yet) in 23.1 :( 2024-09-27 11:25:09 +02:00
ralf
e375d964a2 Filemanager: fix not being able to become superuser
also restyled it to be centered and fit its content
2024-09-27 11:10:18 +02:00
ralf
c51dd5125d Allow text "all_no_acl" for globalCategories 2024-09-26 19:00:05 +02:00
milan
8ed934269a fix undefined error in mail 2024-09-26 16:36:59 +02:00
milan
3394dd890d fix click on new mail account does not display unseen badges --ticket #99041
(cherry picked from commit 378ea11c6c)
2024-09-26 16:21:38 +02:00
milan
efdfc52da8 fix folder badge was not updated when rightclick 'mark all as read' was clicked
(cherry picked from commit 1434694365)
2024-09-26 16:21:38 +02:00
milan
7d8976b64f fix folder badge was not updated when rightclick 'mark all as read' was clicked
(cherry picked from commit 5255a8ecf8)
2024-09-26 16:21:38 +02:00
ralf
d88c214408 fix not working navigation in filemanager mobile: using et2-vfs-path not et2-vfs-name not allowing / 2024-09-26 10:08:49 +02:00
ralf
e04aceee5a fix [IMAP only] button was only shown if [Manual entry] was selected first 2024-09-26 09:08:18 +02:00
ralf
ac68a37757 * Mail: remove content of script and style tags from displayed html mail
only script tags itself, not their content was removed before, and style tags were not completely removed, if regular expression run into an error
2024-09-24 13:47:08 +02:00
ralf
cf24e9dbbe fix PHP error: count(): Argument #1 ($value) must be of type Countable|array, null given 2024-09-24 12:48:48 +02:00
ralf
f72dec6d52 * All apps: limit number of loaded links to 20 and showing a load more button, if more are available 2024-09-24 12:34:20 +02:00
nathan
a556fae0f3 Et2LinkList: Do not create context menu until needed 2024-09-17 09:07:33 -06:00
nathan
84ef1ae2c8 Et2VfsSelectDialog: Only start search when first loaded if dialog is open
Previously it always started search, even if created closed.
2024-09-17 09:07:26 -06:00
ralf
92225d8fc6 * Admin: bulk action together with a selected group and select all was not working / complaining about nothing selected
(without group, it always skiped the last entry, due to num_rows=-1)
2024-09-17 13:15:16 +02:00
ralf
82ef5d6446 fix Framework::includeJS("", "app", "filemanager") failed on client-side, due to a double slash "//" in path
also fixed various warnings
2024-09-17 08:47:28 +02:00
ralf
89c67cfc49 if async ID would be longer than 64 chars truncate it to 32 chars plus md5 hash of all data
take care of being able to read old, just truncated IDs too
2024-09-16 13:38:27 +02:00
ralf
4040cb030f added "No limit" as placeholder text to be more clear NOT to write "empty", which forbides (like every non-number) any export 2024-09-16 08:55:21 +02:00
ralf
94aba17961 fix ajax_get_options does not use default of true for globalCategories 2024-09-13 13:06:27 +02:00
ralf
0573437a3b fix count(): Argument #1 ($value) must be of type Countable|array, null given 2024-09-13 08:38:51 +02:00
milan
57fcc04fb0 fix bug in tree where lazy loading without a result would never stop
(cherry picked from commit f4438ac59d)
2024-09-12 11:59:57 +02:00
ralf
6574cec164 fix et2-select-bool to return true/false and not "1" or "0", fixes mail-account edit switches sieve on again after apply 2024-09-12 11:56:33 +02:00
ralf
0eb67f37ea fix et2-select-cat globalCategories attribute was not parsed correct (default for not setting the attribute is true!) 2024-09-12 11:06:30 +02:00
nathan
acba58111e Calendar: Fix sidebox merge 2024-09-11 11:32:25 -06:00
ralf
5d491cf313 fix array_key_exists() Argument #2 must be of type array, null given when trying to create a new iCal Import profile for Infolog 2024-09-11 17:24:12 +02:00
ralf
bdf50616e9 * ActiveDirectory: allow to disable VLV controls, if your AD has problems with it AND can return all users in a single query 2024-09-11 09:01:13 +02:00