76d7447dab
Merge branch 'master' into web-components
2021-11-01 09:37:26 -06:00
14e1e59d7d
Calendar: Sort similar length all day events alphabetically
2021-10-29 09:49:06 -06:00
8e65ea9b3f
Filemanager: translations for lock/unlock
2021-10-29 08:51:06 -06:00
32cd80d331
Calendar: Enable filtering by customfield in list view
2021-10-28 16:07:25 -06:00
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
1500ab69f0
fix PHP 8.0 error: trim() expects parameter 1 to be string, array given
2021-10-28 21:34:02 +02:00
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
6fa8f1e792
Filemanager: Add lock tooltip, unlock icon on action
2021-10-28 10:27:22 -06:00
a794adfcf2
API: Make sure memberships is an array to avoid other errors (PHP 8.0)
2021-10-27 13:38:05 -06:00
0bac2ff1e8
* Filemanager: Add action to unlock files
2021-10-27 11:55:31 -06:00
e6b08cce70
fix PHP 8.0 error setting up two factor auth
...
key() expects array, null given
2021-10-26 19:59:10 +02:00
75b168fb0d
Switch to the right mail profileID if it's not matching the current one
2021-10-26 11:09:59 +02:00
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
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
6a3df9355c
fix PHP 8.0 error creating a new mail-accounts
...
"new" > 0 === true :(
2021-10-25 14:44:40 +02:00
e080afc94f
Update tinymce package
2021-10-25 11:45:08 +02:00
09cb38541b
fix regression reported by @asig2016 after big warning fix
2021-10-23 09:55:20 +02:00
ab216c39ca
Update SECURITY.md
2021-10-23 09:39:55 +02:00
c803fdc079
Create SECURITY.md
...
A simple instruction for security researchers.
2021-10-23 09:33:45 +02:00
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
e3526d2bef
Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read
2021-10-22 09:39:24 -06:00
118b9c0e92
Fix onchange event not working for date-range widget
2021-10-22 13:16:33 +02:00
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
b1af39be37
fix big chunk of PHP 8.0 warnings
2021-10-21 10:39:57 +02:00
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
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
c53551ab2b
fix PHP 8.0 error: Unsupported operand types: null + array
2021-10-20 15:03:41 +02:00
f6d756a0c1
closing/commiting the session to speed up calendar loading
2021-10-20 13:53:41 +02:00
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
1b5c940d7c
* Resources: Add inventory number to resource list columns
2021-10-19 14:47:29 -06:00
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
7a7f80f7d9
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
2021-10-19 09:17:22 -06:00
3ad98840c1
fix PHP 8.0 error: Illegal offset type
2021-10-19 09:18:00 +02:00
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
2256a26327
Make date widget work a little better WRT timezones
2021-10-18 16:03:05 -06:00
fbbc466c78
Merge branch 'master' into web-components
2021-10-18 10:56:05 -06:00
149cdaeae0
Calendar: Avoid type error if old_event was not loaded
2021-10-18 10:18:27 -06:00
cbe32069c2
Fix kanban merge into document stopped working with introduction of PDF checkbox
2021-10-18 09:42:12 -06:00
fe9c7dd372
Fix type error happens when trying to save an event.
2021-10-18 15:41:22 +02:00
b5a669fe1d
Add more imap PERMANENTFLAGS in the sieve flags list
2021-10-18 12:34:15 +02:00
0c2072f134
Add Seen flag into sieve flags list action
2021-10-18 12:23:22 +02:00
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
a7ec8c002d
using Horde compress and crypt from forked repo incl. PHP 8.0 fixes
2021-10-15 21:51:41 +02:00
9861c9a0b3
Fix copy / paste error
2021-10-15 09:37:27 -06:00
0dd215d340
* Mail: Add set flags action into mail filters
2021-10-15 17:23:48 +02:00
33fcb4e657
Infolog: Avoid errors adding app replacements if incorrect parameters given
2021-10-15 09:09:53 -06:00
62aeccbb0f
Infolog: Avoid changing contact or project links if user has no write permission
2021-10-15 09:05:15 -06:00
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
93108177ce
Remove unwanted use
2021-10-14 13:34:54 -06:00
aefeade501
Placeholder / merge translations
2021-10-14 09:05:12 -06:00