aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-0514-56/+56
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-053-46/+48
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+1
| | | | | | Needed to read files with the "Windows compatibility" feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
| | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-283-42/+82
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: make preload custom proterties sharding compatibleRobin Appelman2024-08-281-9/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #47495 from ↵Louis2024-08-271-6/+0
|\ | | | | | | | | nextcloud/artonge/dept/delegat_is_encrypted_to_e2ee feat: Delegate is-encrypted handling to the e2ee app
| * feat: Delegate is-encrypted handling to the e2ee appLouis Chemineau2024-08-261-6/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(dav): Allow apps to get unshares for DAV resourcesJoas Schilling2024-08-262-5/+22
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2595-322/+322
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-201-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #46723 from ↵Richard Steinmetz2024-08-143-172/+323
|\ | | | | | | | | nextcloud/feat/add-delta-sync-to-subscription-calendars feat(webcal): only update modified and deleted events from webcal calendars
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-133-172/+323
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-apiChristoph Wurst2024-08-144-0/+204
|\ \ | | | | | | feat(dav): Add an API for upcoming events
| * | feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-134-0/+204
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #47200 from nextcloud/fix/issue-47193Sebastian Krupinski2024-08-131-6/+6
|\ \ | | | | | | fix: test variables before returning
| * | fix: test variables before returningSebastianKrupinski2024-08-131-6/+6
| |/ | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* / fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/ | | | | | This is mandated by the RFCs. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: handle-duplicate-reminderhamza2212024-08-132-2/+10
| | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-124-22/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-123-24/+55
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-071-1/+1
| | | | 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-071-58/+41
|\ \ | | | | | | fix(caldav): fixed initial sync and double processing
| * | fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-011-58/+41
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-061-1/+38
| | | | | | | | | | | | 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 #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>
* | refactor(dav): Replace security annotations with respective attributesprovokateurin2024-07-283-16/+16
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | 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>
* | | feat: mail provider backendSebastianKrupinski2024-07-232-26/+59
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #45667 from ↵Richard Steinmetz2024-07-236-9/+73
|\ \ | | | | | | | | | | | | nextcloud/fix/caldav/strict-default-calendar-checks fix(caldav): stricter default calendar checks
| * | fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-226-9/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(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>
* | fix(caldav): added localization hits for translatorsSebastianKrupinski2024-07-201-1/+82
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.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>
* | | chore(integration): add file request testsskjnldsv2024-07-191-6/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>