summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Comments
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-5/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Use PSR Logger in event dispatcherJoas Schilling2020-10-081-1/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-124-25/+25
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-7/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-28/+28
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-8/+13
|\
| * Fix unit testsJoas Schilling2020-04-021-8/+13
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+4
|/
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-254-115/+115
* Update license headersChristoph Wurst2019-12-055-5/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-275-83/+83
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-5/+5
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-3/+12
* Update license headersMorris Jobke2017-11-065-0/+5
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+2
* Use ::class in test mocksMorris Jobke2017-10-245-73/+102
* Remove unused use statementsMorris Jobke2017-04-222-2/+0
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-2/+21
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-0/+15
* Fix apps/Joas Schilling2016-07-215-10/+21
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-155-40/+130
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+5
* Update license headersLukas Reschke2016-05-265-5/+10
* Update DAV unit tests to PSR-4Joas Schilling2016-05-255-0/+1581