]> source.dussan.org Git - nextcloud-server.git/commit
Remove legacy routing code
authorLukas Reschke <lukas@statuscode.ch>
Sat, 10 May 2014 12:00:22 +0000 (14:00 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 5 Jun 2014 09:45:45 +0000 (11:45 +0200)
commitac7fb1b23e40e3075535ed5d4188219580b2386a
treea34585e85420dba68fb07456151b54e86ea4d785
parentd0eb8f8668189d5fe82c9d783f30564d643ba604
Remove legacy routing code

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
.htaccess
lib/base.php
lib/private/route/router.php
lib/private/util.php
public.php
remote.php