Commit Graph

22 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Bernhard Posselt f195123765 Intelligent container 11 years ago
Morris Jobke d40bdfb35e drop unneeded var_dump - fixes #9997 11 years ago
Robin Appelman 9fd234f63f Log some additional events 11 years ago
Robin Appelman 1e69f5e7ac Log some basic events 11 years ago
Joas Schilling 71bec60b92 Also match routes without trailing slash 11 years ago
Jörn Friedrich Dreyer 5a588333b2 introduce and use getCurrentConnection() 12 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 12 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Thomas Müller 33987eea83 remove legacy aka deprecated code: OC_Cache 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 12 years ago
Thomas Müller 98a5f121fd To isolate the variable scope used inside the $file it is required in it's own method 12 years ago
Robin Appelman db95f49b7e Load all routes when matching an ocs route 12 years ago
Robin Appelman 9b2bb7c6ab fix undefined index warning in router 12 years ago
Robin Appelman d75c3d5f9a Fix routes getting lost when loading app routes twice 12 years ago
Robin Appelman e1d3d0e948 fix incorect array 12 years ago
Robin Appelman c17f415356 Only load core routes for ocs and settings 12 years ago
Robin Appelman 9e89ad07c6 Only load core routes when matching a core route 12 years ago
Robin Appelman f17674fef2 Only load routes from the apps we need 12 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 12 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 12 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 12 years ago
Alexander Bergolth 301d469813 Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Robin Appelman 73ed62976d Fix previous commit 13 years ago
Robin Appelman f3f55654ce Use dummy request method in CLI 13 years ago
Bernhard Posselt 75dbe88664 added cleanup recommendations by including ocs in the cachedKey method and moving the ocs routes stuff at the end of the loadRoutes method 13 years ago
Bernhard Posselt 5ccbfd9079 readded ocs routes 13 years ago
Bernhard Posselt f80bc4ed53 fixed error that displayed a white page and a warning that routes could not be loaded from apps that was caused by the ocs_api merge 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Bart Visscher a9ff5635d8 Move loading setting routing to OC_Router 13 years ago
Bart Visscher 4d03b3dbaf Add ETag caching for Javascript routes 13 years ago
Bart Visscher fecfeac55d Fix introduced style errors 13 years ago
Bart Visscher c2b4e53453 Add API description to OC_Route and OC_Router 13 years ago
Bart Visscher f3a211c03c Implement routing on javascript side 13 years ago
Bart Visscher 3efe1d3b24 Add linkToRoute functionality 14 years ago
Bart Visscher db4111f6d5 Routing: Add some core routes 14 years ago
Bart Visscher 1763de08d0 Routing: Fix construction of RequestContext 14 years ago
Bart Visscher 87d1cdb945 Fix for running doing routing in lib/ocs.php 14 years ago
Bart Visscher f63b9b44d8 Routing: combine all routes into one set 14 years ago
Bart Visscher 72b2324b68 Move loading of routes to OC::getRouter function 14 years ago
Bart Visscher ca1454ab1a Routing: Method needs to be uppercase 14 years ago
Bart Visscher 9e80f0954d Add loading of routes in OC_Router 14 years ago
Bart Visscher 4b9200f6f7 Routing: combine all routes into one set 14 years ago
Bart Visscher 6ba2623485 Move loading of routes to OC::getRouter function 14 years ago
Bart Visscher 9d6a09f589 Routing: Method needs to be uppercase 14 years ago
Bart Visscher 0271bfa3b7 Move loading of routes to OC_Router 14 years ago
Bart Visscher 768b44b9b6 Convert routing to ownCloud fluid interface 14 years ago