nathan
14e1e59d7d
Calendar: Sort similar length all day events alphabetically
2021-10-29 09:49:06 -06:00
nathan
8e65ea9b3f
Filemanager: translations for lock/unlock
2021-10-29 08:51:06 -06:00
nathan
32cd80d331
Calendar: Enable filtering by customfield in list view
2021-10-28 16:07:25 -06:00
nathan
be6146661d
Api: Fix check of disabled attribute was misbehaving if the value was null or 0
...
This showed up when validating tracker config, some rows were disabled with disabled="@tracker". When tracker=0, they did not return their value.
2021-10-28 14:02:13 -06:00
Ralf Becker
1500ab69f0
fix PHP 8.0 error: trim() expects parameter 1 to be string, array given
2021-10-28 21:34:02 +02:00
Ralf Becker
c15cb2de41
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-28 21:08:31 +02:00
nathan
6fa8f1e792
Filemanager: Add lock tooltip, unlock icon on action
2021-10-28 10:27:22 -06:00
nathan
a794adfcf2
API: Make sure memberships is an array to avoid other errors (PHP 8.0)
2021-10-27 13:38:05 -06:00
nathan
0bac2ff1e8
* Filemanager: Add action to unlock files
2021-10-27 11:55:31 -06:00
Ralf Becker
e6b08cce70
fix PHP 8.0 error setting up two factor auth
...
key() expects array, null given
2021-10-26 19:59:10 +02:00
Hadi Nategh
75b168fb0d
Switch to the right mail profileID if it's not matching the current one
2021-10-26 11:09:59 +02:00
nathan
d9ae364595
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-25 14:33:13 -06:00
Ralf Becker
723db2c004
fix PHP 8.0 error: array_intersect(): Argument #2 must be of type array, string given
2021-10-25 16:04:28 +02:00
Ralf Becker
6a3df9355c
fix PHP 8.0 error creating a new mail-accounts
...
"new" > 0 === true :(
2021-10-25 14:44:40 +02:00
Hadi Nategh
e080afc94f
Update tinymce package
2021-10-25 11:45:08 +02:00
Ralf Becker
09cb38541b
fix regression reported by @asig2016 after big warning fix
2021-10-23 09:55:20 +02:00
Ralf Becker
ab216c39ca
Update SECURITY.md
2021-10-23 09:39:55 +02:00
Ziding Zhang
c803fdc079
Create SECURITY.md
...
A simple instruction for security researchers.
2021-10-23 09:33:45 +02:00
nathan
76e1e326f3
Calendar: Fix PHP 8 error "array_key_exists(): Argument #2 ($array) must be of type array, null given"
2021-10-22 10:12:23 -06:00
nathan
e3526d2bef
Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read
2021-10-22 09:39:24 -06:00
Hadi Nategh
118b9c0e92
Fix onchange event not working for date-range widget
2021-10-22 13:16:33 +02:00
nathan
4e54c2b5a3
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:51:05 -06:00
Ralf Becker
b1af39be37
fix big chunk of PHP 8.0 warnings
2021-10-21 10:39:57 +02:00
nathan
3f5af3eeb2
Api: Change app placeholders list to use some more horizontal space, stop hiding common & user placeholders
2021-10-20 15:26:39 -06:00
nathan
82423d60bb
Api: Fix cf sub-entry placeholder expansion was not passing content for placeholders like {{#customer/n_fn}}
2021-10-20 14:08:43 -06:00
Ralf Becker
c53551ab2b
fix PHP 8.0 error: Unsupported operand types: null + array
2021-10-20 15:03:41 +02:00
Ralf Becker
f6d756a0c1
closing/commiting the session to speed up calendar loading
2021-10-20 13:53:41 +02:00
nathan
2343bd62b7
Calendar: fix planner view wasn't working due to rollup issues
...
et2_calendar_owner was throwing errors due to being loaded twice
et2_calendar_planner was left out of the bundle
view updaters were not being called
2021-10-19 16:32:54 -06:00
nathan
1b5c940d7c
* Resources: Add inventory number to resource list columns
2021-10-19 14:47:29 -06:00
nathan
068e3feff0
Api: Fix setting the date min attribute to a number did not work
...
jQueryUI timepicker checks the type of variable
2021-10-19 14:15:37 -06:00
nathan
7a7f80f7d9
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
2021-10-19 09:17:22 -06:00
Ralf Becker
3ad98840c1
fix PHP 8.0 error: Illegal offset type
2021-10-19 09:18:00 +02:00
Ralf Becker
310984722f
fix PHP 8.0 error: count(): Argument #1 ($value) must be of type Countable|array, string given
2021-10-19 09:03:29 +02:00
nathan
149cdaeae0
Calendar: Avoid type error if old_event was not loaded
2021-10-18 10:18:27 -06:00
nathan
cbe32069c2
Fix kanban merge into document stopped working with introduction of PDF checkbox
2021-10-18 09:42:12 -06:00
Hadi Nategh
fe9c7dd372
Fix type error happens when trying to save an event.
2021-10-18 15:41:22 +02:00
Hadi Nategh
b5a669fe1d
Add more imap PERMANENTFLAGS in the sieve flags list
2021-10-18 12:34:15 +02:00
Hadi Nategh
0c2072f134
Add Seen flag into sieve flags list action
2021-10-18 12:23:22 +02:00
nathan
c01df39342
* Calendar: Fix changing the recurrence end date did not add/remove the events in the UI
2021-10-15 14:04:18 -06:00
Ralf Becker
a7ec8c002d
using Horde compress and crypt from forked repo incl. PHP 8.0 fixes
2021-10-15 21:51:41 +02:00
nathan
9861c9a0b3
Fix copy / paste error
2021-10-15 09:37:27 -06:00
Hadi Nategh
0dd215d340
* Mail: Add set flags action into mail filters
2021-10-15 17:23:48 +02:00
nathan
33fcb4e657
Infolog: Avoid errors adding app replacements if incorrect parameters given
2021-10-15 09:09:53 -06:00
nathan
62aeccbb0f
Infolog: Avoid changing contact or project links if user has no write permission
2021-10-15 09:05:15 -06:00
Hadi Nategh
75d119f31f
* Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date.
2021-10-15 14:29:19 +02:00
nathan
93108177ce
Remove unwanted use
2021-10-14 13:34:54 -06:00
nathan
aefeade501
Placeholder / merge translations
2021-10-14 09:05:12 -06:00
nathan
c8843f88c9
Fix PHP 8 error: "array_search(): Argument #2 ($haystack) must be of type array, null given"
2021-10-14 08:55:57 -06:00
Hadi Nategh
2ec9e27671
PHP8: fix error Undefined constant "status"
2021-10-14 15:37:52 +02:00
Hadi Nategh
524edf21d7
PHP8: fix lots of warnings
2021-10-14 14:14:58 +02:00