aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Comments
Commit message (Expand)AuthorAgeFilesLines
* Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-0/+17
* Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling2022-01-281-0/+12
|\
| * Fix fake managerJoas Schilling2022-01-211-0/+12
* | Refactor and fixes on testsVitor Mattos2022-01-211-124/+135
* | Fix check after change from string to mb_stringVitor Mattos2022-01-211-2/+3
* | Limit the summary and sort it afterwardsJoas Schilling2022-01-211-4/+29
* | Order the reaction summary, improvements on validationsVitor Mattos2022-01-211-0/+84
* | Disable reactions if database don't support utf8mb4Vitor Mattos2022-01-211-4/+1
* | Skip if dont support 4 bytes UTF8Vitor Mattos2022-01-211-0/+13
* | Add unit testsVitor Mattos2022-01-211-4/+261
|/
* Fix unit testsJoas Schilling2022-01-051-0/+4
* Add integration tests for groupJoas Schilling2021-10-121-1/+6
* Fix unit testsJoas Schilling2021-02-061-3/+3
* Add a function to get the unread count for multiple objects in one goJoas Schilling2020-11-041-0/+5
* Fix PHP CSJoas Schilling2020-10-221-1/+0
* Fix manager creation and testingJoas Schilling2020-10-222-3/+30
* Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-201-0/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-16/+16
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-27/+41
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-5/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-272-45/+50
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add a unit test for guests as wellJoas Schilling2019-07-111-4/+18
* Match mentions when the username is wrapped in quotesJoas Schilling2018-11-071-2/+5
* Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+1
* Add pagination supportJoas Schilling2018-07-251-1/+1
* Allow to search by commentsJoas Schilling2018-07-251-0/+4
* Add another testMario Danic2018-06-081-1/+3
* Add a new regex testMario Danic2018-06-081-1/+3
* Fix FakeManagerJoas Schilling2018-04-191-0/+8
* Add proper comment offset supportJoas Schilling2018-04-181-0/+42
* comments should compile mentions also if done by authorArthur Schiwon2018-01-171-2/+7
* fix comment sorterArthur Schiwon2017-10-301-31/+0
* AutoCompletion backendArthur Schiwon2017-10-222-23/+72
* Can not insert auto increment on oracleJoas Schilling2017-08-021-25/+25
* update FakeManagerRobin Appelman2017-03-301-0/+3
* Add test for getting unread comment count by folderRobin Appelman2017-03-301-76/+139
* Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-me...Morris Jobke2016-10-263-6/+133
|\
| * add missing methods to test fake managerArthur Schiwon2016-10-201-0/+4
| * resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+78
| * move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-6/+51
* | Fix DateTime comparissonRoeland Jago Douma2016-10-211-4/+4
|/
* emit pre-update event for commentsArthur Schiwon2016-10-121-2/+2
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-072-5/+41
* Add test for setTopmostParentId and getTopmostParentIdLukas Reschke2016-09-291-0/+4
* Fix getMock ManagerTestRoeland Jago Douma2016-09-131-4/+5
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-204-0/+812