- Jun 05, 2014
-
-
Björn Schießle authored
Revert "make reshare settings foldable" This reverts commit c01f196f. Conflicts: settings/templates/admin.php
-
Björn Schießle authored
-
Jörn Friedrich Dreyer authored
fix files multiselect bar now that the app list is gone
-
Thomas Müller authored
Remove legacy routing code
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
Don't update the mtime if the storage mtime hasn't changed
-
Vincent Petry authored
Fixed quota wrapper to return the value from flock()
-
Thomas Müller authored
Dont overwrite OCA.Sharing
-
Thomas Müller authored
table files_trashsizes was still used in some locations -> removed
-
Robin Appelman authored
-
Lukas Reschke authored
-
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
-
Robin Appelman authored
-
Bernhard Posselt authored
-
Robin Appelman 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
-
Thomas Müller authored
-
Robin Appelman authored
Fix mime type returning for shared with others files
-
Vincent Petry authored
Simulate apps database schema update on upgrade
-
Robin Appelman authored
-
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
-
- Jun 04, 2014
-
-
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
-