- 05 Jun, 2014 15 commits
-
-
Lukas Reschke authored
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
-
Thomas Müller authored
Use the permissions exposed by ownCloud for webdav external storages
-
Jan-Christoph Borchardt authored
use slide toggle for files app
-
Bernhard Posselt authored
-
icewind1991 authored
Added switch to count external storage data in quota
-
Vincent Petry authored
Added Shared with link sidebar section in files app
-
Jörn Friedrich Dreyer authored
remove file locking - code will continue to live in it's own app
-
Thomas Müller authored
Toggle app navigation not only on mobile, but on desktop as well
-
Jan-Christoph Borchardt authored
-
icewind1991 authored
Fix mime type returning for shared with others files
-
Vincent Petry authored
Simulate apps database schema update on upgrade
-
Thomas Müller authored
Kill permissions table
-
Morris Jobke authored
-
Thomas Müller authored
- the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
-
Jenkins for ownCloud authored
-
- 04 Jun, 2014 25 commits
-
-
Morris Jobke authored
-
Morris Jobke authored
remove obsolete placeholder call, fix #8881
-
Thomas Müller authored
Update SabreDAV to 1.8.10
-
Thomas Müller authored
-
Vincent Petry authored
This prevents routes like "core/js/oc.js" to automatically load apps and trigger their update prematurely.
-
Morris Jobke authored
minimal mail template editor for administrators
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
-
Robin Appelman authored
-
Thomas Müller authored
[versioning] let the file cache track the size of the versions
-
Vincent Petry authored
-
Morris Jobke authored
personal settings: unbold clients header and remove obsolete CSS
-
Thomas Müller authored
-
Vincent Petry authored
When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
Update share action text to display owner/recipients
-
Jan-Christoph Borchardt authored
explicit position:relative for app-content, fixes first run layout
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-