nextcloud/lib/private/AppFramework
Roeland Jago Douma edc1c77dd9
Do not create a RouteActionHandler object for each route
This is not required and doesn't allow us to be properly lazy. On top of
it this doesnt allow us to cache the routes (since closures/objects
can't be cached).

This is the first small step into cleaning up the routing we have

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-07 12:33:22 +02:00
..
Bootstrap Callable parameter injection 2020-07-03 14:37:46 +02:00
DependencyInjection Move the notmodified check to middleware where it belongs 2020-05-13 08:11:24 +02:00
Http Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating 2020-07-02 11:13:13 +02:00
Middleware Update SecurityMiddleware.php 2020-07-06 21:34:46 +02:00
OCS Update license headers for 19 2020-04-29 11:57:22 +02:00
Routing Do not create a RouteActionHandler object for each route 2020-07-07 12:33:22 +02:00
Services Fix return code of AppConfig::deleteUserValue 2020-05-13 14:55:00 +02:00
Utility Make annotations case insensitive 2020-06-23 20:18:23 +02:00
App.php Allow to specify the cookie type for appframework responses 2020-06-22 08:38:44 +02:00
Http.php Move the notmodified check to middleware where it belongs 2020-05-13 08:11:24 +02:00
Logger.php Update license headers 2019-12-05 15:38:45 +01:00