nextcloud/lib/composer/composer
Morris Jobke 9533f4e5ed
Clean up single user mode
Single user mode basically disables WebDAV, OCS and cron execution. Since
we heavily rely on WebDAV and OCS also in the web UI it's basically useless.
An admin only sees a broken interface and can't even change any settings nor
sees any files. Also sharing is not possible.

As this is at least the case since Nextcloud 9 and we haven't received any
reports for this it seems that this feature is not used at all so I removed it.

The encryption commands now rely on the well tested maintenance mode.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-22 23:02:31 -06:00
..
ClassLoader.php update autoloader 2017-01-03 19:00:05 +01:00
LICENSE Move OC\Core and OC\Settings to composer autoloader 2016-04-05 16:47:38 +02:00
autoload_classmap.php Clean up single user mode 2017-02-22 23:02:31 -06:00
autoload_namespaces.php Update autoloader 2016-08-17 08:50:44 +02:00
autoload_psr4.php Update autoloader 2016-08-17 08:50:44 +02:00
autoload_real.php Update autoloader 2016-12-13 12:07:10 +01:00
autoload_static.php Clean up single user mode 2017-02-22 23:02:31 -06:00
installed.json Add composers default autoloader to core 2016-03-09 16:53:27 +01:00