summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot13 days2-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-174-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-164-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-152-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1318-2/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Use IUser::getDisplayName directlybackport/51258/stable30Christoph Wurst2025-03-053-10/+2
| | | | | | | No need to send this from the client. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #49840 from ↵Andy Scherzinger2025-03-051-1/+7
|\ | | | | | | | | nextcloud/revert-49825-revert-49650-backport/49293/stable30 Revert "Revert "[stable30] fix: Handle copy of folders containing live photos""
| * Revert "Revert "[stable30] fix: Handle copy of folders containing live photos""Louis2025-03-051-1/+7
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #51272 from nextcloud/backport/51256/stable30Joas Schilling2025-03-052-4/+9
|\ \ | | | | | | [stable30] fix(dav): Handle long absence status earlier
| * | fix(dav): Handle long absence status earlierbackport/51256/stable30Christoph Wurst2025-03-052-4/+9
| |/ | | | | | | | | | | Validate the request early. Don't let this cause a database error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / feat: Support deleting metadata from WebDAVbackport/50852/stable30Louis Chemineau2025-03-051-0/+6
|/ | | | | | The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-044-30/+200
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51127 from nextcloud/backport/50881/stable30Ferdinand Thiessen2025-03-031-17/+13
|\ | | | | [stable30] fix(dav): Handle end of stream in `File::put`
| * fix(dav): Handle end of stream in `File::put`backport/50881/stable30Ferdinand Thiessen2025-03-031-17/+13
| | | | | | | | | | | | | | | | If the stream is aborted and the callback wrapper returns false (or null as it happened in some cases), we should not try to write to the storage but abort the operation. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-012-0/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2780-672/+672
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-262-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-244-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update `@nextcloud/vue` to v8.23.1Ferdinand Thiessen2025-02-211-58/+58
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50862 from nextcloud/backport/50860/stable30Kate2025-02-191-2/+2
|\ | | | | [stable30] fix(activity): Fix activity parameter types
| * fix(activity): Fix activity parameter typesbackport/50860/stable30Joas Schilling2025-02-191-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-192-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-186-138/+138
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50803 from nextcloud/backport/50784/stable30Andy Scherzinger2025-02-171-1/+1
|\ | | | | [stable30] fix: Fix regression in calendar invitation sending
| * fix: Fix regression in calendar invitation sendingbackport/50784/stable30SebastianKrupinski2025-02-131-1/+1
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-172-0/+162
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-162-0/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: use relative paths for upload locksbackport/49004/stable30Robin Appelman2025-02-151-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: Replace the TypeError to prevent exposing the installation pathDaniel Kesselberg2025-02-151-0/+90
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2025-02-157-55/+55
| | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix: Drop unnecessary exit"Daniel Kesselberg2025-02-151-0/+1
| | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵Daniel Kesselberg2025-02-151-23/+0
| | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-152-4/+182
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-122-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-072-0/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-0650-480/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: change translation logic to handle plurals betterbackport/49852/stable30SebastianKrupinski2025-02-052-105/+746
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix: explicitly ignore nested mounts when transfering ownershipRobin Appelman2025-02-051-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-052-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-034-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-024-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-0110-6/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-3118-16/+254
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2948-98/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(CalDav): Spellingbackport/50490/stable30SebastianKrupinski2025-01-281-2/+2
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-282-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50144 from nextcloud/backport/50034/stable30Andy Scherzinger2025-01-262-9/+21
|\ | | | | [stable30] fix(caldav): rename default calendar to keep it in the trashbin instead of purging it
| * fix(caldav): rename default calendar to keep it in the trashbin instead of ↵backport/50034/stable30Thomas Citharel2025-01-112-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | purging it When doing a PROPFIND on default-calendar-url, if the current default calendar (fallbacking on personal uri) is in the trashbin, it's being purged so that it's recreated. This leads to loss of data. We can simply rename the calendar URI and add a unique suffix so that it doesn't conflict with the new calendar being created. Shares are fine because they reference the resourceid and not the calendar URI. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-262-0/+72
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>