Commit Graph

42869 Commits

Author SHA1 Message Date
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
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