nextcloud/apps/dav/lib/Connector/Sabre
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
..
Exception Fix apps/ 2016-07-21 18:13:57 +02:00
AppEnabledPlugin.php Update with robin 2016-07-21 18:13:58 +02:00
Auth.php Fix detection of the new iOS app 2017-02-10 10:10:21 +01:00
BlockLegacyClientPlugin.php Require to use at least desktop client 2.0 by default 2016-10-25 18:01:25 +02:00
ChecksumList.php Fix apps/ 2016-07-21 18:13:57 +02:00
CommentPropertiesPlugin.php Fix apps/ 2016-07-21 18:13:57 +02:00
CopyEtagHeaderPlugin.php Return ETag and OC-ETag in case of a move (#25683) 2016-09-28 21:12:50 +02:00
CustomPropertiesBackend.php Fix apps/ 2016-07-21 18:13:57 +02:00
DavAclPlugin.php Add integration tests for legacy DAV endpoints 2017-02-10 16:18:04 +01:00
Directory.php Update with robin 2016-07-21 18:13:58 +02:00
DummyGetResponsePlugin.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExceptionLoggerPlugin.php Storage 503 message improvements 2016-10-24 15:43:15 +02:00
FakeLockerPlugin.php Fix apps/ 2016-07-21 18:13:57 +02:00
File.php Update file.php put function posthook calls 2016-10-20 21:07:15 +02:00
FilesPlugin.php Fixed size issues on main detail view and disappearing of share recipients (#26603) 2016-12-23 16:56:55 +01:00
FilesReportPlugin.php Fix error when $view is null when being passed into some plugins 2016-12-19 15:53:13 +01:00
LockPlugin.php Update with robin 2016-07-21 18:13:58 +02:00
MaintenancePlugin.php Clean up single user mode 2017-02-22 23:02:31 -06:00
Node.php Move OC\Files\Storage\Shared to the right namespace 2016-10-20 20:27:44 +02:00
ObjectTree.php Storage 503 message improvements 2016-10-24 15:43:15 +02:00
Principal.php Fix apps/ 2016-07-21 18:13:57 +02:00
QuotaPlugin.php Sanitize length headers when validating quota 2016-10-20 15:15:48 +02:00
Server.php Fix apps/ 2016-07-21 18:13:57 +02:00
ServerFactory.php Remove unused $view from FilesPlugin (#26549) 2016-11-14 14:45:33 +01:00
ShareTypeList.php Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
SharesPlugin.php Also get infos about email shares 2016-11-30 09:21:58 +01:00
TagList.php Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
TagsPlugin.php Return explicit values instead of boolean from sabre (#26654) 2016-12-22 10:10:29 +01:00