summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-022-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-261-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>
* | feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-221-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>
* Merge pull request #44732 from nextcloud/backport/44216/stable29Joas Schilling2024-04-111-6/+60
|\ | | | | [stable29] feat(core): Include core capabilities in OpenAPI
| * chore(deps): Update openapi-extractorprovokateurin2024-04-081-6/+60
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-112-2/+110
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-052-4/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44622 from nextcloud/backport/44534/stable29Joas Schilling2024-04-0429-60/+71
|\ | | | | [stable29] build(deps): bump nextcloud/coding-standard from 1.1.1 to 1.2.1 in /vendor-bin/cs-fixer
| * chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-044-1/+12
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-0429-59/+59
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #44624 from nextcloud/backport/44332/stable29John Molakvoæ2024-04-042-7/+8
|\ \ | |/ |/|
| * 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-044-2/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-034-76/+80
|/ | | | Signed-off-by: Nextcloud bot <bot@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>
* 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>
* | test(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-121-0/+38
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #42707 from ↵Maxence Lange2024-03-111-6/+2
|\ | | | | | | | | nextcloud/enh/noid/store-file-etag-at-metadata-creation enh(metadata): store current file etag
| * feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-6/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix: Use proper path when trying to check if a file needs to get copiedJulius Härtl2024-03-081-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>