Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+12 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -11/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+11 |
| | |||||
* | throw a exception if we can't handle the provided path | Bjoern Schiessle | 2014-09-29 | 1 | -0/+32 |