summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-126-54/+54
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-9/+7
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-5/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* 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-20/+20
|/
* Update license headersChristoph Wurst2019-12-058-8/+19
* Mode to modern phpunitRoeland Jago Douma2019-11-273-17/+17
* Make phpunit8 compatibleRoeland Jago Douma2019-11-278-9/+9
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Update unit testsJoas Schilling2019-07-163-1/+16
* Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-131-3/+20
* Populate the mention-notification with the actual messageJoas Schilling2018-11-081-8/+71
* Redirect guests to login if they follow the link of a comment mention-notific...Joas Schilling2018-10-021-40/+92
* test creating comments with numeric user idsArthur Schiwon2018-02-141-0/+187
* Fix unit testsMorris Jobke2017-11-271-2/+2
* Update license headersMorris Jobke2017-11-064-3/+11
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-012-21/+31
|\
| * Use ::class in test mocksMorris Jobke2017-10-242-21/+31
* | fix comment sorterArthur Schiwon2017-10-301-5/+18
* | configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-0/+73
* | ensure that sorting is stableArthur Schiwon2017-10-221-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+147
|/
* Get the user folder of the correct userJoas Schilling2017-03-092-45/+61
* Cleanup comment testsJoas Schilling2017-01-091-5/+3
* Adjust testsJoas Schilling2016-11-231-18/+56
* Update testJoas Schilling2016-11-181-1/+3
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-129/+13
* apply some polishArthur Schiwon2016-10-142-48/+13
* emit pre-update event for commentsArthur Schiwon2016-10-122-34/+5
* adjust wording of the notificationArthur Schiwon2016-10-081-5/+4
* remove notifications of deleted comments from the DBArthur Schiwon2016-10-081-6/+16
* use different files route/controllerArthur Schiwon2016-10-071-7/+0
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-075-0/+1238