summaryrefslogtreecommitdiffstats
path: root/build/integration/dav_features
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2025-02-152-11/+22
| | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(dav): default calendar and address book not created on first loginbackport/50369/stable29Richard Steinmetz2025-01-232-0/+9
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: block moving files to it's own parent with davbackport/49966/stable29Robin Appelman2025-01-092-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsbackport/dav-getFerdinand Thiessen2024-10-091-0/+41
| | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-052-22/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+10
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and ↵Anna Larch2024-02-151-2/+2
| | | | | | calendars) Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: Move integration tests from drone to githubJoas Schilling2024-01-264-0/+991
* Improve grouping as setting up CI took 3* the time of the test in average Signed-off-by: Joas Schilling <coding@schilljs.com>