aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller/ExternalShareControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Also disallow ; in remote urlsJoas Schilling2020-04-141-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix willReturnOnConsecutiveCallsJoas Schilling2020-03-131-3/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't allow anchors and queries in remote urlsJoas Schilling2020-03-121-30/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-241-0/+156
lib/Controller is the default location for controllers. So lets put them all in there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>