Commit Graph

32 Commits (cfe241a959d02fa856c0aca3cb7779b02cb3c943)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Bernhard Posselt f195123765 Intelligent container 10 years ago
Morris Jobke d40bdfb35e drop unneeded var_dump - fixes #9997 10 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() 11 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 11 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Thomas Müller 33987eea83 remove legacy aka deprecated code: OC_Cache 11 years ago
Robin Appelman 77e6278d09 Preserve keys when sorting parameters when generatings urls 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
Robin Appelman 7f77b08098 Sort parameters and cast to int 11 years ago
Thomas Müller 98a5f121fd To isolate the variable scope used inside the $file it is required in it's own method 11 years ago
Robin Appelman 51fbf0bcbc add delimiter between host and baseurl 11 years ago
Robin Appelman db95f49b7e Load all routes when matching an ocs route 11 years ago
Robin Appelman 9c8596e95b Keep cached urls with different hostnames or baseurls seperate 11 years ago
Robin Appelman 9b2bb7c6ab fix undefined index warning in router 11 years ago
Robin Appelman d75c3d5f9a Fix routes getting lost when loading app routes twice 11 years ago
Robin Appelman e1d3d0e948 fix incorect array 11 years ago
Robin Appelman c17f415356 Only load core routes for ocs and settings 11 years ago
Robin Appelman 9e89ad07c6 Only load core routes when matching a core route 11 years ago
Robin Appelman 0e1cb001b6 Cache generated urls for routes 11 years ago
Robin Appelman f17674fef2 Only load routes from the apps we need 11 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago