server/lib/public/AppFramework
Côme Chilliet 5d1ca7e25a
fix: Drop workarounds for unsupported obsolete PHP versions
Also improved error handling in Installer.php to be type safe.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-22 16:55:42 +02:00
..
Bootstrap feat: Add declarative settings 2024-03-12 13:56:54 +02:00
Db fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Http fix(AppFramework): Fix error message about 204 not allowing custom headers 2024-04-08 16:08:44 +02:00
OCS fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
Services fix(appconfig): only convert single entry on searchValues() 2024-04-05 17:49:34 -01:00
Utility fix: Apply new coding standard to all files 2024-04-02 14:16:21 +02:00
ApiController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
App.php fix: Drop workarounds for unsupported obsolete PHP versions 2024-04-22 16:55:42 +02:00
AuthPublicShareController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Controller.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Http.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
IAppContainer.php
Middleware.php feat(app-framework): Add native argument types for middleware 2023-04-18 17:15:05 +02:00
OCSController.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
PublicShareController.php fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +01:00
QueryException.php