summaryrefslogtreecommitdiffstats
path: root/lib/private/Route
Commit message (Expand)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+1
|\
| * Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+1
* | Dont cache empty url for not found routesRobin Appelman2019-10-181-1/+3
|/
* Move settings to an appChristoph Wurst2019-09-281-2/+3
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-062-2/+2
* Fix require once for actionIncludeMorris Jobke2017-08-091-1/+1
* User proper anonymous functionRoeland Jago Douma2017-08-091-5/+6
* 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-213-3/+3
* Fix othersJoas Schilling2016-07-213-6/+9
* Make the router handle OCS AppFramework RoutesRoeland Jago Douma2016-07-181-0/+12
* Update license headersLukas Reschke2016-05-262-1/+3
* Read only onceLukas Reschke2016-05-021-2/+3
* Move \OC\Route to PSR-4Roeland Jago Douma2016-04-253-0/+582