aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #44938 from nextcloud/fix/remove-unknown-from-imip-serviceAnna2024-04-261-1/+1
|\ | | | | fix(CalDAV): remove UNKNOWN from room / resource consideration
| * fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-191-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-262-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #44858 from ↵Louis2024-04-221-17/+74
|\ \ | |/ |/| | | | | nextcloud/artonge/feat/support_multiple_scope_in_dav_search Support multiple scopes in DAV search
| * feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-171-17/+74
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-132-40/+334
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-112-2/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-04-081-6/+60
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
| | | | | | | Not sure about the SimpleContainer modification, let’s see what CI says about that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-052-4/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-044-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44511 from ↵Daniel2024-04-032-0/+62
|\ | | | | | | | | nextcloud/perf/noid/skip-tree-lookup-for-non-calendar-requests perf(dav): skip non-calendar requests in webcal caching plugin
| * perf(dav): skip non-calendar requests in webcal caching pluginDaniel Kesselberg2024-03-272-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | The webcal caching plugin is active when the X-NC-CalDAV-Webcal-Caching header is there. findPrincipalByUrl sends a request for /remote.php/dav/principals/users/admin/ using the caldavService which sets the header by default.[^1] As X-NC-CalDAV-Webcal-Caching only impacts calendar requests, we can skip non-calendar requests. [^1]: https://github.com/nextcloud/calendar/blob/b3670f1805ef9ef952d6abe4e5334e37b5a14133/src/services/caldavService.js#L43 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-034-76/+80
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-checkCôme Chilliet2024-04-022-7/+8
|\ \ | | | | | | fix(dav): Fix quota check for chunk upload
| * | chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-021-3/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(dav): Fix quota check for chunk uploadCôme Chilliet2024-04-021-4/+6
| | | | | | | | | | | | | | | | | | | | | Do not ignore OC-Total-Length when Content-Length and X-Expected-Entity-Length are missing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-024-1/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Apply new coding standard to all filesCôme Chilliet2024-04-0229-59/+59
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-024-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-012-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-312-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-302-0/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-294-10/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #44017 from ↵John Molakvoæ2024-03-262-1/+68
|\ | | | | | | rcwschaller/fix/caldav/eventcomparisionservice-uses-wrong-array-comparison
| * fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-252-1/+68
| | | | | | | | | | | | | | | | | | Old comparison implementation compares each element of the array against each other with no respect for the associated array label, which leads to wrongful removals because one value is accidentally present in a completely different label. New comparison works 'by-label' individually. Partly fixes #41084 because changes between 'SEQUENCE' not present, 'SEQUENCE:0' and 'SEQUENCE:1' were not detected in the old implementation and thus no email update sent. Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Robert C. Schaller <gtbc_robert.schaller@rsxc.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-264-18/+26
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-254-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-222-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-2110-21/+140
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #44360 from ↵Anna2024-03-211-0/+4
|\ | | | | | | | | nextcloud/fix/add-exdate-exrule-to-confidential-object fix(caldav): add EXDATE and EXRULE to confidential object
| * fix(caldav): add EXDATE and EXRULE to confidential objectAnna Larch2024-03-211-0/+4
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #44376 from nextcloud/fix/dav/acls-shared-addressbookHamza2024-03-213-3/+8
|\ \ | | | | | | fix(dav): ACLs for shared addressbooks
| * | fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-213-3/+8
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #44297 from nextcloud/fix/forbid-tagging-readonly-filesCôme Chilliet2024-03-217-207/+126
|\ \ | |/ |/| Forbid tagging readonly files
| * chore: Break closure call on two lines to make it readableCôme Chilliet2024-03-192-2/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-197-207/+124
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-03-201-1/+1
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-202-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-198-10/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1714-2/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1682-80/+162
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-144-0/+97
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokensChristoph Wurst2024-03-147-19/+242
|\ | | | | fix(dav): Add occ command to fix missing caldav sync tokens
| * fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-127-19/+242
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>