aboutsummaryrefslogtreecommitdiffstats
path: root/lib/router.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous commitRobin Appelman2013-02-071-1/+1
|
* Use dummy request method in CLIRobin Appelman2013-02-071-1/+5
|
* added cleanup recommendations by including ocs in the cachedKey method and ↵Bernhard Posselt2013-01-071-5/+5
| | | | moving the ocs routes stuff at the end of the loadRoutes method
* readded ocs routesBernhard Posselt2013-01-071-0/+5
|
* fixed error that displayed a white page and a warning that routes could not ↵Bernhard Posselt2013-01-071-17/+0
| | | | be loaded from apps that was caused by the ocs_api merge
* Merge master into ocs_api, fix conflicts.Tom Needham2012-12-141-5/+120
|\
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| |
| * Move loading setting routing to OC_RouterBart Visscher2012-10-291-1/+3
| |
| * Add ETag caching for Javascript routesBart Visscher2012-10-291-11/+36
| |
| * Fix introduced style errorsBart Visscher2012-10-271-4/+4
| |
| * Add API description to OC_Route and OC_RouterBart Visscher2012-10-051-0/+31
| |
| * Implement routing on javascript sideBart Visscher2012-10-051-0/+18
| |
| * Add linkToRoute functionalityBart Visscher2012-09-121-6/+23
| |
| * Routing: Add some core routesBart Visscher2012-08-121-0/+2
| |
| * Routing: Fix construction of RequestContextBart Visscher2012-08-111-1/+5
| |
| * Fix for running doing routing in lib/ocs.phpBart Visscher2012-08-111-3/+5
| |
| * Routing: combine all routes into one setBart Visscher2012-08-101-8/+12
| |
| * Move loading of routes to OC::getRouter functionBart Visscher2012-08-101-1/+6
| |
| * Routing: Method needs to be uppercaseBart Visscher2012-08-101-1/+1
| |
| * Add loading of routes in OC_RouterBart Visscher2012-08-101-0/+13
| |
* | Routing: combine all routes into one setBart Visscher2012-08-021-8/+14
| |
* | Move loading of routes to OC::getRouter functionBart Visscher2012-08-021-1/+6
| |
* | Routing: Method needs to be uppercaseBart Visscher2012-07-311-1/+1
| |
* | Move loading of routes to OC_RouterBart Visscher2012-07-301-0/+15
|/
* Convert routing to ownCloud fluid interfaceBart Visscher2012-07-231-0/+50