summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix some phpunit test warningsJulius Härtl2022-11-093-4/+4
|/
* Fix duplicate event email notificationsRichard Steinmetz2022-11-044-5/+125
* Switch to DisplayNameCache for CalDAVAnna Larch2022-11-031-5/+2
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-274-1/+177
* Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_...Anna2022-10-031-0/+3
|\
| * feat: add tests casesSylvain2022-10-021-0/+3
* | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-031-18/+30
|\ \ | |/ |/|
| * Remove the loop of calendars when only one is neededAnna Larch2022-10-011-18/+30
* | add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-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
|\ \ \