Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix shared storage tests for non local home storage | Robin Appelman | 2015-10-16 | 1 | -3/+3 |
| | |||||
* | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-16 | 1 | -2/+5 |
| | |||||
* | add unit tests for share target conflict with group shares | Robin Appelman | 2015-08-05 | 1 | -0/+39 |
| | |||||
* | adjust test | Robin Appelman | 2015-04-27 | 1 | -1/+4 |
| | |||||
* | Fix test | Robin Appelman | 2015-04-13 | 1 | -2/+8 |
| | |||||
* | Implement move/copyFromStorage for shared storage | Robin Appelman | 2015-04-13 | 1 | -6/+58 |
| | |||||
* | Merge pull request #13802 from owncloud/share-partfilepermissions | Morris Jobke | 2015-03-26 | 1 | -0/+152 |
|\ | | | | | Fix share permission checks | ||||
| * | Fix share permission related unit tests | Vincent Petry | 2015-03-20 | 1 | -9/+13 |
| | | |||||
| * | Fix shared storage permission checks | Vincent Petry | 2015-03-18 | 1 | -0/+148 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+16 |
| | | |||||
* | | Do not automatically add "update" permission to shared mounts | Vincent Petry | 2015-03-20 | 1 | -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 Jobke | 2015-02-26 | 1 | -15/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+15 |
| | |||||
* | Unregister trashbin storage wrapper at the end of tests | Vincent Petry | 2015-01-23 | 1 | -0/+2 |
| | | | | Some more tests that uses the storage wrapper now remove it afterwards | ||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Setup shared mounts for the correct user when setting up the filesystem for ↵ | Robin Appelman | 2014-11-06 | 1 | -0/+26 |
| | | | | the non-logged in user | ||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -3/+1 |
| | | | | take care of this | ||||
* | fix broken unit tests | Bjoern Schiessle | 2014-08-18 | 1 | -3/+5 |
| | |||||
* | add/update unit tests | Bjoern Schiessle | 2014-06-24 | 1 | -0/+31 |
| | |||||
* | don't lose file size during rename | Bjoern Schiessle | 2014-05-26 | 1 | -3/+43 |
| | |||||
* | move the mount point up if a share is mounted to a subfolder and the ↵ | Bjoern Schiessle | 2014-05-21 | 1 | -0/+46 |
| | | | | subfolder no longer exists | ||||
* | get the correct owner path for part files | Bjoern Schiessle | 2014-04-30 | 1 | -0/+83 |