Commit Graph

3727 Commits

Author SHA1 Message Date
ralf
69ca5f4f31 * Admin/Setup: logging all DB backup operations to a text file db_backup.log in backup-directory 2023-03-10 08:35:48 +01:00
ralf
a20c35d95b do NOT show absolute path of error, but the one relative to our root 2023-03-08 14:30:49 +01:00
ralf
dd48bd3c04 fix unhandled exception stalling LDAP/AD account sync
not (yet) fixing the cause, but logging it as error and continuing
2023-02-21 11:19:42 +01:00
ralf
0abb6aa23a always add exception code to the logged exception 2023-02-19 08:41:27 +01:00
ralf
92afdf4074 fix typo / replaced wrong line 2023-02-18 19:38:39 +01:00
ralf
b05d67847b fixing unhandled "MySQL server has gone away" in PHP 8.1 2023-02-18 09:04:17 +01:00
nathan
53c2719497 Fix incorrect suggested password length 2023-02-13 14:38:41 -07:00
nathan
c0d4875422 Force / respect password requirements set in site configuration when suggesting passwords 2023-02-13 14:37:33 -07:00
ralf
4001b3c67f Changelog for 21.1.20230210 2023-02-10 10:31:59 +01:00
Ralf Becker
e67811de1b translations from our translation server 2023-02-09 16:19:11 +01:00
ralf
aa230a4b3c fix Argument 2 passed to EGroupware\Api\Mail\Smtp::mailbox_address() must be of the type string, null given
called in /usr/share/egroupware/api/src/Mail/Smtp.php on line 238
caused by no mail domain specified in config or mail account
2023-02-07 08:19:59 +01:00
ralf
746220defc * LDAP: fix LDAP protocol error creating new groups without a description
make sure not to unset (empty) description for new groups
2023-02-02 08:57:26 +01:00
ralf
e7259612f1 fix error exporting LDAP accounts to SQL: array_key_exits parameter #2 must be of type array, bool given 2023-01-25 19:14:47 +01:00
ralf
bf49c486ae fix partner link 2023-01-23 09:19:55 +01:00
nathan
bd8a27ee24 Collabora's extra share needs to use restricted fstab from original share, not full fstab 2023-01-10 09:57:58 -07:00
nathan
1e1090f0a1 Try to fix contact sharing filemanager access 2022-12-21 09:42:00 -07:00
ralf
c1182f13c0 fix PHP 8.x Error: array_keys(): Argument #1 ($array) must be of type array, null given 2022-12-20 09:10:45 -06:00
ralf
709b825096 fix PHP 8.x about math between float and string 2022-12-09 08:33:29 +01:00
nathan
16fb8ef016 Fix PHP 8.1 Error: Undefined constant EGroupware\Api\Vfs\StreamWrapper::vfs 2022-12-07 18:18:09 +01:00
ralf
4debde6efa fix wrong http status code set, when file not found or any other error 2022-12-06 10:44:41 +01:00
ralf
94dac9d130 fix PHP 8.1 TypeError: Unsupported operand types: string - float
Also change config template, to enforce only entering numbers, as the label suggested before
2022-12-06 10:08:49 +01:00
ralf
e4178639e6 partial revert of PHP 8.1 installation fix, as it breaks VFS WebDAV access 2022-12-05 21:31:47 +01:00
ralf
65ad5fc1d0 fix installation under PHP 8.1 2022-12-05 15:56:15 +01:00
ralf
7b29b5dbe5 give focus back to previous active element instead of focusing on first input 2022-12-02 14:43:19 +01:00
ralf
743072a639 Changelog for 21.1.20221202 2022-12-02 10:36:07 +01:00
Ralf Becker
460c3e4fc7 pending changes from our translation server 2022-12-02 10:01:11 +01:00
ralf
f3cf760d4f also allow column names with prefix when deleting 2022-12-01 13:10:51 +01:00
nathan
85ded6f1fc Fix URLS with ! in query were not properly activated, leaving out part of the URL 2022-11-23 09:49:38 -07:00
ralf
e2b1d0f2cf * Setup: add dry-run option to account import from AD or LDAP 2022-11-21 10:13:48 +01:00
ralf
723bfa30c5 fix typo 2022-11-18 20:14:50 +01:00
ralf
87b2725a87 remove 2nd @ in error-message 2022-11-17 20:40:07 +01:00
nathan
89f5daa310 Try to fix Ingo's disappearing column 2022-11-15 10:03:26 -07:00
ralf
0f02b84b41 cache authentication for 1 hour, to not have to ask the backend again (eg. for LDAP or AD) 2022-11-11 21:01:30 +01:00
ralf
f40d854592 return which AD server we (tried) to contact in error-messages 2022-11-10 11:33:07 +01:00
ralf
293cf669a0 get adLDAPUsers::info() to return false again instead of throwing under PHP 8.x 2022-11-09 12:35:28 +01:00
ralf
17ed2bff89 * MySQL 8.0: fix DB backup recorded Int columns as TinyInt and stalls restore
* MySQL 8.0: timestamp columns had no default and did not update automatic
2022-11-01 19:29:18 +01:00
ralf
e297591ad4 remove all private IP addresses from X-Forwarded-For header, not just 10.0.0.0/8 2022-10-27 14:55:33 +02:00
ralf
c648c3cab9 do NOT try to access notifications, if not installed or enabled for the user
gives a SQL error, if not installed
2022-10-24 09:11:37 +02:00
Hadi Nategh
723308e525 Add missing compiled js file 2022-10-18 14:39:42 +02:00
Hadi Nategh
bf920abc90 Adopt expose description to audio files 2022-10-18 14:24:44 +02:00
ralf
fc716d0e6e Fix PHP 8.x Fatal: array_merge(): Argument #2 must be of type array, null given 2022-10-17 15:59:26 +02:00
ralf
9cb30f59db fix error deleting links to files (they have negative ids!) 2022-10-17 12:12:54 +02:00
nathan
3b49d75ca7 Fix bug where sharing 3 different shares, the third link doesn't work 2022-10-14 11:28:59 -06:00
nathan
e9545739cb Make two anonymous shares at the same time work 2022-10-14 11:26:35 -06:00
nathan
4658441bb2 Fix more than one anonymous shares gave error / BasicAuth prompt
First one was successful, but subsequent anonymous shares in the same browser failed
2022-10-14 11:23:57 -06:00
Hadi Nategh
1d8f6c7546 Fix audio attachments do not get played via expose in mail's attachment list 2022-10-13 12:44:02 +02:00
ralf
4d31516929 do NOT allow to call Api\Etemplate\Widget\Link::ajax_delete() without a positive link_id 2022-09-26 11:57:30 -06:00
ralf
1337720dad Changelog for 21.1.20220916 2022-09-16 11:42:21 +02:00
ralf
c3e0ea1636 nicer way to set current Vfs user and also not overwriting the default context 2022-09-16 11:24:42 +02:00
ralf
f7199c1d4c * LDAP/AD/OpenID Connect: fix error creating tokens with profile claim, if user has a picture 2022-09-16 11:24:42 +02:00