aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Rewrite birthday calendar tests without $this->at()François Freitag2021-05-311-5/+5
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-314-11/+26
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-3/+5
* Remove the untyped calendar create eventChristoph Wurst2021-05-072-6/+12
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-12/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-072-18/+32
* Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-3/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-12/+20
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-292-13/+20
* Fix DAV unit testsJoas Schilling2021-04-201-1/+2
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-111-0/+14
* [CalDAV] Validate notified emailsThomas Citharel2021-01-251-64/+107
* Dismiss reminder notifications from passed eventsThomas Citharel2021-01-141-7/+76
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+3
* Fix notifier testRoeland Jago Douma2020-12-071-2/+5
* Merge pull request #23915 from st3iny/fix/noid/png-icons-in-caldav-reminder-e...Morris Jobke2020-11-111-4/+4
|\
| * Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* | handle vcalander documents with recurrence with exemptions or editsleith abdulla2020-10-281-0/+2
|/
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-6/+6
* broaden exception handling on webcal refresheleith2020-09-291-0/+156
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-5/+7
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-0/+9
|/
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-183-22/+29
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1213-46/+46
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-042-12/+295
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Use the new method everywhereJoas Schilling2020-07-031-68/+45
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-303-54/+196
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-263-54/+196
* | Update license headers for 19Christoph Wurst2020-04-2917-0/+18
|/
* Fix unit testsJoas Schilling2020-04-151-5/+50
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-2/+221
* Add visibility to all constantsChristoph Wurst2020-04-104-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1022-64/+29
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-3/+3
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0915-31/+31
|/
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-56/+56
* Fix multiline commentsChristoph Wurst2020-04-081-2/+2
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-5/+49
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3125-14/+30
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-4/+2
|\
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-271-4/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-278-14/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-258-14/+0