summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update with robinJoas Schilling2016-07-2121-21/+21
* Fix apps/Joas Schilling2016-07-2133-84/+121
* Add eventdispatcher to public link viewRoeland Jago Douma2016-07-181-1/+10
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-181-245/+0
|\
| * move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-245/+0
* | Fix PHPUnit 5.4 warnings in files_sharing testsRoeland Jago Douma2016-07-154-116/+116
|/
* Simplify test code and don't show anything if no date is setMorris Jobke2016-07-071-9/+3
* add unit testsMorris Jobke2016-07-071-3/+40
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-1/+27
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-272-12/+81
| |\
| * \ Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-0/+136
| |\ \
| * \ \ Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-112-9/+53
| |\ \ \
| * | | | Add PHP unit testLukas Reschke2016-06-091-1/+25
| * | | | add hide file list optionBjoern Schiessle2016-06-091-0/+2
* | | | | fix swift primary object store test (#25281)Thomas Müller2016-07-051-0/+3
| |_|_|/ |/| | |
* | | | Add explicit delete permission to link sharesVincent Petry2016-06-242-12/+81
| |_|/ |/| |
* | | fix broken unit test (#25198)Thomas Müller2016-06-211-1/+8
* | | Filter out group shares for owner where owner is included (#25190)Vincent Petry2016-06-211-0/+129
| |/ |/|
* | Extend unit testsRoeland Jago Douma2016-06-071-1/+33
* | Fix unit testsRoeland Jago Douma2016-06-072-9/+21
|/
* Update license headersLukas Reschke2016-05-2628-24/+47
* Move tests to PSR-4Joas Schilling2016-05-2532-104/+118
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-1/+1
* Fix ShareControllerTest (#24824)Joas Schilling2016-05-251-1/+5
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-0/+2
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-263/+0
* Fix more failuresJoas Schilling2016-05-192-2/+2
* Group fixup (#24621)Roeland Douma2016-05-171-1/+1
* Fix test race conditionRoeland Jago Douma2016-05-111-1/+2
* Add locking to modifying operation of the OCS Share APIRoeland Jago Douma2016-04-301-37/+156
* Merge pull request #24027 from owncloud/translate_ocs_shareThomas Müller2016-04-262-33/+57
|\