Commit Graph

140 Commits

Author SHA1 Message Date
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
dependabot[bot]
c7001bd0a5 Bump twig/twig from 2.14.11 to 2.15.3
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.14.11 to 2.15.3.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v2.15.3/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v2.14.11...v2.15.3)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 08:21:40 +02:00
ralf
e90eefdd0a update Horde ImapClient to 2.31.2 to fix some PHP 8.1 compatibilty problems 2022-09-12 12:52:19 +02:00
dependabot[bot]
55cccc4a41 Bump guzzlehttp/guzzle from 6.5.6 to 6.5.7
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.6...6.5.7)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 08:51:50 +02:00
ralf
0072d974fc Update dev-dependency to fix security problem 2022-05-27 13:24:54 +02:00
ralf
62c8f682c6 * Filemanager/WebDAV: fix WebDAV mounts from other EGroupware or next|ownCloud failed for non-alphanumeric passwords
caused by old GuzzleHttp's Url class not de- and encoding passwords, fixed with egroupware/guzzlehttp:3.9.6 required now by egroupware/webdav:0.3.7
2022-05-20 09:04:39 +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
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
917a4ba79f some work on our dependencies to officially support PHP 8.x 2022-04-20 21:37:38 +02:00
ralf
29dac6f76d allow PHP 8.1 too 2022-04-06 14:23:42 +03:00
ralf
2c73f15101 require egrouware/webdav:^0.3.6 which uses egroupware/guzzlehttp:^3.9.5 and new fixed egroupware/guzzlecommon:^3.9.3 2022-04-01 10:08:24 +03:00
ralf
28e19f6526 updating hash after merging security fix from master 2022-03-30 18:42:36 +03:00
dependabot[bot]
ce3e48fb42 Bump guzzlehttp/psr7 from 1.6.1 to 1.8.5
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/1.8.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/1.6.1...1.8.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 08:53:37 +03:00
ralf
9cf6124979 update to Composer 2.x
you need to update your composer with: composer self-update --2
2022-03-22 18:39:36 +02:00
ralf
bfd37dca59 * Filemanager/WebDAV: fix PHP error if mounted WebDAV server got eg. a wrong password (did not return a 207 on PROPFIND) 2022-03-21 10:52:21 +02:00
ralf
41104e776e * Filemanager/WebDAV: fix errors mounting and reading files via WebDAV from other EGroupware or *Cloud 2022-03-05 11:40:42 +02:00
dependabot[bot]
a85116e28b Bump twig/twig from 2.12.5 to 2.14.11
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.12.5 to 2.14.11.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v2.12.5...v2.14.11)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 09:15:30 +02:00
Ralf Becker
f8dea76dab update AdoDB to latest master to include all PHP 8.0 fixes 2021-12-04 20:26:36 +02:00
Ralf Becker
feb18acb9a fix PHP 8.0 error ("" < -1) as there is no automatic cast anymore
SyncObject->Check(): Unmet condition in object from type SyncProvisioning: parameter maxattsize is LOWER than -1. Check failed!
2021-11-30 09:39:27 +02:00
Ralf Becker
9ee74ef833 fix PHP 8.0 ValueError: fread(): Argument #2 ($length) must be greater than 0
by using forked and fixed Horde stream-wrapper ake egroupware/stream-wrapper:2.1.5
2021-11-18 14:37:48 +01:00
Ralf Becker
a84c9cd92a fix PHP 8.0 ValueError by using forked and fixed Horde_Util package 2021-11-10 19:44:44 +01:00
Hadi Nategh
dfdd3b918b Update jquery-ui to 1.13.1 2021-11-10 11:55:45 +01:00
Ralf Becker
466b84d446 fix PHP 8.0 error in SMime by updating to our fixed Horde/Crypt:2.7.14 2021-11-05 12:37:15 +01:00
Ralf Becker
7e2fbc25e2 Getting Grale/WebDAV PHP 8.0 compatible by using forked and fixed egroupware/guzzlehttp:3.9.3 2021-11-03 20:07:10 +01:00
Hadi Nategh
0793c2ec13 Update tinymce to 5.10.1 2021-11-03 17:11:28 +01:00
Ralf Becker
77935c1feb fix PHP 8.0 Error: Undefined constant Horde_Imap_Client_Interaction_Server::1
using forked Horde-Imap-Client repo
2021-11-03 15:56:55 +01:00
Hadi Nategh
151a6f02e8 Update tinymce package 2021-10-25 14:05:15 +02:00
Ralf Becker
1fd6a1f4aa using Horde compress and crypt from forked repo incl. PHP 8.0 fixes 2021-10-15 22:08:33 +02:00
Ralf Becker
7f7fc2739c Bump lcobucci/jwt from 3.4.5 to 3.4.6 2021-10-01 19:10:11 +02:00
Ralf Becker
47e35c4034 * Filemanager/WebDAV: fix mounting WebDAV URL as webdavs://user:pass@host/path 2021-09-10 14:13:50 +02:00
Ralf Becker
a6b6b2052e fix composer.lock is outdated (and removing fxp/composer-asset-plugin by updating projectmanager) 2021-08-12 10:06:23 +02:00
Ralf Becker
c261f1d240 finally removing fxp/composer-asset-plugin (required via egroupware/projectmanager) 2021-08-10 14:38:46 +02:00
Ralf Becker
116b196c86 update pear/archive_tar to 1.4.14 to fix upstream security problem
also disable evtl. installed old asert plugin
2021-08-10 10:41:36 +02:00
Ralf Becker
002a81eeef replace fxp/composer-asset-plugin with asset-packagist.org to install bower and npm assets
supposed to work with composer > 1.8.7
2021-07-28 08:59:02 +02:00
Ralf Becker
1d373cf0ef update phpMailer to 6.5.0 on Dependabot security alert 2021-06-29 08:17:41 +02:00
Ralf Becker
4069c9ef17 using only ceLTIc/LTI for SmallPART LTI (1.3 and 1.0) 2021-05-17 15:16:46 +02:00
Ralf Becker
904ef9dc6f update for 21.1 branch 2021-05-03 20:41:34 +02:00
Ralf Becker
669e8d8c95 update to PHPUnit 9 to support PHP 8.0 2021-04-20 19:02:44 +02:00
Ralf Becker
f2922cafa7 fix EGroupware PHP requirement >= 7.3 and <= 8.0, also downgrade psr/cache again to not require PHP 8.0 2021-04-20 13:30:01 +02:00
Ralf Becker
ff41afe085 * SAML/Shibboleth: update phpSimpleSAML to 1.19.0 to support Shibboleth v4.0 2021-04-20 12:15:59 +02:00
Ralf Becker
7a4811213b require phpseclib/phpseclib:^2.0.31 due to Dependabot warning (CVE-2021-30130) 2021-04-08 08:41:21 +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
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
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
Ralf Becker
f8ec1618d9 * Adressbook: phone-number in search only returns contacts having that (normalized) number 2021-02-14 14:06:21 +02:00
dependabot-preview[bot]
5a825c83d7 [Security] Bump pear/archive_tar from 1.4.11 to 1.4.12
Bumps [pear/archive_tar](https://github.com/pear/Archive_Tar) from 1.4.11 to 1.4.12. **This update includes a security fix.**
- [Release notes](https://github.com/pear/Archive_Tar/releases)
- [Commits](https://github.com/pear/Archive_Tar/compare/1.4.11...1.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 16:06:49 +02:00
dependabot-preview[bot]
24f7ed8401 [Security] Bump pear/archive_tar from 1.4.7 to 1.4.11
Bumps [pear/archive_tar](https://github.com/pear/Archive_Tar) from 1.4.7 to 1.4.11. **This update includes a security fix.**
- [Release notes](https://github.com/pear/Archive_Tar/releases)
- [Commits](https://github.com/pear/Archive_Tar/compare/1.4.7...1.4.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-26 16:12:55 +01:00
Hadi Nategh
e225f8efe2 WIP BBB: Add bigbluebutton api into vendor 2020-11-11 16:53:41 +01:00