aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-222-0/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-218-8/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parametersJoas Schilling2025-06-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz2025-06-1911-191/+222
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-198-4/+248
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-184-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: hide guests group when searching for principalsDaniel Kesselberg2025-06-171-0/+4
| | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-176-0/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1780-618/+590
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: enable example contact feature by defaultRichard Steinmetz2025-06-163-3/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: harmonize design of default content settings sectionRichard Steinmetz2025-06-166-47/+150
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-1623-41/+971
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-162-2/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-formatDaniel Kesselberg2025-06-102-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-072-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-062-0/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(imip): dont compare events for the reply messagefix/reply-messageHamza Mahjoubi2025-06-052-2/+30
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(dav): file drop nicknameskjnldsv2025-06-052-8/+20
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-054-6/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCountRichard Steinmetz2025-06-041-7/+5
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: link upcoming event to calendar app modalfeat/noid/link-to-calendar-eventMaksim Sukharev2025-06-031-14/+30
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* refactor(dav): remove unused CalDAVBackend methodremove-unused-methodThomas Citharel2025-06-011-19/+0
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #52215 from nextcloud/perf/carddav/dont-query-circlesDaniel2025-06-011-1/+0
|\ | | | | perf(carddav): don't query circle memberships
| * perf(carddav): don't query circle membershipsperf/carddav/dont-query-circlesRichard Steinmetz2025-04-161-1/+0
| | | | | | | | | | | | | | It is not possible to share address books with circles so it is pointless to query for address books shared with joined circles. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #52410 from ↵Richard Steinmetz2025-06-012-17/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/caldav/use-direct-route-event-activity fix(caldav): use direct.edit route in event activities
| * | fix(caldav): use direct.edit route in event activitiesfix/caldav/use-direct-route-event-activityRichard Steinmetz2025-06-012-17/+4
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | docs: update openAPI extracted filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.7.0Ferdinand Thiessen2025-06-011-1/+2
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: adjust stylesheets to new codestyleFerdinand Thiessen2025-05-311-0/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-312-326/+572
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53145 from nextcloud/dav-file-write-logRobin Appelman2025-05-301-1/+3
|\ \ | | | | | | fix: log error when writing stream to dav file
| * | fix: log error when writing stream to dav filedav-file-write-logRobin Appelman2025-05-301-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | docs(caldav): update documentation for calendar searchdocs/53002/calendar-search-implDaniel Kesselberg2025-05-282-20/+0
|/ / | | | | | | | | | | Remove the documentation from the implementaitons. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | test(dav): adjust test cases for PHPUnit 10Ferdinand Thiessen2025-05-281-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(DAV): Check if the header is actually the expected formatJoas Schilling2025-05-281-0/+6
| | | | | | | | | | | | | | Not sure how the test ever passed as it can only throw with strict types which are not yet enabled Signed-off-by: Joas Schilling <coding@schilljs.com>
* | test: Migrate remaining DAV tests to PHPUnit 10Joas Schilling2025-05-2878-1753/+1050
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-286-52/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | test: Migrate DAV Systemtags tests to PHPUnit 10tests/noid/dav-systemtagJoas Schilling2025-05-2711-386/+250
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | test: Migrate CardDAV tests to PHPUnit10tests/noid/carddav-testsJoas Schilling2025-05-2523-692/+488
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | test: Migrate CalDAV tests to PHPUnit10tests/noid/caldav-testsJoas Schilling2025-05-2571-1117/+829
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix: hide guests group from principal backendbug/noid/hide-guests-groupsDaniel Kesselberg2025-05-231-3/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-232-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #52810 from ↵Louis2025-05-223-29/+44
|\ \ | | | | | | | | | nextcloud/artonge/feat/do_not_require_samesite_strict_cookie_on_public.php
| * | fix: Move CSRF check from base to PublicAuth for public.phpLouis Chemineau2025-05-213-29/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This currently prevent directly accessing a ressource when clicking on a link on a third party site. Example, clicking on `https://example.com/public.php/dav/files/pqLWcA269zfzXez/?accept=zip` in a GitHub comment. Skipping the check is an issue with password protected shares, as it allows third party sites to request the ressource when the user already entered the password, aka CSRF. So after removing the check from `base.php`, we need to add the it again in the `PublicAuth` plugin. We also add a redirect to be helpful to the user. **Warning**: this adds the limitation that clicking on a direct download link for password protected shares will redirect you to the password form, and then to the main share view. Fix #52482 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-222-2/+60
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(caldav): don't send invitations to circlesfix/caldav/no-invitations-to-circlesRichard Steinmetz2025-05-213-3/+129
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2180-392/+80
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-206-8/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52879 from nextcloud/bug/noid/clear-dav-photo-cacheChristoph Wurst2025-05-198-27/+95
|\ \ \ | | | | | | | | Add command to clear dav's photo cache
| * | | refactor(dav): replace IAppData with IAppDataFactory for PhotoCachebug/noid/clear-dav-photo-cacheDaniel Kesselberg2025-05-154-27/+17
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>