aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Migration/Version1027Date20230504122946.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+4
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix: lower threshold for system address book syncDaniel Kesselberg2023-11-221-1/+1
| | | | | | | - Switch back to countUsers to have the actual value. countSeenUsers is bad if Nextcloud is connected to a larger directory, but only a part is using Nextcloud and therefore the seen count is much lower because the sync is done for all users. - Lower the threshold to 100 for smaller installations. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: use faster method to fetch user countDaniel Kesselberg2023-09-141-1/+1
| | | | | | | | | | 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>
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-7/+14
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-261-1/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(dav): store scopes for properties and filter locally scoped properties ↵Anna Larch2023-05-091-0/+54
for federated address book sync Signed-off-by: Anna Larch <anna@nextcloud.com>