summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/SharedStorageTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unused methodsMorris Jobke2017-08-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-4/+3
|
* update comment to codeRobin Appelman2017-05-151-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix SharedStorage TestRoeland Jago Douma2017-05-041-1/+1
| | | | | | | | A moveable mount point (What a SharedStorage is) always has DELETE + UPDATE permissions. Since you can either delete (unshare) or update (rename) it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* set cache to failedcache when shared storage init failsRobin Appelman2017-03-231-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Ignore NoUserException for shares from ghostsVincent Petry2017-03-201-0/+38
| | | | | | Add unit tests for FailedStorage init from SharedStorage Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* use unmasked permissions in shared scannerRobin Appelman2016-12-141-0/+28
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* apply permissions mask for shared storageRobin Appelman2016-12-021-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-1/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-3/+4
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Move tests to PSR-4Joas Schilling2016-05-251-0/+532