Commit Graph

6699 Commits

Author SHA1 Message Date
ralf
4b61724bd5 fix error in filemanager notifications: notifications::set_popupdata(): Argument #1 ($_appname) must be of type string, null given 2024-05-02 10:21:41 +02:00
ralf
81620ec08e fix error "Bad search filter" when accessing the calendar 2024-05-02 09:16:15 +02:00
ralf
f1a1e69653 Changelog for 23.1.20240430 2024-04-30 09:27:17 +02:00
ralf
ba6f207f5f fix PHP 8.3 Error: Cannot create dynamic property DateMalformedStringException::$details 2024-04-29 12:24:57 +02:00
ralf
3eb81623e9 fix error in Calendar REST APi for participants of a private event series, which were only in some recurrences and not the series itself 2024-04-29 10:01:31 +02:00
ralf
12b779a662 * AD/LDAP Import: import could potentially deactivate or delete users if the connection to LDAP server failed 2024-04-25 10:41:04 +02:00
ralf
01b201a042 * AD Import: import was not correctly taking into account primaryGroup of users 2024-04-25 10:41:04 +02:00
ralf
11cd2c110e fix nothing input into number-field results into 0 causing e.g. timesheet quantity to be always 0 2024-04-23 12:33:40 +02:00
nathan
66fb6a2254 Etemplate: Fix number widget could not handle separators anymore
Broken by Shoelace update, I think.
2024-04-23 11:38:22 +02:00
nathan
f405da9800 Et2Number: Fix number scroll giving NaN 2024-04-18 08:12:50 -06:00
nathan
2430f65304 Fix disappearing tags when user clicks on search after selecting a result 2024-04-18 08:12:25 -06:00
ralf
16eb17efff * Notifications: fixed deleting and grouping of popup notifications by app-name and -id and show full total independent of max. 100 shown entries 2024-04-17 08:47:17 +02:00
ralf
09c957834e fix downloads via WebDAV of backups stored in S3, caused by slightly wrong Content-Size header, due to encryption of backups 2024-04-15 19:02:11 +02:00
ralf
0363fe1bd0 improving/fixing for case of multiple default accounts depending on memberships 2024-04-10 12:29:37 +02:00
ralf
5324583840 fix mass activation of mail-accounts to cope with (multiple) default accounts, different from the one of the current admin-user 2024-04-10 11:59:16 +02:00
ralf
aa3d70202c fix caching in browser, if iCal holiday url get set or changed 2024-04-10 10:46:32 +02:00
ralf
d0bea039d4 missed to remove Et2SelectEmail 2024-04-09 11:00:43 +02:00
ralf
42febf96d1 remove Et2SelectEmail replaced by Et2Email incl. using preprocessor to replace all usages 2024-04-08 14:36:35 +02:00
ralf
5020fcb140 * Mail: revert to use first and second part of full rfc822 mail address outside angle brackets as first and last name 2024-04-08 13:55:34 +02:00
nathan
6118769fab Resolve some Et2ButtonIcon issues from Shoelace upgrade
- Avoid some 404s with egroupware icons trying to load from shoelace
- Fix Shoelace icon not shown when button has an ID
2024-04-05 10:52:19 -06:00
nathan
1f89b56371 Et2Widget: Fix Number attributes were not properly parsed in transformAttributes() 2024-04-05 10:28:47 -06:00
ralf
392f579a38 fix tree doubles when you close and reopen admin tab, or any other tab which moves web-components into the sidebox menu 2024-04-05 17:24:46 +02:00
ralf
cccbc98fd5 fix TypeError on InfoLog notification 2024-04-05 14:48:36 +02:00
ralf
a24c82ba39 fixing the fix: must NOT prepend backup dir for $name===null 2024-04-04 14:24:24 +02:00
ralf
f990bbabe2 fix not working installation from backup through setup 2024-04-04 08:23:13 +02:00
ralf
2628510a56 fix registered account was lacking owner=0 and some missing translations 2024-04-03 15:16:17 +02:00
ralf
ffc6a533a4 fix Argument #2 ($old) must be of type ?array, bool given 2024-04-03 10:38:30 +02:00
ralf
3631b3e3c9 fix/allow searching, reading and updating own account for account-selection preference "none" or "groupmembers" 2024-03-30 09:11:08 +02:00
nathan
b82e573ad0 Fix Et2Select.onTagClick did not work 2024-03-27 14:12:54 -06:00
nathan
0d5a23cb8a Stop using hardcoded default of 100 for search
Now using max of maxmatches preference and 100
2024-03-27 14:11:34 -06:00
nathan
194e5b9cc7 Et2Textarea: Fix height parameter 2024-03-27 13:54:32 -06:00
nathan
b1527a2b30 * Api: Fix removing email tag did not properly update display 2024-03-25 15:05:09 -06:00
ralf
f84a5fdb4a * Mail: fix forwarding and reply to mail with just a PDF or image was showing it and not opening a compose window 2024-03-20 12:52:12 +02:00
nathan
03465542bf Use id list instead of just the first ID when update returns no data
(update, total <=0)
2024-03-20 10:55:10 +02:00
ralf
f6594a06d5 fix total <= 0 returned for get_rows call with given UIDs, stalling refresh of queued push updated in mail app 2024-03-20 10:45:16 +02:00
nathan
abf5b76803 Prevent sidemenu keyhandlers from stopping events from widgets 2024-03-19 08:08:45 -06:00
ralf
bc8bddf2c0 only bind queue event-handler for the first queued item, not of every queued item
jQuery.one() only makes sure each event-handler is called only once, but it does NOT stop installing multiple ones
2024-03-18 16:15:21 +02:00
nathan
a310c21e15 * Api: Fix list updates while app was hidden were not all shown when switching back to the app
If updates/add was done for multiple entries while a nextmatch was hidden, only the first update or new entry was shown
2024-03-17 09:05:06 +02:00
nathan
8f2ebf9bd6 Api: Fix missing required validation & styling 2024-03-17 09:04:42 +02:00
nathan
f314efabf2 Fix editable tags failed their tests
editable was not passed to tag, edit mode broke
2024-03-17 09:04:42 +02:00
nathan
4916bb9283 Et2Select: Add prefix slot, reflected into SlSelect 2024-03-17 09:04:42 +02:00
ralf
589515ec34 fix required validation for <et2-select multiple and it's custom-field equivalent 2024-03-15 13:27:24 +02:00
ralf
a968c369db fix PHP TypeError: Cannot use object of type EGroupware\Stylite\Link\Sharing as array 2024-03-13 13:54:17 +02:00
nathan
be4cc0e4e4 Et2Email: Fix search result required 2 down arrows to get result #2 2024-03-12 15:01:29 -06:00
nathan
a210a4998c Api: Fix favorites with non-ascii names could overlap 2024-03-11 08:29:22 -06:00
ralf
b110e75744 * Addressbook/Mail: new value "Hide groups without email" for preference "Hide user groups as distribution list" 2024-03-11 11:36:40 +02:00
ralf
16c20f62ef fixing the fix: forwarded messages containing just a PDF were now unreadable again 2024-03-08 14:42:13 +02:00
ralf
5d24c6830e fix for mails containing only a PDF but with a correct Content-Transfer-Encoding: base64 2024-03-08 13:20:17 +02:00
nathan
7112b6a2ba Fix listbox didn't have correct sub-element. Fixes placeholder dialogs in Collabora. 2024-03-07 11:42:20 -07:00
ralf
018083dc0e fix some PHP Warnings 2024-03-06 20:34:42 +02:00