aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/route
Commit message (Expand)AuthorAgeFilesLines
* 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-132-2/+2
* remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-1/+1
* Preserve keys when sorting parameters when generatings urlsRobin Appelman2014-04-291-1/+1
* Merge pull request #7988 from owncloud/routing-cache-webrootAndreas Fischer2014-04-201-1/+2
|\
| * Sort parameters and cast to intRobin Appelman2014-04-151-1/+2
| * add delimiter between host and baseurlRobin Appelman2014-04-071-1/+1
| * Keep cached urls with different hostnames or baseurls seperateRobin Appelman2014-04-011-1/+1
* | Fix PHPdoc in lib/privateBart Visscher2014-04-152-0/+13
* | 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
* Cache generated urls for routesRobin Appelman2014-03-241-0/+43
* 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-102-0/+334