aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | chore: Break closure call on two lines to make it readableCôme Chilliet2024-03-192-2/+4
* | fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-194-160/+48
|/
* fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-142-0/+95
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-122-16/+145
* Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata...Maxence Lange2024-03-111-6/+2
|\
| * feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-6/+2
* | fix: Use proper path when trying to check if a file needs to get copiedJulius Härtl2024-03-081-1/+1
|/
* Merge pull request #43903 from nextcloud/fix/dav/dirty-address-book-updateJohn Molakvoæ2024-03-051-20/+22
|\
| * fix(dav): Fix atomic addressbook updateChristoph Wurst2024-02-291-20/+22
* | Merge pull request #43904 from nextcloud/fix/dav/dirty-caldav-updatesRichard Steinmetz2024-03-051-40/+43
|\ \
| * | fix(dav): Fix atomic calendar/subscription updatesChristoph Wurst2024-02-291-40/+43
* | | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-046-14/+24
|/ /
* / feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-285-4/+145
|/
* fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-271-5/+5
* Merge pull request #39553 from zero0cool0/fix/caldavbackend_getChangesForCale...John Molakvoæ2024-02-231-2/+4
|\
| * Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* | Merge pull request #39750 from nextcloud/Jerome-Herbinet-to-dos-wording-changeJohn Molakvoæ2024-02-231-1/+1
|\ \
| * | "Taks" to fit calendar wordingJérôme Herbinet2024-02-231-1/+1
| |/
* | Merge pull request #39214 from shdehnavi/replace_substr_calls_in_dav_appJohn Molakvoæ2024-02-236-6/+6
|\ \
| * | Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-236-6/+6
| |/
* | Merge pull request #32466 from nextcloud/fix/skip-dav-migratorJohn Molakvoæ2024-02-232-17/+33
|\ \