Commit Graph

37061 Commits

Author SHA1 Message Date
ralf
51ff6d7fec fix smallPART file-access depending on full path (not just /apps/smallpart/$id!)
allow apps like smallpart to additional return 0|1 instead of bool, to not cache result, if it depends on $rel_path, as cache does not consider $rel_path
2022-05-11 13:52:41 +02:00
ralf
af434abb96 never set a full path as filename of an attachment as it triggers rejection for some mail-servers 2022-05-11 10:44:48 +02:00
Hadi Nategh
58077a60f1 Fix seek to a new time in youtube video does not work when pause action happens instantly after it 2022-05-11 09:33:22 +02:00
ralf
126bab8146 fix PHP 8.1 throws \mysqli_sql_exception or \PDOException for SQL errors
- change them to our regular Api\Db\Exception
- for prop(find|patch) explicitly catch PDOException to deal more graceful with non-ascii prop-names
2022-05-10 12:39:08 +02:00
nathan
e939022817 Infolog: Make sure to use the current user as set in Tracking, rather than $GLOBALS[egw_info']['user']['ccount_id'] when getting reply_to because we change the GLOBALS user when generating the notification. 2022-05-06 08:24:39 -06:00
ralf
dce64ac6dd missing mail/templates/pixelegg/app.css 2022-05-06 13:44:06 +02:00
ralf
0f6d2137a4 for binaries prefer grunt from node_modules/.bin and for all /usr/local/bin over /usr/bin 2022-05-06 12:48:42 +02:00
ralf
f60c964d14 remove mail specific sizing of paragraph and font selection in TinyMCE 2022-05-06 12:38:53 +02:00
ralf
df0f13e5f2 if a private CA is given, change Docker entrypoint to patch system CA-file into php.ini
the system CA seems not used by default, no idea why ...
2022-05-06 11:15:10 +02:00
ralf
8d645e5a7d final fix for "Network error" when stream files to client
It is important to FIRST disable zlib.output_compression (before headers are sent!) and THEN end all output-buffering!
Without the two steps in this order, we are either limited by the memory limit or get the "Network error", because the streaming/fpassthrough does not apply the compression.
2022-05-05 12:49:07 +02:00
ralf
db07f6bb71 fix not working folder ACL 2022-05-04 17:00:44 +02:00
ralf
94eeebbfd6 fix missing url-encoding of from parameter (' 49...' instead of '+49...') 2022-05-04 15:28:04 +02:00
Hadi Nategh
02096632e6 Set back focus to the first field in form 2022-05-04 14:19:05 +02:00
Hadi Nategh
e4efa38d45 Fix stolen focus on egw input fields 2022-05-04 12:54:40 +02:00
ralf
0bf4dc6d88 lower number of rows queried per chunk to 2000 to avoid memory_limit on huge tables 2022-05-04 12:23:00 +02:00
Hadi Nategh
2e7451f283 Mail: Fix htmlEditor does not include styling on each tag causing mail content sent with no styling 2022-05-03 15:49:38 +02:00
ralf
b62b523d93 fix not loaded grants / other users categories after last commit 2022-05-03 13:34:16 +02:00
ralf
766088155b fixed messed up signature changing from / mail-accounts
also fixed some undefined warnings
2022-05-02 17:22:31 +02:00
Hadi Nategh
3e56192772 * Calendar/Mobile view: Add a date indicator for all views in mobile theme 2022-05-02 13:43:19 +02:00
ralf
949a130306 fix displayed [] instead of [Login] 2022-05-02 09:16:08 +02:00
ralf
cc0e687087 fix postion of download-/sharing-links for signature-on-top preference 2022-04-30 12:12:21 +02:00
ralf
369585763a add empty line above signature / replied message and ruler to start writing message
also some code cleanups and fix undefined array-key or variable warnings
2022-04-29 12:50:04 +02:00
ralf
cf4f16dfb2 fix diverse undefined array-key or variable warnings 2022-04-29 12:47:46 +02:00
ralf
859329fe6d * CalDAV/Calendar: expand-property report used by iCal app (Mac) did not return rights on other users calendar
but other users/groups which have rights on the queried users calendar
Also on longer enumerate group-members in group-memberships as calendar-proxy-(read|write) groups, as iCal app understands group-memberships.
2022-04-28 16:10:47 +02:00
ralf
0efb94f2bf do NOT log not found template because of missing $row_cont expansion on server-side 2022-04-28 10:40:05 +02:00
ralf
2d4980f080 next chunk of fixed PHP Warning: Undefined array key or variable in main repo 2022-04-27 20:31:12 +02:00
ralf
78a4d163aa another chunk of fixed PHP Warning: Undefined array key or variable in api 2022-04-27 20:30:58 +02:00
ralf
ca9ab2d340 fix "a ton" of PHP Warning: Undefined array key or variable in mail code 2022-04-27 20:29:45 +02:00
ralf
32cae12e90 fix PHP 8.x TypeError: htmlentities(): Argument #1 ($string) must be of type string, array given 2022-04-27 17:48:48 +02:00
ralf
68f7437cd0 fix PHP 8.1 Error: Serialization of 'LDAP\Connection' is not allowed 2022-04-27 13:00:36 +02:00
ralf
f6ec680901 npm audit fix 2022-04-27 08:41:56 +02:00
ralf
8a5a046970 update Horde mail packages to fix PHP 8.1 Deprecated: Return type 2022-04-27 08:24:19 +02:00
ralf
502540113e fix PHP 8.x TypeError: array_diff(): Argument #1 must be of type array, null given 2022-04-26 12:45:35 +02:00
ralf
5b0f62ebb2 fix PHP 8.x TypeError: array_intersect(): Argument #2 must be of type array, null given 2022-04-26 11:30:45 +02:00
ralf
f47000c22a update egroupware/adodb-php to 5.20.6 to fix one PHP 8.1 Deprecated 2022-04-26 08:50:19 +02:00
ralf
7624378c89 setting preferred install method for egroupware/* packages to source, to be able to update them via git 2022-04-26 08:18:16 +02:00
ralf
d4ff5b9b4f use egroupware/adodb with fixed PHP 8.1 Depreacted for missing return types 2022-04-26 08:16:47 +02:00
ralf
0ec9ce58cd replace mixed return-type with #[\ReturnTypeWillChange] annotation to keep PHP 7.3 requirement 2022-04-26 08:16:26 +02:00
ralf
c7d7f3a304 fix CallbackIterator to return mixed, as it can be overwritten with a callback 2022-04-26 08:13:19 +02:00
ralf
c19eb3cb02 fix PHP 8.1 Deprecated by adding return type declarations 2022-04-26 08:10:15 +02:00
ralf
92922acfd4 fix PHP 8.x TypeError: string & int 2022-04-24 20:53:16 +02:00
ralf
022258cc85 fix an other case of "Network error" when downloading as ZIP 2022-04-22 11:00:38 +02:00
ralf
5fffdf9baa rename "readonly" policy to "readonlys", as "readonly" is a reserved word from PHP 8.1 on 2022-04-22 09:53:30 +02:00
ralf
7a7512f9dd fix "Invalid character set was provided" error in newer MariaDB when trying to enter setup 2022-04-21 19:52:58 +02:00
ralf
90822140b7 run "npm install --legacy-peer-deps" to cope with dependency mismatch caused by downgraded grunt-newer 2022-04-21 13:47:39 +02:00
ralf
12c0f4efd6 fix TypeError: fpassthru(): Argument #1 ($stream) must be of type resource, string given 2022-04-21 11:27:52 +02:00
nathan
554d125d96 Leave output buffering alone, since trying to turn it off makes the download fail
The browser was giving "Failed - Network error" and there was nothing in the server log. ob_get_level() was giving 3, but trying to turn it using ob_end_clean() was just... failing.
2022-04-21 11:27:52 +02:00
ralf
17e7277e9b update grunt-newer to fix prototype pollution in async
https://github.com/EGroupware/egroupware/security/dependabot/7
2022-04-20 22:04:51 +02:00
ralf
1f91bd7201 no longer tag ADOdb with EGroupware version, handling it with own version like other dependencies 2022-04-20 21:43:42 +02:00
ralf
917a4ba79f some work on our dependencies to officially support PHP 8.x 2022-04-20 21:37:38 +02:00