server/apps/files_external/lib
Robin McCorkell abfd7ecb72 Permit personal mount points to be used for sharing
An issue existed where `readData` used `OCP\User::getUser()` to get the user
for personal mount points, which worked in all situations apart from when a
personal mount point was used for sharing, so the return from `getUser()` is
not the user that owns the share. As such, any personal mount points would not
work correctly when shared.

`readData` and `writeData` have been changed from using a `$isPersonal`
boolean to using a `$user` string|null. `$isPersonal = false` can now be
written as `$user = NULL` (or left out in the case of `readData`), and
`$isPersonal = true` can be written as `$user = OCP\User::getUser()`.
2014-04-21 21:42:35 +01:00
..
amazons3.php remove duplicate method checkDependencies() 2014-04-03 17:17:44 +02:00
config.php Permit personal mount points to be used for sharing 2014-04-21 21:42:35 +01:00
dropbox.php Moved dependency checks to end of class files 2014-04-03 16:46:22 +02:00
ftp.php Moved dependency checks to end of class files 2014-04-03 16:46:22 +02:00
google.php Moved dependency checks to end of class files 2014-04-03 16:46:22 +02:00
irods.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
owncloud.php Added ownCloud backend for external storage 2013-10-09 17:30:22 +02:00
sftp.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
smb.php use command -v to detect if smbclient exists 2014-04-03 17:09:40 +02:00
smb_oc.php Use braces on single line if statements 2014-03-26 15:11:09 +00:00
streamwrapper.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
swift.php Moved dependency checks to end of class files 2014-04-03 16:46:22 +02:00
webdav.php Merge branch 'master' into fs-backend-registration 2014-04-03 17:04:16 +02:00