aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix: close cursor after reading the invitationDaniel Kesselberg2023-08-101-1/+3
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-202-12/+12
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-4/+4
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-12/+2
* Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-051-3/+1
|\
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+1
* | Fix some phpunit test warningsJulius Härtl2022-11-091-1/+1
|/
* Multiple fixesCarl Schwan2022-07-311-9/+17
* Add typing to Sharing BackendCarl Schwan2022-06-221-2/+4
* Update attendence for external usersDaniel Kesselberg2021-10-081-24/+73
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+4
* Rewrite birthday calendar tests without $this->at()François Freitag2021-05-311-8/+6
* Fix DAV unit testsJoas Schilling2021-04-201-2/+4
* Move DirectMapper to QBMapperRoeland Jago Douma2021-03-031-0/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-16/+16
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-30/+30
|/
* Update license headersChristoph Wurst2019-12-053-3/+11
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-3/+3
* remove obsolete use statementsArthur Schiwon2019-04-241-1/+1
* Also shorten the name of the invitation tokensJoas Schilling2018-07-121-2/+2
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-291-0/+455
* Improve the directContollerRoeland Jago Douma2018-04-261-0/+155
* generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-111-1/+49
* Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-091-0/+75