aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/route/router.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Route to PSR-4Roeland Jago Douma2016-04-251-364/+0
* getAppPath can return falseLukas Reschke2016-03-241-3/+6
* Escape App IDLukas Reschke2016-03-171-0/+4
* Happy new year!Thomas Müller2016-01-121-2/+3
* Cleanup router codeLukas Reschke2016-01-071-64/+39
* No more deprecation messages in error logThomas Müller2015-12-291-1/+5
* OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
* More cleanups of OC_Config usageMorris Jobke2015-12-031-1/+1
* Support pretty URLsLukas Reschke2015-12-011-1/+7
* Dont die when we're missing a routeRobin Appelman2015-11-271-2/+19
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Delay adding OCS prefix to route collection until all is loadedRobin McCorkell2015-09-011-2/+3
* Only load app routes if the app has already been loadedRobin McCorkell2015-08-181-0/+6
* Revert "Only load app routes if the app has already been loaded"Joas Schilling2015-08-111-6/+0
* Only load app routes if the app has already been loadedRobin McCorkell2015-08-061-0/+6
* Clean application identifier before processingLukas Reschke2015-06-011-0/+2
* Update license headersJenkins for ownCloud2015-03-261-4/+25
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+24
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-2/+3
* Intelligent containerBernhard Posselt2014-12-231-4/+34
* drop unneeded var_dump - fixes #9997Morris Jobke2014-11-181-1/+0
* Log some additional eventsRobin Appelman2014-10-201-2/+3
* Log some basic eventsRobin Appelman2014-10-201-0/+4
* Also match routes without trailing slashJoas Schilling2014-09-221-1/+20
* introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-011-0/+16
* Prevent loadApps on upgradeVincent Petry2014-06-181-1/+3
* Remove legacy routing codeLukas Reschke2014-06-051-0/+3
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-1/+1
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-0/+7
* Merge pull request #8138 from owncloud/allow-app-in-routes.phpThomas Müller2014-04-101-1/+9
|\
| * To isolate the variable scope used inside the $file it is required in it's ow...Thomas Müller2014-04-091-1/+9
* | Load all routes when matching an ocs routeRobin Appelman2014-04-031-1/+1
|/
* fix undefined index warning in routerRobin Appelman2014-03-261-1/+1
* Fix routes getting lost when loading app routes twiceRobin Appelman2014-03-251-7/+9
* fix incorect arrayRobin Appelman2014-03-251-1/+1
* Only load core routes for ocs and settingsRobin Appelman2014-03-251-1/+2
* Only load core routes when matching a core routeRobin Appelman2014-03-241-3/+5
* Only load routes from the apps we needRobin Appelman2014-03-241-13/+37
* Load the routes when matching or generating a route instead of when creating ...Robin Appelman2014-03-241-0/+2
* Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-0/+202