- Feb 17, 2016
-
-
Vincent Petry authored
When receiving a shared file, the quota for that file counts in the owner's storage, not the current user's storage. To make it possible to overwrite the file even when the current user doesn't have enough space, the quota check is deferred for such files.
-
Vincent Petry authored
When overwriting shared files as recipient, the part file is written on the uploader's storage before overwriting the target file. If the uploader has no quota left, they should still be able to overwrite that file with Webdav. To make this work, they need to be able to write the part file to their own storage first.
-
Vincent Petry authored
Fix quota plugin to use the correct file name when chunking When chunking, the file name is the compound name, so need to convert it to the correct final file name before doing the free space check. This ensures that in the case of shared files, the correct storage is used for the quota check.
-
Thomas Müller authored
Files DAV client send propfind headers
-
Thomas Müller authored
Unlock sharee input field when sharing fails
-
Thomas Müller authored
Handles null as return code and uses proper UserFolder in trashbin
-
Thomas Müller authored
Allow searching for single character users to share with
-
Thomas Müller authored
Don't resize trash when no user
-
Thomas Müller authored
Make sure to init the users Filesystem so we can add group shares
-
Thomas Müller authored
App navigation scrolling (Possible fix for #22158)
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page.
-
Jenkins for ownCloud authored
-
- Feb 16, 2016
-
-
Morris Jobke authored
-
Erik Pellikka authored
changed 620px to calc(100vh - 100px);
-
Vincent Petry authored
The defaultHeaders are already injected with the xhrProvider, so no need to pass them again a second time.
-
Vincent Petry authored
-
Vincent Petry authored
Happens when overwriting files on federated shares.
-
Roeland Jago Douma authored
-
Thomas Müller authored
remove login credentails and user provided backends
-
Thomas Müller authored
Fix coverage reporting
-
Robin Appelman authored
-
Thomas Müller authored
Adding transifex to new core apps
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
No more code coverage on scrutinizer
-
Thomas Müller authored
Return proper error string if sharing for this user is disabled
-
Thomas Müller authored
Allow more characters in filenames
-
Morris Jobke authored
Remove inaccurate "is already enabled" message
-
Joas Schilling authored
-
Joas Schilling authored
-
Roeland Jago Douma authored
Fixes #22402
-
Thomas Müller authored
Queries on the cards table by uri require the addressbook as well
-
Thomas Müller authored
-
Thomas Müller authored
Update TarStreamer to v0.1.0
-
Thomas Müller authored
Close file detail sidebar when selecting/unselecting files
-
Thomas Müller authored
Remove unneeded parameter from OC_App::getEnabledApps
-
Thomas Müller authored
Posting a comment replies with invalid location URL
-
Thomas Müller authored
On login we create a default calendar and a default addressbook for t…
-