summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Activity
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-0/+2
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-207-30/+30
* Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-191-6/+2
* Use user name cache in activity providersJoas Schilling2022-08-191-37/+0
* Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-2/+31
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-16/+9
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-4/+4
* 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-294-0/+4
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-056-6/+15
* Mode to modern phpunitRoeland Jago Douma2019-11-273-14/+15
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+3
* Fix wrong used typeJoas Schilling2018-11-231-1/+1
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-1/+7
* Fix testsRoeland Jago Douma2017-12-111-0/+2
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+17
* Update license headersMorris Jobke2017-11-066-0/+12
* Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-162-3/+41
* Make sure the used event type and the setting/filter are the sameJoas Schilling2017-01-101-3/+3
* Fix TodoTestRoeland Jago Douma2016-12-161-3/+3
* Add tests for the base providerJoas Schilling2016-11-301-0/+189
* Move generic tests into namespaceJoas Schilling2016-11-302-4/+4
* Add unit tests for ISetting instancesJoas Schilling2016-11-301-0/+121
* Add tests for the filtersJoas Schilling2016-11-303-0/+278
* Move event and todo parsing to new APIJoas Schilling2016-11-291-17/+17
* Add more testsJoas Schilling2016-11-031-5/+102
* Add tests for triggerCalendarActivityJoas Schilling2016-11-031-4/+139
* Start unit tests for the activity listenerJoas Schilling2016-11-031-0/+100