Commit Graph

7460 Commits

Author SHA1 Message Date
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
672a0af913 fix array_merge(): Argument #1 must be of type array, null given 2024-10-24 11:52:14 +02:00
ralf
ef36fafb53 * Addressbook: change title and role to 128 characters 2024-10-23 15:20:59 +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
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
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
ralf
66e62b567f Changelog for 23.1.20241008 2024-10-08 09:09:27 +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
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
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
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
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
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
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
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
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
ralf
2fbc977310 allow longer sharing-path up to 1024 chars (instead of just 255), which also limited Collabora editing 2024-09-10 09:48:36 +02:00
ralf
d38604f9e6 automatic close sidebox/-bar in mobile framework when tree or favorite is clicked 2024-09-09 10:30:10 +02:00
ralf
891e9837af fix some JS errors displayed in mail 2024-09-06 12:37:47 +02:00
nathan
085eea2bdb Et2Tab: Add gap between tab contents 2024-09-06 10:20:01 +02:00