summaryrefslogtreecommitdiffstats
path: root/lib/private/route
Commit message (Expand)AuthorAgeFilesLines
* 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 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