summaryrefslogtreecommitdiffstats
path: root/apps/comments/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ensure that sorting is stableArthur Schiwon2017-10-221-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+147
|/
* Fix mentioned user not clickable after posting or editing a commentDaniel Calviño Sánchez2017-05-081-0/+4
* Add missing unit tests for comments with mentionsDaniel Calviño Sánchez2017-05-081-3/+117
* fix CommentsTabsView js testGeorg Ehrke2017-04-261-1/+1
* Get the user folder of the correct userJoas Schilling2017-03-092-45/+61
* Always enable avatarsMorris Jobke2017-02-131-14/+3
* Cleanup comment testsJoas Schilling2017-01-091-5/+3
* Adjust testsJoas Schilling2016-11-231-18/+56
* Update testJoas Schilling2016-11-181-1/+3
* fix JS test and introduce tests for rendering mentions to displaynamesArthur Schiwon2016-10-251-8/+62
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-129/+13
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-175-0/+1176
|\
| * 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