aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/exceptions.php
Commit message (Collapse)AuthorAgeFilesLines
* sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-021-32/+0
| | | | | | | | | | | | | | | Added new annotations for the externalsharescontroller class * @NoOutgoingFederatedSharingRequired * @NoIncomingFederatedSharingRequired By default both are required for all functions in the externalSharesController. A proper exception is thrown and then a 405 is returned instead of the default error page. Since it is only an API endpoint this makes more sense. Unit tests added and updated
* Update license headersJenkins for ownCloud2015-03-261-12/+12
|
* Revert "Updating license headers"Morris Jobke2015-02-261-11/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+11
|
* throw a exception if we can't handle the provided pathBjoern Schiessle2014-09-291-0/+32