Fix: #4989 - mismatch between individual and family lists
Clean up tests
CodeStyle - whitespace
PHPUnit 11 deprecates docblocks, use annotations instead
Fix: typo in @covers annotation
Fix broken tests
Refactor startup code to allow /public/ to be the web root
Replace illuminate/container with our own simpler container
Remove dead code
It's 2023
Add minimal test scripts for every class, to pick up PHP version issues
It is 2022 - update copyright dates
Refactor HTTP exceptions
Fix: #4026 - Unit test failure
Prefer https for links to documentation
Revert "Move PSR17 factories to the registry"This reverts commit 56afe05fa72eb037740c3a05c02828a7ba30f9a9.
Move PSR17 factories to the registry
Use https link in copyright header
Move user constants to the user interface class
Testing
Use factory to create caches and filesystems
Remove dependency on symfony httpfoundation/kernel
Avoid ambiguous functions such as empty()
Fix error updating account preferences; use constants for preference names
12