summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/ApiTest.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Indicate preview availability in share api responsesRichard Steinmetz2020-10-131-1/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Expose status via Collaborators APIGeorg Ehrke2020-08-141-1/+4
* Update share type constant usageJoas Schilling2020-06-241-59/+59
* Fix share update testJulius Härtl2020-05-151-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-2/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-25/+25
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-12/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-8/+8
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Fix share testsRoeland Jago Douma2019-11-201-1/+48
* Add support for room shares to ShareAPIControllerDaniel Calviño Sánchez2018-08-081-1/+4
* Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez2018-07-241-7/+10
* Get rid of shareItemMorris Jobke2018-05-231-22/+0
* fix unit testsBjoern Schiessle2018-02-271-1/+4
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+5
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-11/+11
* Update license headersMorris Jobke2017-11-061-0/+2
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-151-2/+2
* Cleanup unused methodsMorris Jobke2017-08-151-63/+0
* Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-1/+1
* update unit testsBjoern Schiessle2017-04-071-30/+0
* unit tests updated and new addedBjoern Schiessle2016-11-011-3/+7
* Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-241-6/+4
* fix share tests not passing pathRobin Appelman2016-10-121-4/+7
* more robust test setupRobin Appelman2016-10-121-8/+5
* phpunit is weirdRobin Appelman2016-10-121-3/+4
* Cleanup TestsRoeland Jago Douma2016-08-171-165/+72
* Move updateShare and getShares over to use proper parametersRoeland Jago Douma2016-08-171-39/+33
* Use parameters in createShareRoeland Jago Douma2016-08-171-130/+42
* Move the Share20OCS code over to use the proper DataResponseRoeland Jago Douma2016-08-101-34/+34
* Fix testsRoeland Jago Douma2016-08-051-154/+197
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+4
* Fix PHPUnit 5.4 warnings in files_sharing testsRoeland Jago Douma2016-07-151-2/+2
* Add explicit delete permission to link sharesVincent Petry2016-06-241-2/+14
* Extend unit testsRoeland Jago Douma2016-06-071-1/+33
* Fix unit testsRoeland Jago Douma2016-06-071-6/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move tests to PSR-4Joas Schilling2016-05-251-0/+1598