summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/sharedstorage.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix shared storage tests for non local home storageRobin Appelman2015-10-161-3/+3
|
* fix sabre connector tests when using a non local home storageRobin Appelman2015-10-161-2/+5
|
* add unit tests for share target conflict with group sharesRobin Appelman2015-08-051-0/+39
|
* adjust testRobin Appelman2015-04-271-1/+4
|
* Fix testRobin Appelman2015-04-131-2/+8
|
* Implement move/copyFromStorage for shared storageRobin Appelman2015-04-131-6/+58
|
* Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-0/+152
|\ | | | | Fix share permission checks
| * Fix share permission related unit testsVincent Petry2015-03-201-9/+13
| |
| * Fix shared storage permission checksVincent Petry2015-03-181-0/+148
| |
* | Update license headersJenkins for ownCloud2015-03-261-12/+16
| |
* | Do not automatically add "update" permission to shared mountsVincent Petry2015-03-201-2/+1
|/ | | | | | | | | In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV.
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+15
|
* Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-231-0/+2
| | | | Some more tests that uses the storage wrapper now remove it afterwards
* replace hook with storage wrapperBjoern Schiessle2015-01-191-1/+1
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+2
|
* Setup shared mounts for the correct user when setting up the filesystem for ↵Robin Appelman2014-11-061-0/+26
| | | | the non-logged in user
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-3/+1
| | | | take care of this
* fix broken unit testsBjoern Schiessle2014-08-181-3/+5
|
* add/update unit testsBjoern Schiessle2014-06-241-0/+31
|
* don't lose file size during renameBjoern Schiessle2014-05-261-3/+43
|
* move the mount point up if a share is mounted to a subfolder and the ↵Bjoern Schiessle2014-05-211-0/+46
| | | | subfolder no longer exists
* get the correct owner path for part filesBjoern Schiessle2014-04-301-0/+83