summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit/JSSettingsHelperTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move comments to initial stateRoeland Jago Douma2021-03-221-73/+0
| | | | | | | | | * Do not extend the jssettings * Just use the proper intial state * Use it in the js code as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-9/+7
| | | | 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>
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-0/+73
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>