- Feb 19, 2016
-
-
Roeland Jago Douma authored
Incomming federated shares are a special kind. We mount them as normal webdav shares but we do supply owner info with the federated cloud id of the share owner. Since we do not yet have the new resharing behaviour on federated shares we need to set the correct owner. Which will allow sharing and proper mounting for other users. fixes #22500
-
Thomas Müller authored
Fix GDrive handling of office files
-
Thomas Müller authored
Require CSRF token for non WebDAV authenticated requests
-
- Feb 18, 2016
-
-
C Montero-Luque authored
-
Thomas Müller authored
getRootFolder should not setup the FS for any user
-
Thomas Müller authored
cache result for getowner
-
Thomas Müller authored
get the actual user instead of a federated cloud id
-
Thomas Müller authored
Fix on shared groups assignment.
-
Thomas Müller authored
Make app updates better visible (part1)
-
Thomas Müller authored
Bump Zipstreamer
-
Thomas Müller authored
Fix quota check for single shared files
-
Roeland Jago Douma authored
-
Thomas Müller authored
Properly trigger testRemote after getting a 404 from remote fed share
-
Thomas Müller authored
set correct http status code in redirect response
-
Roeland Jago Douma authored
Fixes #22467 This can go wrong when an app (take the ldap app) DIs something that needs the rootFolder. This break if we use cookie auth since then we know the user at that point and thus try to setup the fs for that user. However if there are then incomming shares from an ldap user they will fails since the user manager can't find them yet. Now getRootFolder does not setup the fs for any user.
-
v1r0x authored
-
Vincent Petry authored
Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share.
-
v1r0x authored
Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect).
-
Lukas Reschke authored
-
Leonardo Diez authored
-
Lukas Reschke authored
-
Thomas Müller authored
Add index names so Doctrine does not use a too long random string
-
Thomas Müller authored
OCS Share API should not return invalid shares
-
Thomas Müller authored
dont die when missing an auth backend
-
Björn Schießle authored
$view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share
-
Björn Schießle authored
$view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share
-
Thomas Müller authored
Fixes code analysis issues
-
Thomas Müller authored
Show the comments and tags on the share filters
-
Thomas Müller authored
Fix GDrive mime type detection with encryption
-
Joas Schilling authored
-
Thomas Müller authored
Fix a typo in Readme
-
Joas Schilling authored
-
Prayag Verma authored
`diffrent` → `different`
-
- Feb 17, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
Add new patchwork references
-
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.
-
Morris Jobke authored
-
Thomas Müller authored
Allow license.php for app repos aswell
-
Thomas Müller authored
Adding global error handler for ajax calls which run into redirection…
-