]> source.dussan.org Git - nextcloud-server.git/commit
Move files_sharing Controllers => Controller
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 24 Oct 2016 09:46:25 +0000 (11:46 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 24 Oct 2016 09:46:25 +0000 (11:46 +0200)
commitf589f1a1d62bac542f96082c3db2c9577c841e59
tree82fac23710866b68289a39c26b2b8eda3b85f338
parentf054adb4291c83b05777688360780146af5f7d94
Move files_sharing Controllers => Controller

lib/Controller is the default location for controllers. So lets put them
all in there.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/files_sharing/lib/AppInfo/Application.php
apps/files_sharing/lib/Controller/ExternalSharesController.php [new file with mode: 0644]
apps/files_sharing/lib/Controller/ShareController.php [new file with mode: 0644]
apps/files_sharing/lib/Controllers/ExternalSharesController.php [deleted file]
apps/files_sharing/lib/Controllers/ShareController.php [deleted file]
apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
apps/files_sharing/tests/Controller/ExternalShareControllerTest.php [new file with mode: 0644]
apps/files_sharing/tests/Controller/ShareControllerTest.php [new file with mode: 0644]
apps/files_sharing/tests/Controllers/ExternalShareControllerTest.php [deleted file]
apps/files_sharing/tests/Controllers/ShareControllerTest.php [deleted file]