Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also match routes without trailing slash | Joas Schilling | 2014-09-22 | 1 | -1/+20 |
| | | | | Fix #11209 | ||||
* | 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 |
| | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | ||||
* | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | Keep cached urls with different hostnames or baseurls seperate * owncloud/routing-cache-webroot: Sort parameters and cast to int add delimiter between host and baseurl Keep cached urls with different hostnames or baseurls seperate | ||||
| * | 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 |
| | | | | | | | | using scrutinizer patch | ||||
* | | 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... | ||||
| * | | To isolate the variable scope used inside the $file it is required in it's ↵ | Thomas Müller | 2014-04-09 | 1 | -1/+9 |
| |/ | | | | | | | own method | ||||
* / | 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 |
| | | | | the router | ||||
* | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 2 | -0/+334 |