Commit Graph

36416 Commits

Author SHA1 Message Date
Ralf Becker
8a0c0bc82e remove old logging of bad menuaction, using error_log instead
old api logging class tries to instanciate Error class, which is a PHP own class/exception since some versions
2021-04-06 11:04:30 +02:00
Ralf Becker
197a6348a9 fix not working extended search after by PHP 8 required rename of the methode from search to extSearch 2021-04-06 10:54:48 +02:00
Ralf Becker
909b59320d spread operator does not take care of it automatic, have to use array_values to get ride of string keys 2021-04-06 09:47:21 +02:00
Ralf Becker
94e0a536a4 pending translations from our translation server 2021-04-06 09:41:17 +02:00
Ralf Becker
c92bfa822f fix PHP 8 Fatal error caused by not parsable URL like "<scheme>://<user>@/path" (missing domain) 2021-04-06 09:19:54 +02:00
Ralf Becker
69f60d100b fix PHP 8 error: Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters
caused by non-numeric keys, spread operator takes care of that automatic
2021-04-06 09:19:54 +02:00
nathangray
f7af9c3c0f Silence some warnings 2021-04-05 11:25:57 -06:00
nathangray
060710a74a Make sure we can log all throwables, not just exceptions 2021-04-05 10:46:50 -06:00
nathangray
1277d2f05a Fix translation issues reported by Stefan Unverricht 2021-04-05 09:25:18 -06:00
Ralf Becker
7ae4d44308 fix PHP 8 errors 2021-04-02 19:34:11 +02:00
Ralf Becker
00f2c12771 fix not send logout for expired sessions for PHP 8
also change alert for exceptions to egw.message($msg, 'error')
2021-04-02 11:09:24 +02:00
Ralf Becker
7135243d06 nicer implementation of CreateObject and some small fixes 2021-04-02 10:47:52 +02:00
nathangray
42f8c9182e Resources: Fix display of old category icons in resource list 2021-04-01 11:12:44 -06:00
nathangray
4ab170541e Api: Fix incorrect extended ACL check was done when symlinking 2021-04-01 10:28:06 -06:00
Hadi Nategh
a3f18e2ed8 Fix calendar mobile theme and place an adapted search button 2021-04-01 15:47:00 +02:00
Ralf Becker
3fcac1ff72 PHP 8 and PHPStorm error fixes for setup 2021-04-01 14:34:19 +02:00
Ralf Becker
db5831c5e4 fix PHP 8 error: undefined function each() 2021-04-01 14:30:40 +02:00
Hadi Nategh
e0c4179512 Fix styling of integration toolbar actions in calendar's toolbar morelist 2021-04-01 13:43:05 +02:00
Ralf Becker
571ebb21b3 changes to build PHP 8 snapshots from master 2021-04-01 08:49:44 +02:00
Ralf Becker
98d0681333 updating composer.lock with latest commit hashed for egroupware/* packages 2021-04-01 08:37:08 +02:00
Ralf Becker
7480e7e75f fix expired session gives client-side parse-error under PHP 8 2021-04-01 08:22:37 +02:00
nathangray
81e918d010 Resources: Support custom category icons 2021-03-31 13:41:31 -06:00
nathangray
98219a2517 Put type in front of variable name 2021-03-31 13:14:18 -06:00
nathangray
a21c49d99c PHP 8 code quality improvements suggested by PHPStorm 2021-03-31 11:25:12 -06:00
nathangray
a95f745018 API: Allow custom category icons 2021-03-31 10:52:57 -06:00
Ralf Becker
fed41622c2 fixing all sorts of PHP 8 errors and PHPStorm errors 2021-03-31 17:50:01 +02:00
Ralf Becker
0efa9ae141 docu update 2021-03-31 17:50:01 +02:00
nathangray
e81b2c319a Calendar: More style adjustments from Stefan Unverricht 2021-03-31 09:44:22 -06:00
Hadi Nategh
1c1a409791 Apply Kanban app color 2021-03-31 16:56:43 +02:00
Hadi Nategh
11c747ed20 * Notifications: Add refresh handler for notifications (click on Notifications header) 2021-03-31 16:45:48 +02:00
Ralf Becker
37e5e12c3c PHP 8 fix: adding explicit cast for comparing DB-version to a float major number 2021-03-31 13:31:42 +02:00
Ralf Becker
11d441e689 updating lcobucci/jwt to 3.4.5 (still not supporting PHP 8)
Fixing PHP 8 compatibility by loadig fixed OpenSSL Signer baseclass in OpenID/Keys
2021-03-31 12:12:38 +02:00
Ralf Becker
79040d1524 disable warnings under PHP 8 for now, as the hide fatal errors and log errors in xet files 2021-03-31 11:30:34 +02:00
Ralf Becker
6ce05919b6 fix PHP 8 errors shown by PHPStorm 2021-03-30 20:34:58 +02:00
nathangray
7307d28e53 Calendar: Add some space beween categories and filter 2021-03-30 11:57:16 -06:00
nathangray
72b00c0422 Fix missing translation 2021-03-30 11:04:19 -06:00
nathangray
d5aacd190d Add 'no_quick_add' link registry setting so apps can opt out of the quick add 2021-03-30 10:12:29 -06:00
Ralf Becker
0553133bfc updating composer packages egroupwre/* pear/* pear-pear.horde.org/* and use forked egroupware/imap-client to fix PHP 8 error
fetch query labels were not removed and therefore caused an IMAP error
PHP 7.*: (($key="<label>") == 0) === true, PHP 8.*: (($key="<label>") == 0) === false
2021-03-30 11:02:04 +02:00
nathangray
b16ccfd3ef Filemanager: Fix change in ownership of sub-directories did not always update UI 2021-03-29 15:56:51 -06:00
Ralf Becker
8f1383b973 replace create_function no longer available in PHP 8 2021-03-29 20:33:07 +02:00
Ralf Becker
e132cb0603 fix more then 59 seconds set for "hms" 2021-03-29 18:02:55 +02:00
Ralf Becker
2841b43109 update lock-file with current hashes of egroupware sub-projects 2021-03-29 17:47:47 +02:00
nathangray
8ded258986 Calendar: Reorder sidebox, add some hrules 2021-03-29 09:39:33 -06:00
nathangray
6bd4685184 Filemanager: Fix superuser logout button did not work 2021-03-29 09:23:42 -06:00
Ralf Becker
8fbcb8788e Admin: release session in get_(users|groups) to allow parallel requests to run for 2021-03-29 16:47:19 +02:00
Ralf Becker
6113114b4c fix typo / missing quote 2021-03-29 16:47:19 +02:00
Ralf Becker
868135775c PHP 8 fixes 2021-03-29 16:47:19 +02:00
Ralf Becker
02c3feb95d Changelog for 21.1.20210329 2021-03-29 14:30:54 +02:00
Ralf Becker
615c6126b8 fix not used APi rights for mounted eTemplates in anonymous sessions 2021-03-26 18:59:00 +01:00
nathangray
b4dd62de69 Api: Avoid infinite loop if requested file does not actually provide the class 2021-03-26 09:06:34 -06:00