summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-05-092-5/+7
* fix: Use proper path when creating node instancesJulius Härtl2023-05-091-2/+18
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-221-0/+1
* Merge pull request #37196 from nextcloud/backport/36852/stable25Arthur Schiwon2023-03-151-0/+209
|\
| * Fix PHP 7.4 lintingJoas Schilling2023-03-141-6/+11
| * fix(CI): Add unit test for nextcloud/server#37167Joas Schilling2023-03-141-1/+46
| * fix(user_status): Fix the user status automation on the day availability rule...Joas Schilling2023-03-141-0/+159
* | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-271-12/+186
|/
* Merge pull request #36294 from nextcloud/backport/36266/stable25blizzz2023-02-071-1/+1
|\
| * Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-231-1/+1
* | fix(CI): Fix DAV database tests and disable one test due to property mockingJoas Schilling2023-02-033-81/+77
* | Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-231-10/+40
|/
* Merge pull request #35859 from nextcloud/backport/35761/stable25John Molakvoæ2023-01-061-12/+2
|\
| * Remove comment and guests option from Invitations UIAnna Larch2022-12-221-12/+2
* | Use display name cache on getStorageInfoJulius Härtl2022-12-191-0/+15
|/
* Fix duplicate event email notificationsRichard Steinmetz2022-11-044-5/+125
* add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-10-031-2/+2
* add test for search operator limitRobin Appelman2022-09-081-25/+76
* Fix typos in apps/ subdirectoryluz paz2022-09-052-2/+2
* Fix Capabilities tests for dav applicationCôme Chilliet2022-08-291-3/+23
* Support iMIP invitations from MailAnna Larch2022-08-221-0/+79
* Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for...Joas Schilling2022-08-191-37/+0
|\
| * Use user name cache in activity providersJoas Schilling2022-08-191-37/+0
* | Fix carddav activitiesJoas Schilling2022-08-191-2/+2
|/
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-5/+9
* Multiple fixesCarl Schwan2022-07-312-15/+22
* Fix view-only code after code review commentsVincent Petry2022-07-281-2/+2
* Add nc:share-attributes Webdav propertyVincent Petry2022-07-281-0/+62
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+118
* Fix typos in apps/dav subdirectoryluz paz2022-07-265-7/+7
* Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-set...Anna2022-07-261-28/+41
|\
| * Respect user settings when generating alerts for birthday calendarCédric Neukom2022-07-171-28/+41
* | Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-232-3/+58
|\ \ | |/ |/|
| * Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-142-3/+58
* | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-241-0/+5
|\ \
| * | Fix test to check the expire dateVitor Mattos2022-06-201-0/+5
| |/
* / Add typing to Sharing BackendCarl Schwan2022-06-222-4/+8
|/
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-103-0/+53
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-173-0/+53
* | Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-101-11/+10
|\ \
| * | Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-171-11/+10
| |/
* | Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry2022-06-101-18/+67
|\ \
| * | Refactor CalDAV\Schedule\PluginTest for depreciated phpunit methodsThomas Citharel2022-05-121-10/+15
| * | Put calendar invites into the user's first available calendarThomas Citharel2022-05-121-8/+52
* | | Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-107-59/+265
|\ \ \
| * | | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-177-59/+265
| | |/ | |/|
* | | Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance...Vincent Petry2022-06-101-2/+5
|\ \ \
| * | | Don't spam the log with fatals when maintenance mode is enabled or an upgrade...Joas Schilling2022-06-101-2/+5
* | | | Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV)Thomas Citharel2022-06-101-0/+503
|/ / /
* | | Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst2022-06-021-12/+18
|\ \ \