summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-082-5/+210
* Split files_sharing middelwareRoeland Jago Douma2015-10-081-29/+28
* Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-10-081-1/+54
* Respect disabled sharing API settingsRoeland Jago Douma2015-10-081-3/+32
* Merge pull request #18274 from owncloud/issue-18261-sharing-capabilities-use-...Thomas Müller2015-08-141-11/+11
|\
| * Fix config map provider for testsJoas Schilling2015-08-131-11/+11
* | Add a basic unit test which notifies us about incompatible extendingJoas Schilling2015-08-131-0/+82
|/
* add unit tests for share target conflict with group sharesRobin Appelman2015-08-061-0/+39
* fix infinite loops with propagating etags on resharesRobin Appelman2015-08-041-5/+14
* Merge pull request #17653 from owncloud/backport-17330-share-group-path-excep...Morris Jobke2015-07-161-0/+130
|\
| * Add test case when owner renames shared folderVincent Petry2015-07-151-5/+8
| * Add unit test for getUsersSharingFileVincent Petry2015-07-151-0/+127
* | Merge pull request #17658 from owncloud/share-lock-owner-parent-stable81Vincent Petry2015-07-161-0/+101
|\ \
| * | only lock the parent foldersRobin Appelman2015-07-151-0/+11
| * | lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-151-0/+90
| |/
* | Merge pull request #17337 from owncloud/stable8.1-backport-17077Morris Jobke2015-07-151-3/+5
|\ \ | |/ |/|
| * handle error during setupRobin Appelman2015-07-021-3/+5
* | Do not show static share owner if not availableVincent Petry2015-07-031-0/+17
|/
* Merge pull request #17083 from owncloud/share-etag-update-targetVincent Petry2015-06-291-8/+36
|\
| * Unit test for etag update on custom share folderVincent Petry2015-06-261-8/+36
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2710-4/+10
|\ \
| * | update license headers and authorsMorris Jobke2015-06-2510-4/+10
* | | Merge pull request #17082 from owncloud/shared-etag-propagate-fileThomas Müller2015-06-261-0/+12
|\ \ \ | |/ / |/| |
| * | add unit test for single file share etag propagationRobin Appelman2015-06-241-0/+12
| |/
* / Added unit test to verify link password removealRoeland Jago Douma2015-06-241-1/+23
|/
* Disable video preview if previews are disabledMorris Jobke2015-06-091-0/+1
* Move the helpful method to the TestCase classJoas Schilling2015-06-032-13/+13
* Merge pull request #16075 from owncloud/skeleton-copy-delayVincent Petry2015-05-202-4/+2
|\
| * fix testsRobin Appelman2015-05-182-4/+2
* | Merge pull request #16446 from owncloud/fix-url-generationLukas Reschke2015-05-201-0/+107
|\ \
| * | Added unit tests for download URL in public sharing pageVincent Petry2015-05-191-0/+107
| |/
* / Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
|/
* Merge pull request #15815 from owncloud/unshare-etag-propagateMorris Jobke2015-05-112-73/+42
|\
| * Update etag of direct parent on unshareVincent Petry2015-04-282-73/+42
* | Add tests for the correct share id on the call aswellJoas Schilling2015-04-281-3/+15
* | check the called URLJoas Schilling2015-04-281-3/+13
|/
* safer teardownRobin Appelman2015-04-271-1/+3
* cleanup hooksRobin Appelman2015-04-271-0/+7
* fix mergeRobin Appelman2015-04-271-1/+1
* more propagation testsRobin Appelman2015-04-274-245/+429
* remove duplicates from rebaseRobin Appelman2015-04-271-48/+0
* adjust testRobin Appelman2015-04-272-2/+7
* propagate etags for all user of a shareRobin Appelman2015-04-272-1/+54
* Allow getting *all* share entries owned by a userRobin Appelman2015-04-271-1/+3
* unit test for etag propagation across shared storage boundaryRobin Appelman2015-04-271-2/+158
* use the permissions mask cache wrapper instead of the read only cacheRobin Appelman2015-04-221-93/+0
* Renamed class + split methodsOlivier Paroz2015-04-211-25/+13
* Tests for read-only cacheOlivier Paroz2015-04-181-0/+105
* Fix testRobin Appelman2015-04-131-2/+8
* Implement move/copyFromStorage for shared storageRobin Appelman2015-04-131-6/+58