summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-041-2/+2
* fix(psalm): systemtagsJohn Molakvoæ2023-04-281-2/+6
* expose system tags as dav property for filesRobin Appelman2023-04-281-5/+10
* Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-254-12/+304
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-172-5/+7
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-2/+18
* Fix dav application testsCôme Chilliet2023-04-031-2/+1
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-2/+1
* Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-161-5/+5
|\
| * Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-201-5/+5
* | fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-131-1/+46
* | fix(user_status): Fix the user status automation on the day availability rule...Joas Schilling2023-03-131-0/+159
* | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* | fix: Use proper path for quota fetchingJulius Härtl2023-03-061-0/+12
* | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-021-10/+19
|\ \
| * | fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-10/+19
* | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-215-14/+470
| |/ |/|
* | Do not set up filesystem on every callAnna Larch2023-02-175-470/+14
* | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-091-12/+186
* | perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-091-6/+6
|/
* Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-081-31/+33
|\
| * dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-061-31/+33
* | Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
* | Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
* | Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-071-3/+7
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-0/+2
|/
* Use recurrence instance to build iMip emailAnna Larch2023-02-023-204/+875
* Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-cust...Joas Schilling2023-01-231-1/+1
|\
| * Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-201-1/+1
* | Merge pull request #36262 from nextcloud/chore/dav/void-test-methodsJoas Schilling2023-01-23120-713/+713
|\ \ | |/ |/|
| * chore(dav): Add void return type to test methodsChristoph Wurst2023-01-20120-713/+713
* | chore(dav): Remove useless var tagChristoph Wurst2023-01-193-3/+0
|/
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-10/+40
* Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-davCôme Chilliet2023-01-1032-858/+718
|\
| * Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-0532-858/+718
* | Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-3/+4
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-041-2/+7
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-12/+2
* Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-191-0/+15
|\
| * Use display name cache on getStorageInfoJulius Härtl2022-12-161-0/+15
* | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-191-6/+2
|\ \ | |/ |/|
| * Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-191-6/+2
* | Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.phpCôme Chilliet2022-12-051-1/+1
* | Fix codestyle in modified filesCôme Chilliet2022-12-051-1/+0
* | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-057-15/+16
|\|
| * More fixingJoas Schilling2022-11-251-2/+2
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-146-15/+14
* | Improve typing on new methodsCôme Chilliet2022-12-051-4/+2
* | Next attemp on imip testsJulius Härtl2022-11-091-29/+28
* | Attempt to fix CalendarImpl testsJulius Härtl2022-11-091-32/+106