aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Routing
Commit message (Expand)AuthorAgeFilesLines
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-6/+0
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-4/+4
* Cleanup route registration logicRoeland Jago Douma2020-11-031-0/+269
* 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-052-2/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* 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-212-4/+6
* 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-262-0/+2
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-222-0/+247