aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-252-62/+0
|
* Happy new year!Thomas Müller2016-01-122-2/+2
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+4
|
* sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-022-0/+58
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