aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-157-19/+19
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-4/+4
* chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-261-3/+3
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-5/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-277-152/+20
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* comments: Stop using a service alias for controllerjld31032023-06-192-7/+4
* Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-191-18/+8
* Use user displayname cache for comment mentionsJoas Schilling2022-08-191-53/+27
* Modernize comments appCarl Schwan2022-03-161-2/+2
* One more test fixValdnet2022-01-051-2/+2
* Fix testValdnet2022-01-051-1/+1
* Fix testValdnet2022-01-051-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-12/+5
* Move comments to initial stateRoeland Jago Douma2021-03-221-73/+0
* 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