summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Collapse)AuthorAgeFilesLines
* Do not show static share owner if not availableVincent Petry2015-07-021-0/+17
| | | | | | | In some corner cases, an outgoing share exists but sharing is not allowed for the current user. This would cause the file list to break because the static text could not be rendered as the owner was undefined.
* Merge pull request #17077 from owncloud/files-scan-absolute-pathMorris Jobke2015-07-021-3/+5
|\ | | | | fix getting mount points when passing a path to the files:scan command
| * handle error during setupRobin Appelman2015-06-291-3/+5
| |
* | only lock the parent foldersRobin Appelman2015-07-011-0/+11
| |
* | lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-011-0/+90
| |
* | Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-011-0/+45
|\ \ | | | | | | OCS Share API link shares now always have an url
| * | OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-221-0/+45
| | | | | | | | | | | | | | | | | | | | | To make sure clients have the correct and latest link add an url field to all OCS Share API return statements on public link shares. * Added unit tests
* | | Merge pull request #15475 from rullzer/files_sharing_OCP_DBMorris Jobke2015-07-011-3/+3
|\ \ \ | |_|/ |/| | Move files sharing app (mostly) to OCP\DB
| * | Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-181-3/+3
| | |
* | | Merge pull request #17083 from owncloud/share-etag-update-targetVincent Petry2015-06-291-8/+36
|\ \ \ | | | | | | | | take share target into account when updating recipient etags
| * | | 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
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | Fix etag propagation for single file shares
| * | | | 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
|\ \ | | | | | | wait with copying the skeleton untill login and setupfs are done
| * | fix testsRobin Appelman2015-05-182-4/+2
| |/
* | Merge pull request #16446 from owncloud/fix-url-generationLukas Reschke2015-05-201-0/+107
|\ \ | | | | | | Fix URL generation
| * | Added unit tests for download URL in public sharing pageVincent Petry2015-05-191-0/+107
| |/
* / Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
|/ | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #15815 from owncloud/unshare-etag-propagateMorris Jobke2015-05-112-73/+42
|\ | | | | Update etag of direct parent on unshare
| * Update etag of direct parent on unshareVincent Petry2015-04-282-73/+42
| | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders.
* | 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
|
* Properly add trailing slash to mount pointVincent Petry2015-04-131-3/+9
| | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* Clear leftover shares from other testsVincent Petry2015-04-101-1/+3
|
* Remove trashbin storage wrapper when disabling it for testsVincent Petry2015-04-091-0/+3
|
* Disable trashbin when testing orphaned shares deletion jobVincent Petry2015-04-081-0/+17
|
* Delete orphaned shares in a background jobVincent Petry2015-04-081-0/+142
|
* fix re-shares with encryptionBjoern Schiessle2015-04-071-1/+1
|
* use loginHelper from base classBjoern Schiessle2015-04-071-11/+11
|
* reset storage for each unit testBjoern Schiessle2015-04-072-1/+14
|
* Removing files_encryption left oversThomas Müller2015-04-071-16/+0
|