summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-8/+8
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Set custom ProdId in Birthday service, do not depend on Sabre Versio number ↵Georg Ehrke2020-03-271-8/+15
| | | | | | for unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* replace coffin with textual description "Death of ..."Georg Ehrke2019-08-261-28/+41
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-161-0/+26
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* unicode all the birthday iconsGeorg Ehrke2019-02-161-20/+33
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* set birthday year to 1970, take X-APPLE-OMIT-YEAR into accountGeorg Ehrke2019-02-161-15/+28
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix testsRoeland Jago Douma2018-11-011-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-041-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-111-5/+110
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix testsRoeland Jago Douma2017-03-101-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix generation of birthday, deathdate and anniversary in case where no year ↵Thomas Müller2017-01-051-12/+17
| | | | | | | is set - which is allowed as per https://tools.ietf.org/html/rfc6350#section-6.2.5 (#26756) Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31stGeorg Ehrke2016-11-171-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-141-21/+34
| | | | | | | | * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* The birthday calendar can only hold VEVENT - refs ↵Thomas Müller2016-09-201-0/+11
| | | | https://github.com/owncloud/tasks/issues/338
* Fix apps/Joas Schilling2016-07-211-2/+4
|
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-151-2/+4
| | | | * getMock is deprecated
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+216