nextcloud/core/Command
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
..
App Check for nextcloud version as well 2016-12-05 22:18:24 +01:00
Background Rename files to be PSR-4 compliant 2016-04-06 11:00:52 +02:00
Config Filter out sensitive appconfig values 2017-01-11 11:42:36 +01:00
Db Add autocomplete for db:* and log:* 2016-09-29 15:57:10 +02:00
Encryption Clean up single user mode 2017-02-22 23:02:31 -06:00
Group Update with robin 2016-07-21 18:13:58 +02:00
Integrity Merge pull request #2724 from nextcloud/fix-23591 2016-12-21 13:03:13 +01:00
L10n Autocomplete for l10n:* and twofactorauth:* 2016-09-29 15:57:10 +02:00
Log Add autocomplete for db:* and log:* 2016-09-29 15:57:10 +02:00
Maintenance Clean up single user mode 2017-02-22 23:02:31 -06:00
Security Update with robin 2016-07-21 18:13:58 +02:00
TwoFactorAuth Autocomplete for l10n:* and twofactorauth:* 2016-09-29 15:57:10 +02:00
User Update the email in the accounts table as well 2017-02-08 13:52:55 +01:00
Base.php Add autocomplete for config:* 2016-09-29 15:57:10 +02:00
Check.php Fix others 2016-07-21 18:13:57 +02:00
Status.php Deprecate getEditionString() 2016-09-06 16:05:28 +02:00
Upgrade.php Remove removed --dry-run command from occ help (#26352) 2016-10-21 16:38:37 +02:00