nathangray
ba194038bf
Silence "PHP Warning: count(): Parameter must be an array or an object that implements Countable"
2021-05-31 14:35:12 -06:00
nathangray
d0e7664eaa
Etemplate: Give date-duration number a little more space. It can now fit "10.25"
2021-05-31 14:16:33 -06:00
nathangray
f953d7a3b2
Mail: Adapt to taglist not following API fix ( 200aebd171
) to drag and drop of email addresses works
2021-05-31 10:27:29 -06:00
nathangray
200aebd171
Etemplate: Fix taglist input was not getting name attribute set since c3bebf9c31
2021-05-31 09:39:30 -06:00
Ralf Becker
e43331e48b
fix not applied blur on initial load and also disable optimization for CRM-view and the like
2021-05-31 17:11:58 +02:00
Ralf Becker
0a9e61f6fa
* InfoLog: allow to limit list to last N month in site-configuration, if ordered by last modified
2021-05-31 10:38:44 +02:00
Hadi Nategh
660ba37f47
Do not try to filter out html body as it would cause broken html content not being displayed at all
2021-05-28 15:13:01 +02:00
Ralf Becker
579b0efa0f
remove not used supersize.js
2021-05-28 09:58:56 +02:00
Ralf Becker
67a6a9f1f3
implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value
...
implemented in memcached and APCu backends, default implementation using get&set in base-class
2021-05-27 12:29:51 +02:00
Ralf Becker
3248e82d65
* Setup: skip files backup on update even if configured
...
It might takes the server down for hours and updates usually dont affect the files
2021-05-27 08:49:20 +02:00
Ralf Becker
c4bcae0598
store some lock-data, so only a single callback calculate data on cache-miss
...
done to avoid race-conditions where many processes try to fetch and therefore calculate some expensive to calculate data
eg. mass-mailings in our hosting
2021-05-26 11:38:36 +02:00
nathangray
a261ce8556
Avoid some PHP warnings about doing things to arrays that aren't arrays
2021-05-25 11:35:40 -06:00
Ralf Becker
d3d8ff3493
* Mail/Admin: fix not working mail wizard
...
caused by loading app.js again and therefore this.et2 is not set --> only load / use egw.applyFunc() if not already set
2021-05-25 18:25:11 +02:00
Ralf Becker
547f28fe3d
report and log enabling push (and other IMAP errors)
...
don't switch regular reload handling off in that case
2021-05-25 17:47:25 +02:00
Ralf Becker
2dc83c410c
changes for 21.1
2021-05-25 13:23:32 +02:00
Ralf Becker
ea79a15903
making it final
2021-05-25 08:46:57 +02:00
Ralf Becker
03469add3e
* SmallPART: concatenate and minify all Java/TypeScript files to speed up loading
2021-05-25 08:21:17 +02:00
Ralf Becker
39ad3a7977
port csv-export from old eTemplate nextmatch to separate Api\Etemplate\Export class to not have to rely on old eTemplate
2021-05-23 08:58:47 +02:00
nathangray
5fbdd1376a
Fix PHP warnings for PHP 8 compatability
2021-05-21 10:43:52 -06:00
Ralf Becker
43b04bb21b
Changelog for 21.1.20210521
2021-05-21 18:19:52 +02:00
nathangray
34ec8e6cb3
Api: Fix accounts list (Sql) would be empty after refresh if there were less than 50 accounts
...
- Fix some accounts backend were not returning results indexed by account ID
2021-05-21 09:16:25 -06:00
Ralf Becker
d885e05250
21.1 login background
2021-05-21 15:32:38 +02:00
Hadi Nategh
7161cd6268
Fix duplicated egw logo in mobile login page
2021-05-21 14:55:29 +02:00
Hadi Nategh
0fc8d7259f
Add missing notify only param from videoconference call in iCal
2021-05-21 13:07:30 +02:00
Hadi Nategh
0e69c8c800
Fix opening an app link as popup loses it's opener when its origin app tab is not loaded
2021-05-21 12:40:08 +02:00
Ralf Becker
5e151a6210
export hbox widget and mark parameter in getDOMNode() optional
2021-05-21 12:25:29 +02:00
Ralf Becker
f113d9d880
fix PHP Warning on login page
2021-05-21 09:51:48 +02:00
Ralf Becker
a4f136072e
allow to set max_execution_time of container via EGW_MAX_EXECUTION_TIME environment variable from docker-compose(.override).yml
2021-05-21 08:35:23 +02:00
nathangray
2c14226ee5
Api: Respect do_symlink flag to keep links as links
...
Fixes troubles with syncing
2021-05-20 11:54:06 -06:00
Ralf Becker
069cf4c3ac
fix security exception if opener is from a different security context eg. LTI opening in a new window
2021-05-20 16:44:35 +02:00
Ralf Becker
450febb623
fix security exeception if opener is from a different security context eg. LTI opening in a new window
2021-05-20 16:35:54 +02:00
Ralf Becker
b02936dddb
fix Class 'Accounts' not found
2021-05-20 09:11:21 +02:00
nathangray
6790ffb273
Etemplate: Changes to adapt to get/set in valueWidget interface
2021-05-19 13:54:56 -06:00
nathangray
94f5c437e8
Etemplate: add get/set_value() to valueWidget interface
2021-05-19 11:15:12 -06:00
Ralf Becker
8ec590a068
fix some real typos
2021-05-19 18:29:03 +02:00
Ralf Becker
bd95db7609
* AD: fix account-selection type "groupmembers" caused high load on AD
...
also caching groups now on instance level instead of session
2021-05-19 18:26:55 +02:00
nathangray
aad2a77666
JS quality improvement
...
- add missing declaration
2021-05-19 10:01:07 -06:00
nathangray
6971292be3
Addressbook: Fix CSV import into specific addressbook was always going into importer's personal addressbook
2021-05-19 09:06:06 -06:00
Hadi Nategh
3420fdd187
Fix category column misalignment for mail ui list
2021-05-19 12:35:19 +02:00
nathangray
3173cbb103
Admin: Exclude some apps from transfer list, even though they support the needed hook
2021-05-18 09:19:59 -06:00
Hadi Nategh
2612d75e03
Fix broken avatar in Addressbook edit dialog
2021-05-18 16:59:45 +02:00
Ralf Becker
87be62ce63
remove config allowing to immediately delete InfoLog entries (as it's required for sync)
2021-05-18 14:14:21 +02:00
Ralf Becker
166718a22c
remove config allowing to immediately delete contacts (as it's required for sync)
2021-05-18 14:02:51 +02:00
Ralf Becker
45c89a7930
remove config allowing to immediately delete events (as it's required for sync)
2021-05-18 13:11:14 +02:00
Hadi Nategh
cc77e68341
Fix darkmode for mobile popups running in iframes
2021-05-18 11:40:20 +02:00
Hadi Nategh
50a28e4656
Add some top padding to login message box
2021-05-18 10:06:19 +02:00
Hadi Nategh
b9eecb9771
Fix some icons in login apps bar
2021-05-18 09:49:02 +02:00
nathangray
fcd5ed7b59
Fix clicking sidebox entries closed the category
2021-05-17 14:59:34 -06:00
Ralf Becker
68e216abea
fix missing the widget argument
2021-05-17 22:03:32 +02:00
Ralf Becker
fcbe746755
dynamic load app.js file for "app.$app.$func" type handlers, if not already loaded
...
so eg. a config.xet run by admin app could call a handler from the apps own app.js
2021-05-17 21:45:24 +02:00