summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-7/+7
| |/
* | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-253-175/+2
|\ \ | |/ |/|
| * update testsRobin Appelman2015-11-191-1/+2
| * take the etag of child mounts into account for the folder etagRobin Appelman2015-11-192-174/+0
* | Fix port issue - options.host already has the port attachedThomas Müller2015-11-221-4/+2
* | Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-2/+18
* | Make files app use Webdav for most operationsVincent Petry2015-11-221-17/+9
|/
* [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-161-13/+246
* Add tests for FileInfo ownerRobin Appelman2015-11-101-0/+16