nextcloud/apps/dav
Daniel Kesselberg 108916cf5e fix: use faster method to fetch user count
countUsers: the actual user count reported by the backend.
countSeenUsers: count every user who was logged in once.

1: We should avoid expensive operations (like asking every backend for it's user count) in migrations.
2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-14 12:19:22 +02:00
..
appinfo feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin 2023-07-17 16:06:15 +02:00
composer feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin 2023-07-17 16:06:15 +02:00
css Include accept / decline links in CalDAV invitation emails 2018-06-29 10:44:44 +02:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-08-31 00:34:40 +00:00
lib fix: use faster method to fetch user count 2023-09-14 12:19:22 +02:00
src chore: Update dav snapshot 2023-08-29 12:03:42 -07:00
templates Remove comment and guests option from Invitations UI 2022-12-20 16:31:06 +00:00
tests fix(caldav): add webroot to objectid for activities 2023-09-13 20:33:23 +02:00
.gitignore Introducing CardDAV into core 2015-11-06 15:26:51 +01:00
.l10nignore l10n: ignore packed js files from TX sync 2021-08-02 10:47:47 +02:00
openapi.json openapi: Fix wrapping OCS responses that are not DataResponse 2023-06-05 08:30:12 +02:00