summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Routing/RouteConfig.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-4/+4
* Fix supporting defaults for routesRoeland Jago Douma2020-07-081-6/+10
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-7/+4
* Update license headers for 19Christoph Wurst2020-04-291-2/+1
* Fix new routing in settings etcRoeland Jago Douma2020-04-221-52/+44
* Extend tests for root urlJoas Schilling2020-04-181-2/+2
* PHP CS fixesJoas Schilling2020-04-181-3/+2
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-77/+48
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+6
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Make sure urlParams are correctly injected in global routesJoas Schilling2019-03-111-1/+15
* Make RouteConfig strictJoas Schilling2019-01-221-63/+49
* Allow resources via OCS as wellJoas Schilling2019-01-221-1/+55
* Revert "Match slashes in ../{id} resource routes"Roeland Jago Douma2017-04-181-7/+1
* Match slashes in ../{id} resource routesRoeland Jago Douma2017-04-041-1/+7
* Cache the build ControllerNameRoeland Jago Douma2016-09-111-1/+15
* Allow ocs/v2.php/cloud/... routesRoeland Jago Douma2016-08-081-1/+7
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Add route testsRoeland Jago Douma2016-07-181-1/+1
* Allow registering of OCS routes with the appframeworkRoeland Jago Douma2016-07-181-0/+55
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-0/+200