Commit Graph

37171 Commits

Author SHA1 Message Date
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
ralf
f3cf760d4f also allow column names with prefix when deleting 2022-12-01 13:10:51 +01:00
ralf
1fad8bf766 fix array_merge(): Argument #2 must be of type array, int given 2022-11-28 14:13:57 +01:00
nathan
e9b6553ab4 Calendar: If an event went from recurring to non-recurring, recurring events could still be displayed 2022-11-28 13:48:57 +01:00
ralf
0ab30a1b3a fix PHP 8.x TypeError: array_filter(): Argument #1 ($array) must be of type array, null given 2022-11-24 10:08:19 +01:00
nathan
2cd030afdb Resources: Additional changes to get submit on changing category to work 2022-11-23 15:12:29 -07:00
nathan
6b887efc4b Resources: Hide customfields tab for categories have no customfields 2022-11-23 14:42:18 -07:00
nathan
bfb335f7c3 * Resources: Customfields can now be per category 2022-11-23 14:42:10 -07: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
nathan
0efe1e865f Calendar: Fix app.js was not properly updated
Fixes changes to recurring events did not always show
2022-11-23 09:04:05 -07:00
nathan
7f936cdaf1 calendar: avoid error during CSV import if start or end dates were not able to be parsed 2022-11-21 11:35:13 -07:00
nathan
874da32f81 importexport: Avoid error or infinite loop for really badly parsed select values 2022-11-21 11:05:01 -07:00
nathan
0a76aa7872 Addressbook: fix "array_key_exists(): Argument #2 ($array) must be of type array, null given" error editing import vcard definition 2022-11-21 09:30:33 -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
b1d75209db Fix tab button wouldn't leave mail compose's to: field 2022-11-15 10:37:13 -07:00
nathan
89f5daa310 Try to fix Ingo's disappearing column 2022-11-15 10:03:26 -07:00
nathan
7f39156c89 Admin: Remove refresh, push will handle it 2022-11-14 13:43:24 -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
53fe8a730e fix PHP 8.x Fatal changing languages 2022-11-11 13:29:50 +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
58c3b19c8c npm audit fix: minimatch 3.0.4 --> 3.0.8 2022-11-09 10:16:04 +01:00
nathan
e2c4f4f4d0 Calendar: Move integration fields in side menu above "Insert in document" select 2022-11-08 12:59:02 -07: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
Hadi Nategh
d67c6412cd Fix some sidebar menus are not working for apps (eg. smallpart app) 2022-10-29 16:38:55 +02: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
e8a9e4b74b fix 2 PHP 8.x Fatal stalling upgrade of old instances/apps 2022-10-24 11:19:16 +02:00