summaryrefslogtreecommitdiffstats
path: root/tests/lib/Comments
Commit message (Expand)AuthorAgeFilesLines
* Cover expire_date with unit testsVitor Mattos2023-04-261-2/+28
* Split the comments ids by chunksVitor Mattos2023-03-011-0/+1207
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Delete comments that expired nowVitor Mattos2022-07-251-1/+4
* Adjust fake managerJoas Schilling2022-07-011-1/+1
* Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-3/+40
* Follow the most common pattern used in projectVitor Mattos2022-06-201-2/+2
* Add comments expire dateVitor Mattos2022-06-152-1/+52
* Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-281-1/+1
* Allow reactions also with other combined emojisJoas Schilling2022-03-241-7/+7
* 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