summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
* Added test testSearchdartcafe2020-03-221-1/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+17
* cache webcal calendars on serverGeorg Ehrke2018-11-071-0/+72
* Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-2/+78
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+2
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-121-3/+7
|\
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-101-3/+7
* | integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-0/+109
|/
* Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-071-7/+98
|\
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-061-7/+98
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+2
|/
* Fix tests with group managerJoas Schilling2017-10-091-1/+1
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+9
* fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-211-1/+1
* unit test custom calendar searchGeorg Ehrke2017-04-281-0/+132
* add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-0/+2
* Restrict share handling to the owner onlyJoas Schilling2017-04-201-4/+0
* Add a unit test for the broken caseJoas Schilling2017-03-021-0/+20
* Unit test cleanupJoas Schilling2017-03-021-37/+36
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-2/+2
* Add tests for dispatching of the eventsJoas Schilling2016-11-031-0/+46
* Move the methods into a new classJoas Schilling2016-11-031-3/+1
* fix testsThomas Citharel2016-09-261-1/+1
* Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-1/+1
* add missing testsThomas Citharel2016-09-261-2/+13
* a few testsThomas Citharel2016-09-261-0/+18
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-0/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-1/+7
* Added unit testing for the migration stepThomas Müller2016-06-091-122/+4
* Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-5/+10
* Update license headersLukas Reschke2016-05-261-0/+1
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+505