summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Also disallow ; in remote urlsJoas Schilling2020-04-141-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-105-10/+10
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-37/+37
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1021-58/+25
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-092-20/+20
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-098-29/+29
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-2/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-14/+14
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3115-1/+15
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2610-153/+153
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-115/+115
|/
* 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-0537-41/+60
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-5/+6
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-3/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-2715-131/+133
* Fix more testsRoeland Jago Douma2019-11-272-38/+60
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2730-55/+55
* Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-261-4/+1
* Some php-cs fixesRoeland Jago Douma2019-11-2215-23/+24
* Fix share testsRoeland Jago Douma2019-11-2010-25/+125
* Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)2019-11-062-1024/+0
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+81
* Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-207/+0
* 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
* Remove deprecated legacy file actionsJulius Härtl2019-10-141-26/+0
* 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 deprecated searchByTagRoeland Jago Douma2019-07-261-90/+0
* Remove duplicate testsJoas Schilling2019-07-031-144/+0
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-3/+8