summaryrefslogtreecommitdiffstats
path: root/lib/private/Route/Router.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "First attempt to check against core routes before loading all app rou...Vincent Petry2021-06-291-14/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* First attempt to check against core routes before loading all app routesJulius Härtl2021-06-021-12/+14
* Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Also unset the other possible unused paramtersRoeland Jago Douma2020-12-161-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-8/+0
* Cleanup route registration logicRoeland Jago Douma2020-11-031-2/+9
* Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-191-1/+1
* Only load routes of the app which is requestedMorris Jobke2020-08-191-5/+19
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-2/+15
* Log the route not found exception on a lower levelRoeland Jago Douma2020-07-241-1/+1
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-9/+19
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Fix creation of legacy routesJoas Schilling2020-04-181-0/+29
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+1
* Move settings to an appChristoph Wurst2019-09-281-2/+3
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Update license headersMorris Jobke2017-11-061-1/+1
* PrivateData to appRoeland Jago Douma2017-07-211-2/+0
* Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-1/+1
* Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-1/+2
* Allow OCS routes in Core and SettingsRoeland Jago Douma2016-08-091-0/+5
* Allow ocs/v2.php/cloud/... routesRoeland Jago Douma2016-08-081-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Make the router handle OCS AppFramework RoutesRoeland Jago Douma2016-07-181-0/+12
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Route to PSR-4Roeland Jago Douma2016-04-251-0/+364