nextcloud/apps/dav/lib
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
..
AppInfo Move event and todo parsing to new API 2016-11-29 16:27:12 +01:00
CalDAV fix shared-as-busy events for owner 2017-01-26 12:06:07 +01:00
CardDAV this is public 2017-02-14 16:56:56 +01:00
Command Use the event dispatcher 2016-11-03 12:07:59 +01:00
Comments resolve displayname via manager and registerable resolvers 2016-10-19 00:34:00 +02:00
Connector Clean up single user mode 2017-02-22 23:02:31 -06:00
DAV Merge pull request #1545 from nextcloud/delete-calendars-with-their-users 2016-09-28 21:42:55 +02:00
Files Fix "Call to a member function getUID() on null" 2016-12-19 15:48:18 +01:00
Migration Add DAV repair step to fix calendar data 2016-11-24 20:31:01 +01:00
SystemTag Only allow admins to delete tags 2016-12-06 16:30:21 +01:00
Upload FilesHome now also returns DAV properties 2016-09-26 11:24:23 +02:00
Capabilities.php Adding capability about new chunking - refs #25682 (#26368) 2016-10-21 16:33:37 +02:00
HookManager.php getUsersOwnAddressBooks 2017-02-14 09:21:33 +01:00
RootCollection.php Use the event dispatcher 2016-11-03 12:07:59 +01:00
Server.php Fix error when $view is null when being passed into some plugins 2016-12-19 15:53:13 +01:00