aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-072-2/+29
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #45841 from ↵John Molakvoæ2024-08-071-1/+5
|\ | | | | | | Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents
| * fix(dav): WebcalCaching-Plugin lintJohn Molakvoæ2024-06-271-1/+1
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * feat(dav): add regex to match Gnome and KDE calendar user-agentsVivida2024-06-271-1/+5
| | | | | | Signed-off-by: Vivida <57828684+Vivida1@users.noreply.github.com>
* | Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-073-68/+150
|\ \ | | | | | | fix(caldav): fixed initial sync and double processing
| * | fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-013-68/+150
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-062-32/+408
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationstepsStephan Orbaugh2024-08-061-0/+4
|\ \ \ | | | | | | | | feat(migrations): add metadata to existing migrations
| * | | fix(metadata): revert wrongly renamed columnMaxence Lange2024-08-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-021-1/+5
| |/ / | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #46926 from nextcloud/carddavtest-querybuilder-reuseStephan Orbaugh2024-08-061-0/+5
|\ \ \ | | | | | | | | tests: don't reuse the query builder for multiple tables in CardDavBackendTest
| * | | test: don't reuse the query builder for multiple tables in CardDavBackendTestRobin Appelman2024-08-021-0/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | chore: Update `@nextcloud/vue` to v8.16.0Ferdinand Thiessen2024-08-051-23/+23
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46919 from ↵Richard Steinmetz2024-08-051-2/+0
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/caldav/allow-rooms-resources-principals-listing fix(caldav): allow listing of room and resource principals
| * | fix(caldav): allow listing of room and resource principalsRichard Steinmetz2024-07-311-2/+0
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #46747 from nextcloud/refactor/dav/security-attributesKate2024-07-313-16/+16
|\ \
| * | refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-283-16/+16
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | 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: https://github.com/nextcloud/calendar/issues/6079 and ↵tobiasKaminsky2024-07-252-2/+16
| | | | | | | | | | | | https://github.com/nextcloud/contacts/issues/3997 Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | Merge pull request #46685 from nextcloud/sabre-directory-exception-previousRobin Appelman2024-07-251-10/+10
|\ \ | | | | | | fix: keep previous exception when wrapping dav exceptions
| * | fix: keep previous exception when wrapping dav exceptionsRobin Appelman2024-07-231-10/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-242-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | feat: mail provider backendSebastianKrupinski2024-07-233-31/+190
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #45667 from ↵Richard Steinmetz2024-07-2313-19/+326
|\ \ | | | | | | | | | | | | nextcloud/fix/caldav/strict-default-calendar-checks fix(caldav): stricter default calendar checks
| * | fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-2213-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(dav): Call Sabre server startChristoph Wurst2024-07-221-1/+1
|/ / | | | | | | | | | | exec is deprecated and calls start. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hitsrakekniven2024-07-221-1/+82
|\ \ | | | | | | fix(caldav): added localization hints for translators
| * | fix(caldav): added localization hits for translatorsSebastianKrupinski2024-07-201-1/+82
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.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>
* | Merge pull request #46225 from nextcloud/fix/issue-11633Andy Scherzinger2024-07-191-7/+14
|\ \ | | | | | | fix(dav): Thrown forbidden error for authenticated user instead of no…
| * | fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-101-7/+14
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | fix(db): Deprecate `IExpressionBuilder::or()` and ↵Joas Schilling2024-07-192-36/+40
| | | | | | | | | | | | | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵Joas Schilling2024-07-191-2/+1
| | | | | | | | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(db): Don't use deprecated 3rdparty constant: ↵Joas Schilling2024-07-191-1/+1
| | | | | | | | | | | | | | | | | | `Doctrine\DBAL\Connection::PARAM_STR_ARRAY` Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-194-13/+56
|\ \ \
| * | | chore(integration): add file request testsskjnldsv2024-07-191-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-184-11/+59
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1980-606/+1720
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46594 from nextcloud/fix/issue-28162-2Anna2024-07-181-0/+5
|\ \ \ | | | | | | | | fix(caldav): decode values before returning
| * | | fix(caldav): decode values before returningSebastianKrupinski2024-07-171-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #45547 from nextcloud/feature/recurrence-invitations2Sebastian Krupinski2024-07-188-227/+3506
|\ \ \ \ | | | | | | | | | | feature: Improved Recurrence Invitations Messages
| * | | | feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-178-227/+3506
| |/ / / | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #46593 from nextcloud/fix/issue-30514Christoph Wurst2024-07-181-1/+10
|\ \ \ \ | | | | | | | | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…
| * | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-171-1/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>