Commit Graph

970 Commits

Author SHA1 Message Date
ralf
4001b3c67f Changelog for 21.1.20230210 2023-02-10 10:31:59 +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
743072a639 Changelog for 21.1.20221202 2022-12-02 10:36:07 +01:00
ralf
1337720dad Changelog for 21.1.20220916 2022-09-16 11:42:21 +02:00
ralf
2fad88e929 some updates and workarounds for SSO 2022-09-15 12:57:27 +02:00
ralf
820be6cbed Changelog for 21.1.20220905 2022-09-05 08:47:01 +02:00
ralf
4720891e59 fix PHP Fatal Error: Call to undefined function each() 2022-09-05 08:42:33 +02:00
ralf
53dcf98689 fix hardcoded php binary (no longer working on MacOS without PHP) 2022-09-05 08:36:27 +02:00
ralf
4d3fbe1b6c * SAML/Univention: support for Univention SAML IdP for SSO incl. docu 2022-08-04 20:11:05 +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
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
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
363a080a0c fix build for PHP 8.1 and no longer (additional) install of PHP 7.4 for PHP 8.x 2022-04-20 21:34:53 +02:00
ralf
000d4ee651 Changelog for 21.1.20220408 2022-04-08 13:22:45 +03:00
Birgit Becker
6ab34841a7
Update README.md
changed version from 20.1 to 21.1
2022-04-07 15:41:14 +02:00
ralf
00e439bc81 adding tag with branch and non-default PHP version e.g. 21.1.20220406-8.0 2022-04-06 15:53:10 +03:00
ralf
8bd1a91050 seem Composer 2.x need --prefer-source to not remove the .git dirs on update 2022-04-06 14:10:35 +03:00
ralf
47b457b73b Changelog for 21.1.20220406 2022-04-06 08:52:45 +03:00
ralf
5665fe537a no more Composer 1 downgrade 2022-03-22 18:41:22 +02:00
ralf
70d86a7e5a rename header.inc.php to header-backup.inc.php before updating it and rename it back, if update fails 2022-03-05 15:58:32 +02:00
Ralf Becker
1398a7c00e also tag 21.1 releases as latest 2022-02-09 09:46:20 +02:00
Ralf Becker
9b630bedcc Changelog for 21.1.20220207 2022-02-07 12:13:40 +02:00
Ralf Becker
e50703aaae Changelog for 21.1.20211130 2021-11-30 10:11:56 +02:00
Ralf Becker
3a15b4d86b fix error caused by post_install.php not running as root (default for container) 2021-11-09 09:40:34 +01:00
Ralf Becker
bde60d58e1 add some more typical contact-form examples 2021-10-04 10:48:29 +02:00
Ralf Becker
b953eecf40 * Addressbook: new REST API for contacts https://github.com/EGroupware/egroupware/tree/master/doc/REST-CalDAV-CardDAV
use PUT with a UID as id to update an existing resource or create it, if not existing
2021-09-27 13:31:21 +02:00
Ralf Becker
3e035a70a4 implement and document PATCH 2021-09-27 13:30:41 +02:00
Ralf Becker
392b8036f4 REST API allow sending a JSON patch to update or create a new contact (currently only via POST or PUT, not as PATCH!)
allows eg. to create a contact from a simple Wordpress contact-form only supporting POST requests and a flat object, see new example in the documentation
2021-09-27 13:30:41 +02:00
Ralf Becker
547a5aa605 missing @type="NameComponent" and updated examples in docu with @type 2021-09-27 13:30:41 +02:00
Ralf Becker
a463264926 Implemented @type attributes for all top-level objects from JsContact Draft 08 2021-09-27 13:30:41 +02:00
Ralf Becker
322652de95 Contacts REST API:
- implement missing PUT/POST of distribution list / CardGroups
- implement changes from next JsContact draft:
  + string plus extra localizations attribute instead of localizedString object
  + use "<domain>:<name>" for vendor attributes
- add/parse urn:uuid: prefix if UID is a UUID
2021-09-27 13:30:41 +02:00
Ralf Becker
e7d59aa1dc Update README.md 2021-09-27 13:30:41 +02:00
Ralf Becker
a1863c6d49 Update README.md 2021-09-27 13:30:41 +02:00
Ralf Becker
ef4a640631 Initial docu for REST API 2021-09-27 13:30:41 +02:00
Ralf Becker
37a938f38d Changelog for 21.1.20210923 2021-09-23 15:02:29 +02:00
Ralf Becker
c18abe835f request latest v1 version of composer and retry infinite the package update on build 2021-09-23 10:53:18 +02:00
Ralf Becker
ffc9a35020 update composer to 1.10.22, as we no longer use fxp/composer-asset-plugin
still cant use Composer v2, as Horde is a no longer supported PEAR repo :(
2021-07-28 09:04:53 +02:00
Ralf Becker
8ffba9d400 Changelog for 21.1.20210723 2021-07-23 08:09:49 +02:00
Ralf Becker
ba38591fd4 update build path to 21.1 2021-07-23 07:58:09 +02:00
Ralf Becker
4455b0d0f4 Revert tripple "Changelog for 21.1.20210629" 2021-06-29 10:26:32 +02:00
Ralf Becker
1273216f33 Changelog for 21.1.20210629 2021-06-29 09:50:52 +02:00
Ralf Becker
faf2da5b44 Changelog for 21.1.20210629 2021-06-29 09:44:36 +02:00
Ralf Becker
7e17478c9a Changelog for 21.1.20210629 2021-06-29 09:43:00 +02:00
Ralf Becker
2d7dacbc95 changes for 21.1 2021-05-25 13:24:37 +02:00
Ralf Becker
9e13f27233 making it final 2021-05-25 08:47:25 +02:00
Ralf Becker
7f17404d98 Changelog for 21.1.20210521 2021-05-21 17:54:03 +02:00
Ralf Becker
ff2f42a727 allow to set max_execution_time of container via EGW_MAX_EXECUTION_TIME environment variable from docker-compose(.override).yml 2021-05-21 08:36:10 +02:00