]> source.dussan.org Git - nextcloud-server.git/commit
[Share 2.0] Add exceptions to OCP
authorRoeland Jago Douma <rullzer@owncloud.com>
Tue, 2 Feb 2016 13:07:11 +0000 (14:07 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Tue, 2 Feb 2016 13:07:11 +0000 (14:07 +0100)
commit4d7130ad315637b7b7b925efce4032472f4530f8
tree67109fe0af7bf51172e08ea88df2f9f9fd449744
parentce053b980860070957bedb13e6fcd9d45fe50b9b
[Share 2.0] Add exceptions to OCP
apps/files_sharing/api/share20ocs.php
apps/files_sharing/lib/controllers/sharecontroller.php
apps/files_sharing/tests/api/share20ocstest.php
apps/files_sharing/tests/controller/sharecontroller.php
lib/private/share20/defaultshareprovider.php
lib/private/share20/exception/sharenotfound.php [deleted file]
lib/private/share20/manager.php
lib/public/share/exceptions/genericshareexception.php [new file with mode: 0644]
lib/public/share/exceptions/sharenotfound.php [new file with mode: 0644]
tests/lib/share20/defaultshareprovidertest.php
tests/lib/share20/managertest.php