aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-281-27/+2
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-2/+4
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-3/+3
* Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-3/+0
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-7/+5
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-3/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-2/+4
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-2/+5
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-3/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+3
* Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-0/+9
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-121-5/+9
|\
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-101-5/+9
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-0/+5
|/
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+26
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-0/+5
* urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-121-0/+7
* don't remove owner property for public calendarsGeorg Ehrke2017-04-091-2/+3
* Don't list on public calendar endpointsLukas Reschke2017-04-051-7/+2
* Use the event dispatcherJoas Schilling2016-11-031-38/+3
* Move the methods into a new classJoas Schilling2016-11-031-12/+45
* Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-16/+27
* Add new constructor argsLukas Reschke2016-09-261-5/+13
* Add test for PublicCalendarRootThomas Citharel2016-09-261-0/+103