summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* | | chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-58/+58
| |/ |/| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-046-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullableHamza2024-07-035-17/+19
|\ \ | | | | | | Fix: Make out of office replacement nullable
| * | Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-035-17/+19
| | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0320-0/+76
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps): Update openapi-extractorprovokateurin2024-07-021-75/+71
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-0110-5/+263
|\ \ | | | | | | Feat: Allow users to select another user as their out-of-office replacement
| * | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-0110-5/+263
| | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | fix(BuildSocialSearchIndexBackgroundJob): offset not appliedArthur Schiwon2024-07-011-0/+2
|/ / | | | | | | | | | | with more than 100 results, this job may never finish Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #46184 from nextcloud/fix/dav-auth-checkJulius Härtl2024-07-011-1/+1
|\ \ | | | | | | fix: Authorization header can be an empty string
| * | fix: Authorization header can be an empty stringJulius Härtl2024-06-281-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-292-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-282-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46036 from nextcloud/fix/issue-46015Sebastian Krupinski2024-06-265-0/+45
|\ | | | | fix(dav): add missing database index for dav_shares
| * fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-265-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com> Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com> Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com> Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #44893 from nextcloud/fix/issue-43115Daniel2024-06-263-3/+77
|\ \ | |/ |/| fix(caldav): When message is a reply compare the message sender not the recipient
| * fix(caldav): when message is a reply compare the message sender not the ↵SebastianKrupinski2024-06-253-3/+77
| | | | | | | | | | | | | | recipient Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-262-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46002 from nextcloud/debt/noid/use-new-http-clientDaniel2024-06-252-104/+356
|\ | | | | Use guzzle for addressbook federation
| * chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-252-103/+355
| | | | | | | | | | | | The request method is available since 29 and thus we can finally use the modern http client to send the report request for the addressbook sync. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-252-796/+12
|\ \ | | | | | | feat: implement public OCP api to update resources and rooms
| * | feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-272-796/+12
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #46095 from ↵Joas Schilling2024-06-252-5/+7
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/techdebt/44770/migrate-server-notifier-to-new-exceptions feat(notifications): Migrate server INotifiers to new exceptions
| * | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-252-5/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #46077 from nextcloud/bugfix/noid/user-status-automationAnna2024-06-252-12/+2
|\ \ \ | |/ / |/| | fix(userstatus): Fix user status automation in real-life scenario
| * | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-252-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Order of applying: - Out-of-office - Availability - Call - Meeting - User status Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2574-150/+150
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45998 from nextcloud/publicdav-fs-setupJulius Härtl2024-06-242-18/+15
|\ \ | | | | | | perf: remove full filesystem setup for accessing public link share dav endpoints
| * | perf: remove full filesystem setup for accessing public link share dav endpointsRobin Appelman2024-06-202-18/+15
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #45973 from nextcloud/remove-chunking-v1Julius Härtl2024-06-2410-660/+5
|\ \ \ | | | | | | | | chore: remove chunking-v1
| * | | chore: remove chunking-v1Robin Appelman2024-06-1910-660/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #45999 from ↵Richard Steinmetz2024-06-202-8/+62
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav/shared-calendars-activity-umlauts fix(caldav): encode calendar URIs with umlauts for activities
| * | | | fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-06-202-8/+62
| | |/ / | |/| | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #45207 from nextcloud/fix/webdav-ajaFerdinand Thiessen2024-06-202-33/+72
|\ \ \ \ | |/ / / |/| | | fix(dav): Try basic auth for ajax WebDAV requests
| * | | fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-06-182-33/+72
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45968 from ↵Christoph Wurst2024-06-191-1/+28
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/dav/limit-sync-token-created-at-updates fix(dav): Limit number of UPDATES for sync token created_at
| * | fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address book and calendar sync tokens have a created_at column in 26+ and we need to assign a current timestamp to the existing data at upgrade so the data isn't cleaned up immediately. Updating the full table is expensive and fails on clustered setups that limit transaction size. We don't need a timestamp for the oldest rows so we can skip updating them. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-182-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-162-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-132-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(dav): also return shared-with-me shares dataskjnldsv2024-06-123-35/+68
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-122-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-113-18/+61
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | chore(webhooks): Rename webhooks application to webhook_listenersCôme Chilliet2024-06-111-1/+1
| | | | | | | | | | | | There is already a webhooks application in the appstore Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #45120 from ↵Ferdinand Thiessen2024-06-101-0/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/sensitive-dav-forbidden-logging fix(dav): Don't log access control as error
| * | fix(dav): Don't log access control as errorJoas Schilling2024-04-301-0/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-102-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-092-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>