| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup router code | Lukas Reschke | 2016-01-07 | 1 | -64/+39 |
* | No more deprecation messages in error log | Thomas Müller | 2015-12-29 | 1 | -1/+5 |
* | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 1 | -1/+1 |
* | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -1/+7 |
* | Dont die when we're missing a route | Robin Appelman | 2015-11-27 | 2 | -4/+24 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Delay adding OCS prefix to route collection until all is loaded | Robin McCorkell | 2015-09-01 | 1 | -2/+3 |
* | Only load app routes if the app has already been loaded | Robin McCorkell | 2015-08-18 | 1 | -0/+6 |
* | Revert "Only load app routes if the app has already been loaded" | Joas Schilling | 2015-08-11 | 1 | -6/+0 |
* | Only load app routes if the app has already been loaded | Robin McCorkell | 2015-08-06 | 1 | -0/+6 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 |
* | Replace `_method` requirement by {g,s}etMethods() | David Prévot | 2015-04-19 | 1 | -2/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -12/+65 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -62/+15 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -15/+62 |
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -2/+3 |
* | Intelligent container | Bernhard Posselt | 2014-12-23 | 1 | -4/+34 |
* | drop unneeded var_dump - fixes #9997 | Morris Jobke | 2014-11-18 | 1 | -1/+0 |
* | Log some additional events | Robin Appelman | 2014-10-20 | 1 | -2/+3 |
* | Log some basic events | Robin Appelman | 2014-10-20 | 1 | -0/+4 |
* | Also match routes without trailing slash | Joas Schilling | 2014-09-22 | 1 | -1/+20 |
* | introduce and use getCurrentConnection() | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -0/+16 |
* | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -1/+3 |
* | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 1 | -0/+3 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 2 | -2/+2 |
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
* | Preserve keys when sorting parameters when generatings urls | Robin Appelman | 2014-04-29 | 1 | -1/+1 |
* | Merge pull request #7988 from owncloud/routing-cache-webroot | Andreas Fischer | 2014-04-20 | 1 | -1/+2 |
|\ |
|
| * | Sort parameters and cast to int | Robin Appelman | 2014-04-15 | 1 | -1/+2 |
| * | add delimiter between host and baseurl | Robin Appelman | 2014-04-07 | 1 | -1/+1 |
| * | Keep cached urls with different hostnames or baseurls seperate | Robin Appelman | 2014-04-01 | 1 | -1/+1 |
* | | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 2 | -0/+13 |
* | | Merge pull request #8138 from owncloud/allow-app-in-routes.php | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ |
|
| * | | To isolate the variable scope used inside the $file it is required in it's ow... | Thomas Müller | 2014-04-09 | 1 | -1/+9 |
| |/ |
|
* / | Load all routes when matching an ocs route | Robin Appelman | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | fix undefined index warning in router | Robin Appelman | 2014-03-26 | 1 | -1/+1 |
* | Fix routes getting lost when loading app routes twice | Robin Appelman | 2014-03-25 | 1 | -7/+9 |
* | fix incorect array | Robin Appelman | 2014-03-25 | 1 | -1/+1 |
* | Only load core routes for ocs and settings | Robin Appelman | 2014-03-25 | 1 | -1/+2 |
* | Only load core routes when matching a core route | Robin Appelman | 2014-03-24 | 1 | -3/+5 |
* | Cache generated urls for routes | Robin Appelman | 2014-03-24 | 1 | -0/+43 |
* | Only load routes from the apps we need | Robin Appelman | 2014-03-24 | 1 | -13/+37 |
* | Load the routes when matching or generating a route instead of when creating ... | Robin Appelman | 2014-03-24 | 1 | -0/+2 |
* | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 2 | -0/+334 |