aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Update the initiator of the share as well in migrationRoeland Jago Douma2016-01-281-7/+7
* Update reshares in batches as not to run out of memoryRoeland Jago Douma2016-01-281-0/+59
* upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-281-33/+200
* Fix OCS unit tests after two share mergesRoeland Jago Douma2016-01-281-31/+31
* Merge pull request #21960 from owncloud/share2_ocs_fix_passing_empty_stringsThomas Müller2016-01-281-5/+665
|\
| * [Share 2.0] Allow using permissions to update link shareRoeland Jago Douma2016-01-271-0/+72
| * [Share 2.0] Still allow isolated updatesRoeland Jago Douma2016-01-271-7/+121
| * [Share 2.0] Also handle empty parameter in updateShareRoeland Jago Douma2016-01-271-0/+238
| * [Share 2.0] When passing empty strings don't failRoeland Jago Douma2016-01-271-5/+241
* | cleanup shared cacheRobin Appelman2016-01-281-2/+2
* | [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-282-7/+8
* | [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-272-26/+28
|/
* Fix testsJoas Schilling2016-01-261-3/+5
* Directly get from the server containerRoeland Jago Douma2016-01-201-43/+70
* [Share 2.0] Make link share download use share managerRoeland Jago Douma2016-01-201-18/+11
* [Share 2.0] Move tests over the sharemanagerRoeland Jago Douma2016-01-201-78/+166
* [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-151-11/+19
* Safe teardownsRobin Appelman2016-01-145-12/+22
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-5/+15
* Happy new year!Thomas Müller2016-01-1232-35/+56
* Add unit tests to make sure we do not lower the searchRoeland Jago Douma2016-01-121-0/+4
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Properly close db cursorsRoeland Jago Douma2016-01-081-1/+1
* Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-0/+79
* Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-0/+135
* Fix public page URL JS testVincent Petry2016-01-081-1/+3
* Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-071-4/+291
|\
| * [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-061-4/+14
| * [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-061-0/+277
* | Add token in webdav download link of public pageVincent Petry2016-01-071-3/+3
|/
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-4/+8
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-172-2/+2
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-1/+2
|\
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-1/+2
* | Merge pull request #21189 from owncloud/fix_21187Thomas Müller2015-12-151-1/+1
|\ \
| * | File shares can't have create permissionsRoeland Jago Douma2015-12-141-1/+1
| |/
* | Fixed JS unit tests for fed owner display nameVincent Petry2015-12-141-0/+4
* | show display name but internally use the user nameBjörn Schießle2015-12-141-0/+1
|/
* Add test case for group share propagationRobin Appelman2015-12-104-78/+215
* More fixes to the docsJoas Schilling2015-12-081-0/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-072-0/+11
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Only return the exact match, when it's allowedJoas Schilling2015-12-021-5/+23
* Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdavThomas Müller2015-11-301-4/+4
|\
| * Fix public link getDownloadUrl to return Webdav public linkVincent Petry2015-11-251-4/+4
* | Adding more DB groups to test suitsThomas Müller2015-11-302-0/+4
* | Apply DB group annotation ...Thomas Müller2015-11-3024-38/+108
* | Merge pull request #20691 from owncloud/share2.0_di_fixesThomas Müller2015-11-251-90/+138
|\ \
| * | [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-241-43/+58
| * | [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-241-49/+82