aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/exceptions/brokenpath.php
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-32/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-021-0/+32
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