Commit Graph

37199 Commits

Author SHA1 Message Date
ralf
c6e4ae66f0 fix returning unsanitized user-input 2023-06-16 09:39:50 +02:00
hadi
c93eb15fc0 Fix mail preview failed to fetch text/calendar as attachment for smime signed messages 2023-04-27 14:20:49 +02:00
hadi
6be743628f Fix smime signed messages contain text/calender no longer are processed as event 2023-04-27 14:19:29 +02:00
ralf
296d6c66b9 * Calendar/CalDAV: set current user as owner for events created in resource calendar 2023-04-05 16:09:19 +02:00
ralf
4fee056e0e * Notifications: deal with "Lock timeout exceeded" error on too many undeleted notifications 2023-03-17 11:08:45 +01:00
ralf
a0a1ccf0e1 * Api/MariaDB/MySQL: fix SQL error handling in PHP 8.1
also introduce parameter to limit number of deleted rows and more docu
2023-03-17 11:08:45 +01:00
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
dependabot[bot]
3d1c405a19 Bump symfony/http-kernel from 5.4.6 to 5.4.20
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.4.6 to 5.4.20.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v5.4.6...v5.4.20)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 08:11:47 +01:00
ralf
9c9f4f0bb5 update ADOdb to 5.20.8 to fix PostgreSQL not working with PHP 8.1 (affected_rows() returns false) 2023-01-30 12:09:51 +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
07d6488593 defer calls to mail_refreshFolderStatus for 2s, to accumulate updates of multiple rows e.g. deleting multiple emails 2023-01-25 15:17:49 +01:00
ralf
bf49c486ae fix partner link 2023-01-23 09:19:55 +01:00
nathan
8f28db0dad Calendar: Fix calendar ACL only accepted the first selected user 2023-01-12 14:45:20 -07: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
10855ef0aa Timesheet: Avoid error if selectcols is not an array
in_array(): Argument #2 ($haystack) must be of type array, null given
2023-01-02 08:37:52 -07:00
nathan
5d41e69833 Calendar: Fix user listed in participants twice when creating an event from an email 2022-12-23 11:01:06 -07:00
nathan
4622f048cc Resources: Fix missing toolbar buttons 2022-12-23 09:49:51 -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
dependabot[bot]
8efd2e45f2 Bump tinymce/tinymce from 5.10.1 to 5.10.7
Bumps [tinymce/tinymce](https://github.com/tinymce/tinymce-dist) from 5.10.1 to 5.10.7.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases)
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/5.10.7/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.10.1...5.10.7)

---
updated-dependencies:
- dependency-name: tinymce/tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 07:59:14 +01:00
nathan
16fb8ef016 Fix PHP 8.1 Error: Undefined constant EGroupware\Api\Vfs\StreamWrapper::vfs 2022-12-07 18:18:09 +01:00
Hadi Nategh
872b272459 Make sure cat_id is not null before merging content otherwise it would override the fetched content wrong value 2022-12-07 12:30:02 +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
bdaf4fb126 change config template, to enforce only entering numbers, as the label suggested before 2022-12-06 10:10:28 +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
d13f453f6a another error stalling installation 2022-12-05 16:11:19 +01:00
ralf
65ad5fc1d0 fix installation under PHP 8.1 2022-12-05 15:56:15 +01:00
ralf
7be8eb86f5 PHP > 7.4 exclude deprecated apps from old packages (not installed via git), always exclude sitemgr 2022-12-04 08:09:59 +01:00
ralf
28c469c9f0 missing OpenId Connect autodiscovery block 2022-12-02 16:54:30 +01:00
ralf
390bbf1f9e use PHP 8.1 by default 2022-12-02 15:35:09 +01:00
ralf
37d678c3ab converting plain-text mail to html mistakes angle brackets for tags 2022-12-02 15:25:12 +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
43b6202dfc updating composer.lock with latest commit hashed for egroupware/* packages 2022-12-02 10:55:03 +01:00
ralf
743072a639 Changelog for 21.1.20221202 2022-12-02 10:36:07 +01:00
Ralf Becker
53a9113937 missed pending change from our translation server 2022-12-02 10:03:00 +01:00
Ralf Becker
460c3e4fc7 pending changes from our translation server 2022-12-02 10:01:11 +01:00
ralf
3defd83b0c fix selected category of new resource lost on automatic submit 2022-12-02 09:35:44 +01:00