]>
source.dussan.org Git - nextcloud-server.git/log
Claus-Justus Heine [Thu, 16 Feb 2023 18:03:21 +0000 (19:03 +0100)]
feat: enable invitations for shared calendars
This is basically the original commit, but with the addition that
shared calendars in to account and adjusts their uri s.t. the Sabre
library can find the returned object uri in the user's calendar
collection.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
Try to fix some psalm things. No change to the code apart from that.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
getCalendarObjectByUID(): prefer objects in shared writable calendars over private objects.
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
fix: include the principalUri for dav_shares clause
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
feat: use getPrincipalURI only for shared calendars
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Wed, 24 Apr 2024 07:07:24 +0000 (09:07 +0200)]
Merge pull request #44970 from nextcloud/dependabot/composer/php-opencloud/openstack-3.10.0
chore(deps): Bump php-opencloud/openstack from 3.2.1 to 3.10.0
Joas Schilling [Wed, 24 Apr 2024 06:25:35 +0000 (08:25 +0200)]
Merge pull request #45000 from nextcloud/bugfix/44643/bump-files_trashbin-version-to-trigger-migration
fix(migration): Bump files_trashbin version to trigger migration
Joas Schilling [Wed, 24 Apr 2024 05:10:06 +0000 (07:10 +0200)]
fix(migration): Bump files_trashbin version to trigger migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 23 Apr 2024 10:17:55 +0000 (12:17 +0200)]
fix(openstack): Fix psalm issue with updated openstack version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 22 Apr 2024 19:21:50 +0000 (21:21 +0200)]
chore(deps): Bump php-opencloud/openstack from 3.2.1 to 3.10.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 24 Apr 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Tue, 23 Apr 2024 23:42:32 +0000 (16:42 -0700)]
Merge pull request #44643 from nextcloud/feat/trashbin-deleted-by
feat(trashbin): Add deleted by properties
Christopher Ng [Fri, 12 Apr 2024 00:39:59 +0000 (17:39 -0700)]
feat(trashbin): Add deleted by properties
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 12 Apr 2024 00:39:59 +0000 (17:39 -0700)]
chore(trashbin): Add method to get deleted by from trash item
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 12 Apr 2024 00:39:58 +0000 (17:39 -0700)]
chore(trashbin): Store deleted by user
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 12 Apr 2024 00:39:58 +0000 (17:39 -0700)]
chore(trashbin): Add deleted_by column to files_trash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Tue, 23 Apr 2024 17:17:36 +0000 (10:17 -0700)]
Merge pull request #44923 from nextcloud/fix/public-share-truncation
fix: Fix truncation on public page
Joas Schilling [Tue, 23 Apr 2024 11:45:55 +0000 (13:45 +0200)]
Merge pull request #44962 from nextcloud/dependabot/composer/sabre/dav-4.6.0
chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0
Ferdinand Thiessen [Tue, 23 Apr 2024 10:38:01 +0000 (12:38 +0200)]
Merge pull request #44982 from nextcloud/fix/account-list
fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
Côme Chilliet [Tue, 23 Apr 2024 09:14:02 +0000 (11:14 +0200)]
Merge pull request #44966 from nextcloud/fix/add-missing-docblock-parameter-querybuilder
chore: Add missing parameter to docblock tag psalm-taint-sink
Pytal [Tue, 23 Apr 2024 08:32:31 +0000 (01:32 -0700)]
Merge pull request #44973 from nextcloud/feat/legal-privacy-links
feat: Add legal notice and privacy policy links to help page
Ferdinand Thiessen [Mon, 22 Apr 2024 13:30:15 +0000 (15:30 +0200)]
fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Tue, 23 Apr 2024 07:56:32 +0000 (09:56 +0200)]
Merge pull request #44794 from Velwark/patch-3
fix(memcache): remove double $$ to fix error
Velwark [Thu, 11 Apr 2024 18:10:11 +0000 (20:10 +0200)]
Update LoggerWrapperCache.php
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.
Signed-off-by: Velwark <levinfrerich9@gmail.com>
Christoph Wurst [Tue, 23 Apr 2024 07:34:49 +0000 (09:34 +0200)]
Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-url
fix(auth): Keep redirect URL during 2FA setup and challenge
Christopher Ng [Thu, 18 Apr 2024 17:42:21 +0000 (10:42 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 18 Apr 2024 17:42:21 +0000 (10:42 -0700)]
fix: Fix truncation on public shares
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Tue, 23 Apr 2024 00:35:21 +0000 (17:35 -0700)]
Merge pull request #44905 from nextcloud/deps/nextcloud/dialogs-5.3.1
chore(deps): Bump @nextcloud/dialogs to v5.3.1
Nextcloud bot [Tue, 23 Apr 2024 00:20:44 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Wed, 17 Apr 2024 21:57:30 +0000 (14:57 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 17 Apr 2024 21:57:30 +0000 (14:57 -0700)]
chore(deps): Bump @nextcloud/dialogs to v5.3.1
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Mon, 22 Apr 2024 22:19:59 +0000 (15:19 -0700)]
feat: Update help entry name
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Mon, 22 Apr 2024 22:19:59 +0000 (15:19 -0700)]
feat: Add legal notice and privacy policy links to help page
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Joas Schilling [Mon, 22 Apr 2024 13:05:49 +0000 (15:05 +0200)]
fix(storage): Fix DAV storage as false is never returned
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 22 Apr 2024 12:33:05 +0000 (14:33 +0200)]
chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Louis [Mon, 22 Apr 2024 15:24:55 +0000 (17:24 +0200)]
Merge pull request #44858 from nextcloud/artonge/feat/support_multiple_scope_in_dav_search
Support multiple scopes in DAV search
Côme Chilliet [Mon, 22 Apr 2024 14:41:15 +0000 (16:41 +0200)]
Merge pull request #44025 from nextcloud/fix/remove-oc-app-calls
Migrate away from OC_App and toward IAppManager.
Côme Chilliet [Mon, 22 Apr 2024 14:38:08 +0000 (16:38 +0200)]
chore: Add missing parameter to docblock tag psalm-taint-sink
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 22 Apr 2024 13:50:06 +0000 (15:50 +0200)]
fix: Lazy load IURLGenerator from AppManager to avoid installation crash
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 22 Apr 2024 13:14:19 +0000 (15:14 +0200)]
fix: Revert to OC_App in places where we need all apps even disabled ones
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Robin Appelman [Mon, 22 Apr 2024 11:03:55 +0000 (13:03 +0200)]
Merge pull request #44884 from nextcloud/query-req-id
feat: add request id as comment to all queries
Joas Schilling [Mon, 22 Apr 2024 10:39:25 +0000 (12:39 +0200)]
Merge pull request #44935 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.34
chore(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.27 to 8.13.35
Côme Chilliet [Wed, 6 Mar 2024 21:13:14 +0000 (22:13 +0100)]
fix: Fix RouterTest by adding IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 6 Mar 2024 17:19:24 +0000 (18:19 +0100)]
fix: Fix tests following OC_App migrations to IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 6 Mar 2024 14:58:19 +0000 (15:58 +0100)]
fix: Migrate a few more classes away from OC_App::getAppPath
Also fixed AppTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 6 Mar 2024 13:17:14 +0000 (14:17 +0100)]
fix: Make sure that AppManager can be built before Nextcloud is installed
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 6 Mar 2024 11:17:13 +0000 (12:17 +0100)]
fix: use DI to build main Application class in console.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 6 Mar 2024 10:54:58 +0000 (11:54 +0100)]
fix: Migrate away from OC_App toward the IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Joas Schilling [Fri, 19 Apr 2024 13:10:29 +0000 (15:10 +0200)]
chore(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.27 to 8.13.35
Signed-off-by: Joas Schilling <coding@schilljs.com>
Côme Chilliet [Mon, 22 Apr 2024 10:05:31 +0000 (12:05 +0200)]
Merge pull request #44928 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Joas Schilling [Mon, 22 Apr 2024 09:17:35 +0000 (11:17 +0200)]
Merge pull request #44861 from nextcloud/fix/fix-update-baseline-php-version
chore: Fix update-psalm-baseline to use correct php version depending on branch
Côme Chilliet [Mon, 22 Apr 2024 09:06:39 +0000 (11:06 +0200)]
Merge pull request #44860 from nextcloud/fix/remove-unicode-logs-user-ldap
fix(user_ldap): Remove unicode character from log lines
Côme Chilliet [Tue, 16 Apr 2024 15:57:10 +0000 (17:57 +0200)]
chore: Fix psalm to use correct php version depending on branch
Needs to be adapted on each branch to reflect the used PHP version and
help with baseline updating.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
nextcloud-command [Mon, 22 Apr 2024 02:18:46 +0000 (02:18 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Mon, 22 Apr 2024 00:20:58 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 21 Apr 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Sat, 20 Apr 2024 09:15:06 +0000 (11:15 +0200)]
Merge pull request #44915 from nextcloud/fix/add-missing-file-for-clear-avatar-cache
fix: Use static_types in ClearGeneratedAvatarCacheCommand.php
dependabot[bot] [Sat, 20 Apr 2024 04:00:58 +0000 (04:00 +0000)]
Merge pull request #44944 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.15.2
dependabot[bot] [Sat, 20 Apr 2024 02:50:52 +0000 (02:50 +0000)]
build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 20 Apr 2024 00:20:02 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Tue, 9 Apr 2024 06:12:21 +0000 (08:12 +0200)]
fix(auth): Keep redirect URL during 2FA setup and challenge
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Fri, 19 Apr 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Benjamin Gaussorgues [Thu, 18 Apr 2024 18:59:46 +0000 (20:59 +0200)]
Merge pull request #44039 from Dreamsorcerer/patch-2
Sam Bull [Sat, 9 Mar 2024 15:20:11 +0000 (15:20 +0000)]
fix: regression with updating read-only config
Signed-off-by: Sam Bull <git@sambull.org>
Ferdinand Thiessen [Thu, 18 Apr 2024 13:59:36 +0000 (15:59 +0200)]
Merge pull request #44904 from nextcloud/fix/transfer-ownership
fix(files): Also restore shares after ownership transfer for object storage
Joas Schilling [Thu, 18 Apr 2024 13:51:49 +0000 (15:51 +0200)]
Merge pull request #44916 from nextcloud/followup/44910/share-date-time
fix(sharing): Don't change the type of the controller argument
Ferdinand Thiessen [Thu, 18 Apr 2024 13:01:27 +0000 (15:01 +0200)]
Merge pull request #44839 from nextcloud/improve-share-with-details
fix(sharingDetails): Show correct share target
Joas Schilling [Thu, 18 Apr 2024 12:31:45 +0000 (14:31 +0200)]
fix(sharing): Don't change the type of the controller argument
[EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives.
Signed-off-by: Joas Schilling <coding@schilljs.com>
yemkareems [Thu, 18 Apr 2024 08:15:35 +0000 (13:45 +0530)]
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested
Ferdinand Thiessen [Wed, 17 Apr 2024 20:27:32 +0000 (22:27 +0200)]
fix(files): Also restore shares after ownership transfer for object storage
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.
So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 18 Apr 2024 11:36:10 +0000 (13:36 +0200)]
Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check
feat(user_ldap): Add setup check to verify connection configuration
nextcloud-command [Thu, 18 Apr 2024 10:21:46 +0000 (10:21 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Mon, 15 Apr 2024 21:06:40 +0000 (22:06 +0100)]
fix(sharingDetails): Show correct share target
The share details page should show the target email or user/server to which
the user is creating the share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Joas Schilling [Thu, 18 Apr 2024 08:48:03 +0000 (10:48 +0200)]
Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-with-ac
fix(files): Also skip cross storage move with access control
Joas Schilling [Thu, 18 Apr 2024 08:05:49 +0000 (10:05 +0200)]
Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions
fix(activity): Improved activity exceptions
Maxence Lange [Thu, 18 Apr 2024 08:05:15 +0000 (07:05 -0100)]
Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details
fix(appconfig): returns correct value on details
Joas Schilling [Thu, 18 Apr 2024 07:24:11 +0000 (09:24 +0200)]
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
F. E Noel Nfebe [Thu, 18 Apr 2024 01:26:30 +0000 (02:26 +0100)]
Merge pull request #44838 from nextcloud/41229-expire-date-fed-share
fix: avoid douple `expireDate` parsing
fenn-cs [Mon, 15 Apr 2024 20:38:55 +0000 (21:38 +0100)]
fix(shareApiController): avoid duplicated expiryDate operations
`expireDate` can be set once and used anywhere needed, the current implementation,
duplicates this behavior which leads to `parseDate` receiving an a date object it
parsed and returend earlier in the createShare method.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Mon, 15 Apr 2024 19:38:26 +0000 (20:38 +0100)]
refactor(shareApiController): use contrusctor property promotion & DI logger
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Thu, 18 Apr 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 17 Apr 2024 23:23:06 +0000 (16:23 -0700)]
Merge pull request #44805 from nextcloud/fix/selected-files-count
fix(files): Display selected files count
Ferdinand Thiessen [Wed, 17 Apr 2024 18:46:17 +0000 (20:46 +0200)]
Merge pull request #44868 from nextcloud/fix/sidebar-comments
fix(comments): Fix issues thrown by comments sidebar tab code
Ferdinand Thiessen [Tue, 16 Apr 2024 22:17:29 +0000 (00:17 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 16 Apr 2024 22:15:46 +0000 (00:15 +0200)]
fix(comments): Fix issues thrown by comments sidebar tab code
When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data).
This is fixed as well as some other vue related errors in the sidebar
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christopher Ng [Fri, 12 Apr 2024 18:49:24 +0000 (11:49 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 12 Apr 2024 18:49:24 +0000 (11:49 -0700)]
fix(files): Display selected files count
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Maxence Lange [Wed, 17 Apr 2024 17:27:21 +0000 (16:27 -0100)]
fix(appconfig): returns correct value on details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Wed, 17 Apr 2024 17:20:33 +0000 (16:20 -0100)]
Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata
enh(metadata): migrate metadata to lazy appconfig
Ferdinand Thiessen [Wed, 17 Apr 2024 15:11:36 +0000 (17:11 +0200)]
Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values
fix(appconfig): format app values
Robin Appelman [Wed, 17 Apr 2024 12:26:43 +0000 (14:26 +0200)]
feat: add request id as comment to all queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Wed, 17 Apr 2024 14:29:07 +0000 (16:29 +0200)]
fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Wed, 17 Apr 2024 14:13:21 +0000 (16:13 +0200)]
Merge pull request #44882 from nextcloud/fix/files-search-clearing
fix(files): Clear search filter when changing directory or view
Joas Schilling [Wed, 17 Apr 2024 13:30:43 +0000 (15:30 +0200)]
fix(activity): Remove unneeded exception (types are enforced)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Apr 2024 13:29:33 +0000 (15:29 +0200)]
fix(activity): Add a dedicated exception when the filter or setting is not found
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Apr 2024 12:16:33 +0000 (14:16 +0200)]
fix(activity): Add a dedicated exception when the event is unknown to the provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Apr 2024 11:13:10 +0000 (13:13 +0200)]
fix(activity): Add a dedicated exception when not all fields are set while publishing an activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Apr 2024 11:08:06 +0000 (13:08 +0200)]
fix(activity): Add a dedicated exception when invalid values are set
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Apr 2024 13:18:35 +0000 (15:18 +0200)]
Merge pull request #44878 from nextcloud/bugfix/44877/keep-manually-restored-status
fix(status): Update status time when reverting to it manually
Ferdinand Thiessen [Wed, 17 Apr 2024 12:09:25 +0000 (14:09 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 17 Apr 2024 12:06:29 +0000 (14:06 +0200)]
fix(files): Ensure search query is cleared when changing view or directory
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 17 Apr 2024 10:47:09 +0000 (12:47 +0200)]
Merge pull request #44869 from nextcloud/fix/systemtags-input-label
fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
Joas Schilling [Wed, 17 Apr 2024 10:36:57 +0000 (12:36 +0200)]
Merge pull request #44870 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Louis Chemineau [Tue, 16 Apr 2024 14:18:14 +0000 (16:18 +0200)]
feat(dav): Support multiple scopes in DAV search
Signed-off-by: Louis Chemineau <louis@chmn.me>