nextcloud/tests/lib/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
Controller Fix robots "noindex, nofollow" signals 2020-06-25 08:29:43 +02:00
Db Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
DependencyInjection Format control structures, classes, methods and function 2020-04-10 14:19:56 +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 Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Routing Do not create a RouteActionHandler object for each route 2020-07-07 12:33:22 +02:00
Utility Callable parameter injection 2020-07-03 14:37:46 +02:00
AppTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00