nextcloud / officeonline

officeonline
46 stars 15 forks source link

fix: Avoid throwing during app setup when federation classes could not be queried #488

Closed juliushaertl closed 10 months ago

juliushaertl commented 10 months ago

There could be cases where the app is loaded even though the server is unavailable (e.g. through a failing ldap connection) In this case querying FederationService will fail and the app has been disabled.