aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Comments
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-3/+4
|\
| * fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-3/+3
| * feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-3/+4
* | fix(comments): Add test for email mentionfeat/noid/support-email-mentionsJoas Schilling2024-10-181-0/+6
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-152-50/+50
* feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
* chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-261-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-134-4/+20
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-151-1/+1
* refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-071-21/+25
* feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-29/+38
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-142-1/+13
* 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