summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-191-18/+8
* Fix jsunit testsJulius Härtl2022-09-011-2/+2
* Use user displayname cache for comment mentionsJoas Schilling2022-08-191-53/+27
* Replace files app ids to classesVincent Petry2022-07-261-2/+2
* Modernize comments appCarl Schwan2022-03-161-2/+2
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
* One more test fixValdnet2022-01-051-2/+2
* Fix testValdnet2022-01-051-1/+1
* Fix testValdnet2022-01-051-1/+1
* fix jsunit tests for commentsJulien Veyssier2021-07-271-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-12/+5
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-4/+17
* Move comments to initial stateRoeland Jago Douma2021-03-221-73/+0
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-3/+5
* Cleanup old comments tabJohn Molakvoæ (skjnldsv)2020-10-202-836/+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
* Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
* 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
* Show avatar using "span" instead of "div"Daniel Calviño Sánchez2018-09-051-1/+1
* Fixing failing test cases due to change in functionality.Abijeet2018-03-271-22/+20
* test creating comments with numeric user idsArthur Schiwon2018-02-141-0/+187
* Show max warning comment lenth againRoeland Jago Douma2018-01-021-2/+2
* Merge pull request #7252 from nextcloud/send-comment-on-enterMorris Jobke2017-12-081-10/+86
|\
| * Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez2017-12-071-0/+45
| * Add unit tests for posting comments with enter keyDaniel Calviño Sánchez2017-11-301-0/+28
| * Set text only in the message div of the new comment formDaniel Calviño Sánchez2017-11-301-10/+13
* | 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
* | adjust jsunit testsArthur Schiwon2017-11-011-7/+8
* | fix comment sorterArthur Schiwon2017-10-301-5/+18
* | configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-0/+73