Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix previous commit | Robin Appelman | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Use dummy request method in CLI | Robin Appelman | 2013-02-07 | 1 | -1/+5 |
| | |||||
* | added cleanup recommendations by including ocs in the cachedKey method and ↵ | Bernhard Posselt | 2013-01-07 | 1 | -5/+5 |
| | | | | moving the ocs routes stuff at the end of the loadRoutes method | ||||
* | readded ocs routes | Bernhard Posselt | 2013-01-07 | 1 | -0/+5 |
| | |||||
* | fixed error that displayed a white page and a warning that routes could not ↵ | Bernhard Posselt | 2013-01-07 | 1 | -17/+0 |
| | | | | be loaded from apps that was caused by the ocs_api merge | ||||
* | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 1 | -5/+120 |
|\ | |||||
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | Move loading setting routing to OC_Router | Bart Visscher | 2012-10-29 | 1 | -1/+3 |
| | | |||||
| * | Add ETag caching for Javascript routes | Bart Visscher | 2012-10-29 | 1 | -11/+36 |
| | | |||||
| * | Fix introduced style errors | Bart Visscher | 2012-10-27 | 1 | -4/+4 |
| | | |||||
| * | Add API description to OC_Route and OC_Router | Bart Visscher | 2012-10-05 | 1 | -0/+31 |
| | | |||||
| * | Implement routing on javascript side | Bart Visscher | 2012-10-05 | 1 | -0/+18 |
| | | |||||
| * | Add linkToRoute functionality | Bart Visscher | 2012-09-12 | 1 | -6/+23 |
| | | |||||
| * | Routing: Add some core routes | Bart Visscher | 2012-08-12 | 1 | -0/+2 |
| | | |||||
| * | Routing: Fix construction of RequestContext | Bart Visscher | 2012-08-11 | 1 | -1/+5 |
| | | |||||
| * | Fix for running doing routing in lib/ocs.php | Bart Visscher | 2012-08-11 | 1 | -3/+5 |
| | | |||||
| * | Routing: combine all routes into one set | Bart Visscher | 2012-08-10 | 1 | -8/+12 |
| | | |||||
| * | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-10 | 1 | -1/+6 |
| | | |||||
| * | Routing: Method needs to be uppercase | Bart Visscher | 2012-08-10 | 1 | -1/+1 |
| | | |||||
| * | Add loading of routes in OC_Router | Bart Visscher | 2012-08-10 | 1 | -0/+13 |
| | | |||||
* | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 1 | -8/+14 |
| | | |||||
* | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 1 | -1/+6 |
| | | |||||
* | | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 1 | -1/+1 |
| | | |||||
* | | Move loading of routes to OC_Router | Bart Visscher | 2012-07-30 | 1 | -0/+15 |
|/ | |||||
* | Convert routing to ownCloud fluid interface | Bart Visscher | 2012-07-23 | 1 | -0/+50 |