summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+21
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-111-2/+37
* fix(dav): Rate limit address book creationHamza Mahjoubi2024-06-071-0/+146
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-06-043-14/+38
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-031-0/+38
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-031-0/+164
* Merge pull request #44197 from nextcloud/backport/44130/stable28Daniel2024-06-032-21/+101
|\
| * fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-05-312-21/+101
* | feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-316-6/+364
|/
* Merge pull request #44473 from nextcloud/backport/44017/stable28Benjamin Gaussorgues2024-04-171-0/+67
|\
| * fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-261-0/+67
* | chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-041-3/+2
|/
* Merge pull request #44377 from nextcloud/backport/44376/stable28Andy Scherzinger2024-03-211-1/+1
|\
| * fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-211-1/+1
* | fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-193-53/+82
|/
* tests(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-111-0/+38
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-221-0/+166
* Check share attributes when downloading versionsLouis Chemineau2024-02-212-2/+27
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-151-0/+44
* fix(dav): undeclared `$cache` propertyJohn Molakvoæ2023-12-211-0/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-573/+289
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-1/+1
* fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-131-6/+82
* Revert "[stable28] fix(dav): Prevent out-of-office event time drifts"Arthur Schiwon2023-12-111-82/+6
* fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-6/+82
* fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-071-2/+10
* Merge pull request #41811 from nextcloud/backport/41778/stable28Arthur Schiwon2023-11-291-0/+471
|\
| * fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-281-0/+471
* | fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-6/+25
|/
* [stable28] enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-877/+119
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+336
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2321-69/+48
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+546
* Fix dynamic property in CalDav testsCôme Chilliet2023-11-131-0/+1
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-101-2/+10
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-2/+2
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-102-4/+4
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+1508
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-0/+3
* IFilesMetadataMaxence Lange2023-11-071-1/+4
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
* fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-231-3/+3
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-4/+2
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-4/+2
* | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-0/+69
* | fix(dav): fix report testsJohn Molakvoæ (skjnldsv)2023-09-181-3/+0
* | Remove last at matcher call in dav application testsCôme Chilliet2023-09-141-13/+6
* | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-0/+2
* | Enable caldav push notifications by defaulthamza2212023-09-122-3/+3
* | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-2/+60