nextcloud/lib/public/AppFramework
Anna Larch 513371152a fix(utility): De- deprecate getDateTime as now() only returns immutable objects
This will mean lots of code like
```$dateTime = (new DateTime())->setTimestamp(ITimeFactory::now()->getTimestamp()```
if a regular DateTime object is needed

Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-28 12:44:11 +02:00
..
Bootstrap Massive refactoring: Turn LanguageModel OCP API into TextProcessing API 2023-08-09 10:05:05 +02:00
Db enh: Provide atomicRetry method to retry transactions if possible 2023-05-16 08:13:20 +02:00
Http feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Services composer run cs:fix 2023-01-20 11:45:08 +01:00
Utility fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-28 12:44:11 +02:00
ApiController.php feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
App.php composer run cs:fix 2023-01-20 11:45:08 +01:00
AuthPublicShareController.php feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
Controller.php Also copy bruteforce meta data when converting DataResponse to JSONResponse 2023-02-14 16:00:10 +01:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
IAppContainer.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Middleware.php feat(app-framework): Add native argument types for middleware 2023-04-18 17:15:05 +02:00
OCSController.php composer run cs:fix 2023-01-20 11:45:08 +01:00
PublicShareController.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
QueryException.php fix: Throw NotFoundExceptionInterface to fulfill PSR container interface if class not found 2023-02-06 14:16:35 +01:00