owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Do not fail if Federation app is not enabled #120

Closed skshetry closed 5 years ago

skshetry commented 5 years ago

Description

Currently, if federation app gets disabled, the classes cannot be imported into the namespace, and the server starts failing (but gives 200 response). This adds a handler that will return a better response if the federation app is disabled.

Fixes #117

Checklist:

phil-davis commented 5 years ago

code style fails