summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* take permissions from multiple paths into account for share permissionsRobin Appelman2022-04-051-0/+44
* Revert "Add non-breaking space in the file size"szaimen2022-02-101-4/+4
* Add non-breaking space in the file sizeCarl Schwan2022-01-141-4/+4
* Limit more contact searchesJoas Schilling2021-12-131-2/+10
* Merge pull request #28764 from nextcloud/feat/sharing-link-eventJohn Molakvoæ2021-09-101-3/+3
|\
| * Emit event on link share actionJohn Molakvoæ2021-09-101-3/+3
* | use specific email getter where necessaryArthur Schiwon2021-09-091-4/+4
|/
* Update "Sending password by Nextcloud Talk failed" sentenceszaimen2021-07-071-1/+1
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+8
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+28
* l10n: Unify spelling in testValdnet2021-05-201-2/+2
* Add bruteforce protection to the shareinfo endpointRoeland Jago Douma2021-05-121-0/+3
* Change size of the letter in testValdnet2021-04-281-1/+1
* Unit tests for federated share expiration dateVincent Petry2021-04-151-1/+191
* Map old account scope properties to new namesVincent Petry2021-03-261-4/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+3
* Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+9
* Address minor commentsJulius Härtl2020-12-091-4/+4
* Adjust mountprovider testsJulius Härtl2020-12-091-2/+2
* Return correct error message on share download without read permissionMorris Jobke2020-10-261-1/+1
* 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