nextcloud/lib/private/AppFramework
Roeland Jago Douma 959bf0d1a7
Cache the build ControllerName
Often a route.php file will have many N routes but only M controllers.
Where N >= M. Which means that in most cases the ControllerName will be
converted multiple times. This is of course far from ideal.

Note that this is per app so the cache will contain at most N entries.
Which is not to bad.
2016-09-11 13:25:32 +02:00
..
Core Update with robin 2016-07-21 18:13:58 +02:00
Db Update with robin 2016-07-21 18:13:58 +02:00
DependencyInjection Merge pull request #846 from nextcloud/provisioning_api_ocs 2016-08-17 10:23:13 +02:00
Http Merge pull request #797 from nextcloud/only-match-for-auth-cookie 2016-08-31 15:59:16 +02:00
Middleware Split OCS version handling 2016-09-06 11:57:39 +02:00
OCS Set proper content type on OCS responses 2016-09-07 10:55:56 +02:00
Routing Cache the build ControllerName 2016-09-11 13:25:32 +02:00
Utility Fix others 2016-07-21 18:13:57 +02:00
App.php Cache parsing of info.xml 2016-09-02 09:03:09 +02:00
Http.php Fix others 2016-07-21 18:13:57 +02:00