nextcloud/apps/dav
Daniel Kesselberg efb01db387 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-18 14:09:01 +02:00
..
appinfo fix(carddav): expose system address book 2023-05-11 18:59:30 +02:00
composer feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook 2023-05-16 11:38:57 +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:53 +00:00
lib fix: use faster method to fetch user count 2023-09-18 14:09:01 +02:00
src chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6 2023-05-16 15:49:11 -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 19:34:03 +00: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 07:05:02 +00:00