summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add testsRoeland Jago Douma2016-11-071-0/+224
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-042-25/+49
* More testsRoeland Jago Douma2016-11-031-0/+193
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-022-19/+27
|\
| * remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+27
| * remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-18/+0
* | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-021-1/+2
|\ \ | |/ |/|
| * Fix testsLukas Reschke2016-10-311-1/+2
* | unit tests updated and new addedBjoern Schiessle2016-11-012-175/+143
* | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-0/+2
|/
* Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-251-12/+244
|\
| * Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-241-12/+244
* | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-0/+23
* | Fix testsRoeland Jago Douma2016-10-241-19/+19
* | Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-242-3/+3
|/
* Fix middleware testsRoeland Jago Douma2016-10-241-13/+17
* Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-242-72/+75
* Fix testsRoeland Jago Douma2016-10-211-1/+1
* Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-211-1/+5
* Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-203-4/+4
|\
| * Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-203-4/+4
* | Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-201-0/+22
|/
* remove duplicate traitRobin Appelman2016-10-121-1/+0
* fix share tests not passing pathRobin Appelman2016-10-121-4/+7
* more robust test setupRobin Appelman2016-10-123-11/+11
* phpunit is weirdRobin Appelman2016-10-121-3/+4
* Generate coverage for quick DB testsLukas Reschke2016-10-053-3/+3
* Inject IHTTPClientServiceLukas Reschke2016-09-291-1/+21
* Fix fed share test call to return proper resultVincent Petry2016-09-201-6/+22
* Fix testsRoeland Jago Douma2016-09-131-23/+17
* Allow increasing permissions for share ownerVincent Petry2016-09-131-0/+108
* Merge pull request #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-081-1/+7
|\
| * Adjust testLukas Reschke2016-09-081-1/+7
* | more efficient querying of numeric storage idsRobin Appelman2016-09-071-0/+1
|/
* Fix getMock files_sharingRoeland Jago Douma2016-09-061-5/+7
* Allow space for federated share id searchVincent Petry2016-08-301-0/+52
* Sharee API to AppFrameworkRoeland Jago Douma2016-08-261-49/+40
* Fix testsRoeland Jago Douma2016-08-241-13/+44
* Cleanup TestsRoeland Jago Douma2016-08-172-173/+80
* Move updateShare and getShares over to use proper parametersRoeland Jago Douma2016-08-172-144/+58
* Use parameters in createShareRoeland Jago Douma2016-08-172-262/+63
* Add files drop capability for clientsRoeland Jago Douma2016-08-131-0/+2
* Move the Share20OCS code over to use the proper DataResponseRoeland Jago Douma2016-08-102-50/+49
* Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-083-397/+478
|\
| * Fix testsRoeland Jago Douma2016-08-052-397/+363
| * Add OCSShareAPIMiddleware testsRoeland Jago Douma2016-08-051-0/+115
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-1/+1
|/
* Make share target consistent when grouping group share with user shareVincent Petry2016-08-031-4/+36
* Added more tests for sharing's MountProviderVincent Petry2016-08-031-0/+158
* Improved share grouping readability + fixed testVincent Petry2016-08-031-52/+47