Commit Graph

36908 Commits

Author SHA1 Message Date
Ralf Becker
30579b64a3 fix PHP 8.0 TypeError: Unsupported operand types: EGroupware\Api\DateTime - int 2021-11-05 14:59:36 +01:00
Ralf Becker
1ad1c6e951 fix PHP 8.0 TypeError: Unsupported operand types: null + array 2021-11-05 14:50:19 +01:00
Ralf Becker
c8bab89460 fix PHP 8.0 TypeError: uasort(): Argument #1 ($array) must be of type array, null given 2021-11-05 14:37:50 +01:00
Ralf Becker
12d93814c9 fix PHP 8.0 TypeError: json_decode(): Argument #1 ($json) must be of type string, array given 2021-11-05 14:23:34 +01:00
Ralf Becker
e73923f0c5 fix PHP 8.0 TypeError: Unsupported operand types: EGroupware\Api\DateTime - int 2021-11-05 13:52:46 +01:00
Ralf Becker
466b84d446 fix PHP 8.0 error in SMime by updating to our fixed Horde/Crypt:2.7.14 2021-11-05 12:37:15 +01:00
Ralf Becker
e8c352acbd fix PHP 8.0 ValueError: stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 2021-11-05 11:39:13 +01:00
Ralf Becker
ef0964b3d8 fix PHP 8.0 error: calendar_boupdate::update(): Argument #6 ($messages) cannot be passed by reference 2021-11-05 11:23:12 +01:00
Ralf Becker
bf20b21a6a fix PHP 8.0 error: Undefined constant "filter" 2021-11-05 11:09:56 +01:00
Ralf Becker
0d8f4f624f fix PHP 8.0 error: trim expects string, array given
removed trim
2021-11-05 09:08:57 +01:00
Hadi Nategh
17e25fa1e0 Fix PHP8.0 error (TypeError): strlen(): Argument #1 ($string) must be of type string, array given 2021-11-04 17:24:56 +01:00
Hadi Nategh
2812e35ec7 Fix PHP8.0 (TypeError): array_diff(): Argument #2 must be of type array, null given 2021-11-04 15:51:24 +01:00
Hadi Nategh
fd3b61b6af Fix PHP8.0 (TypeError): explode(): Argument #2 ($string) must be of type string, array given 2021-11-04 14:32:17 +01:00
Hadi Nategh
5227425671 Fix stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) by preventing empty html value being processed 2021-11-04 14:14:10 +01:00
Hadi Nategh
0366a590af Fix error (TypeError): count(): Argument #1 ($value) must be of type Countable|array, null given 2021-11-04 09:46:51 +01:00
Ralf Becker
7e2fbc25e2 Getting Grale/WebDAV PHP 8.0 compatible by using forked and fixed egroupware/guzzlehttp:3.9.3 2021-11-03 20:07:10 +01:00
Hadi Nategh
0793c2ec13 Update tinymce to 5.10.1 2021-11-03 17:11:28 +01:00
nathan
ddaef879a8 Try to avoid "PHP Warning: DOMDocument::loadXML(): Empty string supplied as input" 2021-11-03 09:39:30 -06:00
Ralf Becker
77935c1feb fix PHP 8.0 Error: Undefined constant Horde_Imap_Client_Interaction_Server::1
using forked Horde-Imap-Client repo
2021-11-03 15:56:55 +01:00
Ralf Becker
ae6128d7d0 * Filemanager: fix not working variables eg. $user in GUI mount (Admin > Filemanager)
also support no user/password for sharing links
2021-11-03 14:55:21 +01:00
Hadi Nategh
8a9aad7f2c * Filemanager: Fix video controller not working in filemanager gallery 2021-11-02 17:45:17 +01:00
nathan
88e539f51d Calendar: Enable filtering by customfield in list view 2021-10-29 08:58:53 -06:00
nathan
134788efe9 Filemanager: translations for lock/unlock 2021-10-29 08:57:45 -06:00
Ralf Becker
45437a5c9d add $depth parameter to Vfs::checkLock($url, int $depth=0) and use it to query all locks in one go for filemanager_ui::get_rows() 2021-10-29 08:48:26 -06:00
nathan
75bbd063c6 Filemanager: Add lock tooltip, unlock icon on action 2021-10-29 08:48:15 -06:00
nathan
303a16a385 * Filemanager: Add action to unlock files 2021-10-29 08:48:04 -06:00
Ralf Becker
44a1e7f990 fix PHP 8.0 error: trim() expects parameter 1 to be string, array given 2021-10-28 21:35:01 +02:00
nathan
facdf2d119 API: Make sure memberships is an array to avoid other errors (PHP 8.0) 2021-10-27 13:41:48 -06:00
Hadi Nategh
c667786587 Switch to the right mail profileID if it's not matching the current one 2021-10-27 10:25:37 +02:00
Ralf Becker
a396e14582 fix PHP 8.0 error setting up two factor auth
key() expects array, null given
2021-10-26 20:00:20 +02:00
nathan
90e5d1b289 Addressbook: fix name / organisation column disappeared after several column changes
last_link & next_link values would be included in validated results, and the build up of empty rows would trigger the row repeat client side and nextmatch would read the wrong row somehow.
2021-10-26 08:39:56 -06:00
Ralf Becker
ebe8e3bc34 fix PHP 8.0 error: array_intersect(): Argument #2 must be of type array, string given 2021-10-25 16:05:03 +02:00
Ralf Becker
d990375476 fix PHP 8.0 error creating a new mail-accounts
"new" > 0 === true :(
2021-10-25 14:45:18 +02:00
Hadi Nategh
151a6f02e8 Update tinymce package 2021-10-25 14:05:15 +02:00
Ralf Becker
12c6b57ed0 fix regression reported by @asig2016 after big warning fix 2021-10-23 09:56:11 +02:00
nathan
877d8b9c71 Calendar: Fix PHP 8 error "array_key_exists(): Argument #2 ($array) must be of type array, null given" 2021-10-22 10:20:10 -06:00
nathan
1ecfe6fea5 Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read 2021-10-22 09:43:09 -06:00
Hadi Nategh
dddd0a2ee0 Fix onchange event not working for date-range widget 2021-10-22 13:27:37 +02:00
nathan
17d4c2a869 Api: Fix merge action files in subdirectories had their path as part of action caption instead of just the file name 2021-10-21 09:59:57 -06:00
nathan
3c7d18b8db Api: Change app placeholders list to use some more horizontal space, stop hiding common & user placeholders 2021-10-21 08:40:37 -06:00
Ralf Becker
efff64299c fix big chunk of PHP 8.0 warnings 2021-10-21 10:42:18 +02:00
nathan
e70060f34b Api: Fix cf sub-entry placeholder expansion was not passing content for placeholders like {{#customer/n_fn}} 2021-10-20 14:10:41 -06:00
Ralf Becker
1b0ab9cd4b fix PHP 8.0 error: Unsupported operand types: null + array 2021-10-20 15:04:46 +02:00
Ralf Becker
a8cc4d3c33 closing/commiting the session to speed up calendar loading 2021-10-20 13:58:40 +02:00
nathan
beeabeda92 * Resources: Add inventory number to resource list columns 2021-10-19 14:49:02 -06:00
nathan
eb1ed53c1a JS changes from 068e3feff0 2021-10-19 14:23:31 -06:00
nathan
dacb898218 Api: Fix setting the date min attribute to a number did not work
jQueryUI timepicker checks the type of variable
2021-10-19 14:22:55 -06:00
nathan
c4a8996209 Calendar: Avoid type error if old_event was not loaded 2021-10-19 11:16:18 -06:00
nathan
62e35cd1c7 * Calendar: Fix changing the recurrence end date did not add/remove the events in the UI 2021-10-19 11:15:55 -06:00
nathan
888fd1d61c Add missing placeholder widget JS 2021-10-19 09:47:38 -06:00