summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1228-44/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-112-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-074-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-062-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-057-53/+55
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #47337 from nextcloud/backport/47332/stable29Arthur Schiwon2024-09-053-4/+8
|\ | | | | [stable29] fix(caldav): allow renaming of birthday calendars
| * fix(caldav): allow renaming of birthday calendarsAnna Larch2024-09-043-4/+8
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-054-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-044-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-022-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-3018-4/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Update `@nextcloud/vue` to v8.17.0Ferdinand Thiessen2024-08-291-35/+35
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-202-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-184-4/+96
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-154-0/+144
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-144-0/+158
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-08-082-33/+72
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-08-061-23/+23
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-262-6/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-242-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-2313-19/+326
| | | | | | | | | | | Reject calendars that - are subscriptions - are not writable - are shared with a user - are deleted - don't support VEVENTs Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-236-36/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-226-46/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2110-0/+406
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2020-36/+900
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-191-7/+14
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1980-606/+1720
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46602 from nextcloud/backport/46593/stable29Sebastian Krupinski2024-07-181-1/+10
|\ | | | | [stable29] fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…
| * fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-181-1/+10
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | fix(caldav): decode values before returningSebastianKrupinski2024-07-181-0/+5
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-182-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-172-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-116-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46012 from nextcloud/backport/45999/stable29Andy Scherzinger2024-07-102-8/+62
|\ | | | | [stable29] fix(caldav): encode calendar URIs with umlauts for activities
| * fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-07-102-8/+62
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-106-0/+119
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #46314 from nextcloud/backport/46193/stable29Andy Scherzinger2024-07-106-0/+119
|\ | | | | [stable29] fix(carddav): limit vcard size
| * fix(carddav): limit vcard sizeSebastianKrupinski2024-07-046-0/+119
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-092-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-082-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-054-2/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46226 from nextcloud/backport/46219/stable29Arthur Schiwon2024-07-041-0/+2
|\ | | | | [stable29] fix(DAV): offset not applied