Commit Graph

42880 Commits

Author SHA1 Message Date
nathan
cad7656145 Admin: Fix importing users did not import their groups 2024-11-05 15:15:36 -07:00
milan
1ac3abc9c3 fix next and prev buttons unavailable in expose view of links tab because links moved into shadow root
regarding ticket #99991

(cherry picked from commit db3c858669)
2024-10-30 11:32:01 +01:00
ralf
58b3ea3b57 improve speed for read access / grants to a lot of accounts
first check then spend time generating the list ;)
2024-10-29 12:34:31 +01:00
ralf
672a0af913 fix array_merge(): Argument #1 must be of type array, null given 2024-10-24 11:52:14 +02:00
ralf
b2922e300a need to check both, mail-account and overwrites for SpamTitan API 2024-10-23 16:22:55 +02:00
ralf
ef36fafb53 * Addressbook: change title and role to 128 characters 2024-10-23 15:20:59 +02:00
ralf
a7e50db4e4 remove cf templates 2024-10-22 15:35:04 +02:00
nathan
37ccfa1a2b Et2SelectThumbnail: Fix Et2ThumbnailTag did not get remove button, fix dropdown icon showing up again 2024-10-21 15:00:23 -06:00
nathan
547fac56d0 Et2LinkEntry: Fix required color was not visible 2024-10-21 10:37:14 -06:00
nathan
7ff70b75dd Api: Fix some input widgets (eg: Et2LinkEntry) did not display validation error 2024-10-21 10:37:06 -06:00
nathan
4d146ee7f8 Calendar: Fix Priority label not vertically aligned 2024-10-21 09:30:57 -06:00
nathan
b1ea628546 Fix tree drag & drop hover kept items highlighted, marked as selected 2024-10-21 08:20:57 -06:00
nathan
d8cbf88207 Et2LinkString & Et2LinkList performance enhancements
- Limit server fetch to a certain amount of links (default 20)
- Load more button for Et2LinkList, More... for Et2LinkString
- Defer server fetch during initial loading for faster initial load
- Use repeat() so LitElement can do node caching magic

* Includes fixes for 23.1, most likely caused by missing cherry-pick or wrong cherry-pick order
2024-10-17 10:40:13 -06:00
nathan
e31470c58f Et2LinkTo: Fix several bugs
- Linked entries had no thumbnail
- Linking to VFS before initial save lost links
- Missing icon in VFS clipboard paste
2024-10-17 08:16:41 -06:00
nathan
a84dbd4c25 Fix new account does not update but stays at "loading" 2024-10-17 08:11:58 -06:00
nathan
c709c63152 Mail: Fix issues adding email account
- Et2Tree.refreshItem() wrong return type
2024-10-17 08:11:58 -06:00
ralf
7128486d7e Revert "Fix link-string in nextmatch did not show values" as no more links shown :(
This reverts commit 2c07840e95c6348da3b8b861e8b5e10aa3aefe7e.^
2024-10-17 13:16:48 +02:00
ralf
64f03a21fd fix deprecated creation of dynamic property 2024-10-17 09:21:50 +02:00
nathan
a44a1e2fe7 Fix incorrect link total when using onlyapp 2024-10-16 08:30:59 -06:00
nathan
2c07840e95 Fix link-string in nextmatch did not show values 2024-10-16 08:29:48 -06:00
ralf
12d9d120de * Mail: explicitly allow data-uris of arbitrary length for images (were shown as red questionmark, when longer then 800 chars) 2024-10-15 15:59:01 +02:00
ralf
01b051ed8d only history-log and notify, if there were any links deleted 2024-10-15 14:39:07 +02:00
ralf
a0fc135a23 support CFs for multiple types in the type-filter 2024-10-15 12:02:20 +02:00
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