]> source.dussan.org Git - nextcloud-server.git/commit
Support subdir in the OCS v2 endpoint 609/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 27 Jul 2016 13:28:35 +0000 (15:28 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 28 Jul 2016 11:12:01 +0000 (13:12 +0200)
commit6990a4e550a872c3ac6f70da9ec5fc0f08916e30
tree8de4330b90f343933f1080f51053777ab20d5dc9
parent77c18e4ec2fdb951daafffbaba06a9c28a96b5d4
Support subdir in the OCS v2 endpoint

We should check against the ending substring since people could
run their nextcloud in a subfolder.

* Added test
lib/private/AppFramework/Middleware/OCSMiddleware.php
tests/lib/AppFramework/Middleware/OCSMiddlewareTest.php