aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/ApiTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-181-3/+6
* feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-8/+12
* fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-091-1/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+0
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-0/+4
|\
| * more share permission logic to storage wrapperRobin Appelman2023-08-141-0/+4
* | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-4/+1
|/
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-6/+0
* tests: Fix test isolation on object storageJulius Härtl2023-02-171-0/+6
* Skip buggy tests for 32bits CICôme Chilliet2023-02-071-4/+15
* Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-061-2/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix share attribute related tests + code styleVincent Petry2022-07-281-2/+9
* Add share attributes + prevent download permissionVincent Petry2022-07-281-1/+6
* Fix unit testsJoas Schilling2022-06-071-1/+1
* ensure user folder is created in ApiTestRobin Appelman2022-04-041-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* l10n: Unify spelling in testValdnet2021-05-201-1/+1
* 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