summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* Indicate preview availability in share api responsesRichard Steinmetz2020-10-131-1/+90
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-4/+4
* Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-17/+21
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Expose status via Collaborators APIGeorg Ehrke2020-08-141-7/+24
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-124-31/+31
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-12/+9
* Fix testsJoas Schilling2020-06-241-1/+1
* Update share type constant usageJoas Schilling2020-06-242-113/+112
* Also disallow ; in remote urlsJoas Schilling2020-04-141-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-19/+19
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-10/+10
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-80/+80
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-6/+1
* Fix willReturnOnConsecutiveCallsJoas Schilling2020-03-131-3/+9
* Don't allow anchors and queries in remote urlsJoas Schilling2020-03-121-30/+47
* Disable link shares of disabled usersRoeland Jago Douma2020-02-071-6/+134
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-26/+26
* Do not use $_GETRoeland Jago Douma2020-01-051-2/+5
* Update license headersChristoph Wurst2019-12-056-8/+17
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-5/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-276-106/+108
* Fix more testsRoeland Jago Douma2019-11-271-32/+32
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-7/+7
* Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-261-4/+1
* Some php-cs fixesRoeland Jago Douma2019-11-224-11/+14
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+81
* Merge pull request #17693 from nextcloud/enh/unused-test-dependencyRoeland Jago Douma2019-10-261-1/+0
|\
| * Remove unused import Punic\DataDaniel Kesselberg2019-10-261-1/+0
* | Do not return shares with the current userDaniel Calviño Sánchez2019-10-251-2/+0
* | Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-251-0/+8
* | Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-251-1/+1
* | Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-251-12/+3
* | Add unit tests for getting shares of a fileDaniel Calviño Sánchez2019-10-251-6/+185
* | Add unit tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+421
|/
* Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez2019-10-171-2/+12
* Fix shares read permissionsJohn Molakvoæ (skjnldsv)2019-10-041-0/+62
* Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)2019-10-041-3/+203
* Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-8/+8
* Remove duplicate testsJoas Schilling2019-07-031-144/+0
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-3/+8
* Fix sharing testsRoeland Jago Douma2019-06-271-0/+230
* Harden public preview testsRoeland Jago Douma2019-04-161-1/+10
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-2/+3
* Show sharing recommendationsChristoph Wurst2019-02-251-0/+11
* Add caching headers for public previewsJulius Härtl2019-01-021-0/+2