diff --git a/CREDITS b/CREDITS index 08d28a13..2868ab0e 100644 --- a/CREDITS +++ b/CREDITS @@ -21,12 +21,15 @@ in many small ways. These are acknowledged in the changelog and version control history: Aiko Barz +Andreas Haerter Andrew McMillan Andrew Ruthven Antoine +Athos Ribeiro Aurelien Requiem Benoît Bleuzé Bill McGonigle +Chris S Christian Kier Christoph Anton Mitterer CSchulz @@ -39,6 +42,8 @@ Dávid Takács Dirk Bauer Émile Morel Emmanuel Seyman +eppesuig +Eric Wagner fbiete@gmail.com Felix Möller Florian Schlichting @@ -88,6 +93,7 @@ Rob Ostensen ruliane Sarenet S.A.U Egoitz Aurrekoetxea Scott Balneaves +Scott Savarese Stonewall Jackson Till Schäfer Tobias Brox diff --git a/ChangeLog b/ChangeLog index 7833f0eb..bf242b9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,10 +25,81 @@ to support dates prior to 1900. We now allow dates from 1 AD to 9999 AD. +2024-02-25 Andrew Ruthven + * Don't display sections of the principal edit screen that the + viewing user either can't use, or shouldn't be able to see. + * Fix any PHP 8.2.0 deprecation errors or warnings. + +2024-02-24 Andrew Ruthven + * Add tests for the web UI. This should allow us to pick up on + issues with newer PHP versions faster. + * Unescape URLs passed in as external bindings. + +2024-02-27 Stonewall Jackson + * Fix scope=onelevel in LDAP driver. + * Update LDAP driver to support SASL binds. + +2024-02-17 Andrew Ruthven + * Set external_refresh by default to 60 minutes. + * Fix PROPFIND with Depth 1 if external bind is included. + +2024-02-03 Andrew Ruthven + * Set default filters for LDAP queries. + * Various small improvements to LDAP support. + * In LDAP config rename mapping_field to user_mapping_field (old + name is still supported). + * When doing an LDAP group sync, update existing groups. Previously + we only loaded new groups. + +2023-05-25 Eric Wagner + * When fetching group membership from LDAP use the username attr. + +2024-03-07 Chris S + * Fix conversion to UTC for DST changes + +2024-02-04 Andrew Ruthven + * If curl is missing, complain, loudly. + +2024-01-21 Andrew Ruthven + * Add ROOM as a principal type. + +2024-01-20 Andrew Ruthven + * Add PHP version check to setup.php. + +2024-01-16 Andreas Haerter + * Fix typos in example config. + * Improve Active Directory example. + +2023-10-23 Andrew Ruthven + * Remove accidental includsion of sis.redsys.es in CSP. + * Only apply CSP to the DAViCal htdocs (this allows us to behave + better when sharing a vhost). + +2023-07-06 Athos Ribeiro + * Add suport for phpunit 10 (dev facing only) + +2023-06-21 eppesuig + * Better check for $_SERVER['PATH_INFO'] + +2023-04-03 Andrew Ruthven + * Fix expansion of recurring events for Confidential resources. + +2023-04-03 Andrew Ruthven + * Add a missing space to a SQL statement, PostgreSQL fixed a bug in + 2022 which was masking this bug. + +2023-04-27 Scott Savarese + * Add support for specifying LDAP connections via URL to handle + LDAPS and redundant LDAP servers + +2023-03-23 Florian Schlichting + * Fix a string concatenation. + 2023-03-02 Florian Schlichting * release davical 1.1.12 * add Debian autopkgtests - * Fix phpunit tests ('Attempt to read property "rrule_loop_limit" on null') and add them to 'make test' + * Fix phpunit tests ('Attempt to read property "rrule_loop_limit" on + null') and add them to 'make test' 2023-02-05 Andrew Ruthven * Fix is-defined and is-not-defined prop-filters