server/lib
Lukas Reschke 28049b510b Use legacy method when ownCloud is not yet installed
The new `\OCP\ICertificateManager::getAbsoluteBundlePath` API instantiiates an ownCloud view which makes the installation fail as it queries the DB before it actually is setup. This change uses the old approach again for the case that the installation is not yet setup.

The client service is required for the `.htaccess` effectivity check in the setup. In the future we could move this to a JS based one (as we have for the other setupchecks) so we can get rid of such hacks.

Fixes https://github.com/owncloud/core/issues/21669 which was a regression in master caused by https://github.com/owncloud/core/issues/21336
2016-01-12 21:47:49 +01:00
..
l10n [tx-robot] updated from transifex 2016-01-12 01:56:33 -05:00
private Use legacy method when ownCloud is not yet installed 2016-01-12 21:47:49 +01:00
public Allow admins to add system wide root certificates 2016-01-12 12:50:59 +01:00
autoloader.php Move lib/repair to lib/private/repair 2016-01-07 09:14:35 +01:00
base.php getMediumStrengthGenerator is deprecated and does not do anything anymore 2016-01-11 20:06:30 +01:00