aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
* fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-08-081-7/+5
* fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-236-9/+73
* fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-191-7/+14
* Merge pull request #46602 from nextcloud/backport/46593/stable29Sebastian Krupinski2024-07-181-1/+10
|\
| * fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-181-1/+10
* | fix(caldav): decode values before returningSebastianKrupinski2024-07-181-0/+5
|/
* Merge pull request #46012 from nextcloud/backport/45999/stable29Andy Scherzinger2024-07-101-2/+15
|\
| * fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-07-101-2/+15
* | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-102-0/+42
|/
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-042-0/+42
* Merge pull request #46226 from nextcloud/backport/46219/stable29Arthur Schiwon2024-07-041-0/+2
|\
| * fix(BuildSocialSearchIndexBackgroundJob): offset not appliedArthur Schiwon2024-07-011-0/+2
* | fix: Authorization header can be an empty stringJulius Härtl2024-07-011-1/+1
|/
* Merge pull request #46117 from nextcloud/backport/46002/stable29Daniel2024-06-291-45/+42
|\
| * chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
| * refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-44/+41
* | fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-271-2/+5
* | fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-263-0/+43
* | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-6/+2
|/
* fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-122-34/+47
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-112-16/+24
* fix(dav): Don't log access control as errorJoas Schilling2024-06-101-0/+3
* Merge pull request #45543 from nextcloud/backport/44664/stable29John Molakvoæ2024-06-072-0/+90
|\
| * fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-282-0/+90
* | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-061-1/+17
* | fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-061-51/+105
* | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-034-0/+112
* | fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-291-2/+25
|/
* Merge pull request #45224 from nextcloud/backport/44752/stable29Anna2024-05-2410-22/+219
|\
| * feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-0810-22/+219
* | fix(caldav): loop through all events for busy eventsAnna Larch2024-05-141-12/+9
|/
* Merge pull request #44564 from nextcloud/automated/noid/stable29-update-psalm...Côme Chilliet2024-05-061-1/+1
|\
| * chore: Fix small psalm errors related to documented return typesCôme Chilliet2024-05-061-1/+1
* | Merge pull request #45018 from nextcloud/backport/45001/stable29Joas Schilling2024-05-061-11/+19
|\ \ | |/ |/|
| * fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
* | fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-261-1/+1
* | feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-221-17/+74
|/
* Merge pull request #44622 from nextcloud/backport/44534/stable29Joas Schilling2024-04-0424-31/+42
|\
| * chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-044-1/+12
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-0424-30/+30
* | fix(dav): Fix quota check for chunk uploadCôme Chilliet2024-04-021-4/+6
|/
* fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-251-1/+1
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-214-6/+99
* Merge pull request #44360 from nextcloud/fix/add-exdate-exrule-to-confidentia...Anna2024-03-211-0/+4
|\
| * fix(caldav): add EXDATE and EXRULE to confidential objectAnna Larch2024-03-211-0/+4
* | Merge pull request #44376 from nextcloud/fix/dav/acls-shared-addressbookHamza2024-03-212-2/+7
|\ \
| * | fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-212-2/+7
| |/