Add missing ChangeLog and CREDITS entries

This commit is contained in:
Andrew Ruthven 2024-04-14 23:45:20 +12:00
parent 2ce32a3ac7
commit 0c2bb61891
2 changed files with 78 additions and 1 deletions

View File

@ -21,12 +21,15 @@ in many small ways. These are acknowledged in the changelog
and version control history:
Aiko Barz <aiko@deepco.de>
Andreas Haerter <ah@foundata.com>
Andrew McMillan <debian@mcmillan.net.nz>
Andrew Ruthven <andrew@etc.gen.nz>
Antoine <ahuret@skilld.fr>
Athos Ribeiro <athoscribeiro@gmail.com>
Aurelien Requiem <aurelien@menfin.net>
Benoît Bleuzé <benoit.bleuze@gmail.com>
Bill McGonigle <bill-gitlab.com-20170608@bfccomputing.com>
Chris S <chris@abacuscc.org>
Christian Kier <kier@isip.uni-luebeck.de>
Christoph Anton Mitterer <calestyo@scientia.net>
CSchulz <christian@schulz.re>
@ -39,6 +42,8 @@ Dávid Takács <david.takacs@cafeopen.eu>
Dirk Bauer <dirk.bauer@iserv.eu>
Émile Morel <emorel@quarkslab.com>
Emmanuel Seyman <eseyman@edd.fr>
eppesuig <giuseppe@sguazz.it>
Eric Wagner <eric.wagner@htwsaar.de>
fbiete@gmail.com <fbiete@gmail.com>
Felix Möller <mail@felixmoeller.de>
Florian Schlichting <fsfs@debian.org>
@ -88,6 +93,7 @@ Rob Ostensen <caveman+davical@caveman.name>
ruliane <ruliane+github@ruliane.net>
Sarenet S.A.U Egoitz Aurrekoetxea <egoitz@sarenet.es>
Scott Balneaves <sbalneav@alburg.net>
Scott Savarese <root@infra1.scottsavarese.com>
Stonewall Jackson <stonewall@sacredheartsc.com>
Till Schäfer <till2.schaefer@tu-dortmund.de>
Tobias Brox <tobias@redpill-linpro.com>

View File

@ -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 <andrew@etc.gen.nz>
* 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 <andrew@etc.gen.nz>
* 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 <stonewall@sacredheartsc.com>
* Fix scope=onelevel in LDAP driver.
* Update LDAP driver to support SASL binds.
2024-02-17 Andrew Ruthven <andrew@etc.gen.nz>
* Set external_refresh by default to 60 minutes.
* Fix PROPFIND with Depth 1 if external bind is included.
2024-02-03 Andrew Ruthven <andrew@etc.gen.nz>
* 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 <eric.wagner@htwsaar.de>
* When fetching group membership from LDAP use the username attr.
2024-03-07 Chris S <chris@abacuscc.org>
* Fix conversion to UTC for DST changes
2024-02-04 Andrew Ruthven <andrew@etc.gen.nz>
* If curl is missing, complain, loudly.
2024-01-21 Andrew Ruthven <andrew@etc.gen.nz>
* Add ROOM as a principal type.
2024-01-20 Andrew Ruthven <andrew@etc.gen.nz>
* Add PHP version check to setup.php.
2024-01-16 Andreas Haerter <ah@foundata.com>
* Fix typos in example config.
* Improve Active Directory example.
2023-10-23 Andrew Ruthven <andrew@etc.gen.nz>
* 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 <athoscribeiro@gmail.com>
* Add suport for phpunit 10 (dev facing only)
2023-06-21 eppesuig <giuseppe@sguazz.it>
* Better check for $_SERVER['PATH_INFO']
2023-04-03 Andrew Ruthven <andrew@etc.gen.nz>
* Fix expansion of recurring events for Confidential resources.
2023-04-03 Andrew Ruthven <andrew@etc.gen.nz>
* Add a missing space to a SQL statement, PostgreSQL fixed a bug in
2022 which was masking this bug.
2023-04-27 Scott Savarese <root@infra1.scottsavarese.com>
* Add support for specifying LDAP connections via URL to handle
LDAPS and redundant LDAP servers
2023-03-23 Florian Schlichting <fsfs@debian.org>
* Fix a string concatenation.
2023-03-02 Florian Schlichting <fsfs@debian.org>
* 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 <andrew@etc.gen.nz>
* Fix is-defined and is-not-defined prop-filters