]> source.dussan.org Git - nextcloud-server.git/commit
Support subdir in the OCS v2 endpoint 606/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 27 Jul 2016 13:28:35 +0000 (15:28 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 27 Jul 2016 13:28:35 +0000 (15:28 +0200)
commit8bdd0adceecfa7382140022819546acae61ed0a5
treeff968085de18a5b43a493c656720314e68657b8c
parent10726dd00df37be77c3088302e16e64b09a6d25f
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