aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Cleanup comments codeCarl Schwan2023-06-204-38/+15
| |/ |/| | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-172-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-164-8/+28
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-142-84/+86
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38777 from ↵Christoph Wurst2023-06-131-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/carddav/system-address-book-nullable-groupmanager fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
| * | fix(carddav): Make SystemAddressBook::__construct $groupManager argument ↵Christoph Wurst2023-06-121-1/+1
| | | | | | | | | | | | | | | | | | nullable Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-134-64/+66
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-8/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-102-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-072-162/+172
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-63/+3
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fixup! fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-6/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-312-0/+51
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-312-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-304-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2770-848/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-264-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38448 from nextcloud/fix/carddav/no-sab-guest-usersArthur Schiwon2023-05-252-8/+84
|\ | | | | fix(carddav): Don't show system address book cards to guests
| * fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-252-8/+84
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #38454 from nextcloud/fix/capitalization-other-telChristoph Wurst2023-05-251-1/+1
|\ \ | |/ |/| fix(carddav): Make system contact phone number RFC compliant
| * fix(carddav): Make system contact phone number RFC compliantgreta2023-05-251-1/+1
| | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-252-3/+309
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add OpenAPI specsjld31032023-05-241-0/+251
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-242-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SABJohannes2023-05-231-1/+1
|\ | | | | fix(SAB): Save avatar to SAB
| * fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
| | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-204-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-184-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6Christopher Ng2023-05-161-43/+45
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-167-28/+332
| | | | | | | | | | This allows to just UPDATE the card row instead of deleting it and reinsert it. It's very similar to https://github.com/nextcloud/server/pull/30120 for calendars. As we need the addressbookid exposed, this introduces OCA\DAV\CardDAV\Card that extends Sabre's. I chose specifically NOT to auto-inject LoggerInterface in Addressbook like in #30120 because the chain of DI is huge just for ONE simple call and it would break an existing dirty call (OCA\Contacts calling OCA\DAV) of ContactsManager in Contacts: https://github.com/nextcloud/contacts/pull/1722 (in SocialApiService), but this is debatable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #37965 from ↵Simon L2023-05-162-30/+49
|\ | | | | | | | | nextcloud/fix/transactional-system-addressbook-sync fix(dav): Run system address book create-if-not-exists in transaction
| * fix(dav): Run system address book create-if-not-exists in transactionChristoph Wurst2023-05-122-30/+49
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-164-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(carddav): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-154-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1416-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-122-3/+51
| | | | | | | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(carddav): expose system address bookAnna Larch2023-05-118-25/+156
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-116-0/+157
|\ \ | | | | | | SystemTags endpoint to return tags used by a user with meta data
| * | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-3/+7
| | | | | | | | | | | | | | | | | | | | | - adds OC\SystemTag\SystemTagsInFilesDetector where the search logic is moved to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-092-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | - DI SystemTagManager - add some comments and doc - catch NoUserException - add return type hints Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix: improve naming of new systemtags endpoint to systemtags-assignedArthur Schiwon2023-05-092-4/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>