aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Comments
Commit message (Expand)AuthorAgeFilesLines
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-2/+2
* refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-071-0/+1
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-143-0/+8
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-0/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-6/+4
* Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
* Cleanup comments codeCarl Schwan2023-06-201-5/+7
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
* Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz2022-07-081-2/+2
|\
| * Set as optional argumentVitor Mattos2022-06-131-1/+1
| * Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-131-2/+2
* | Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-2/+2
* | Add comments expire dateVitor Mattos2022-06-152-0/+28
|/
* Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-0/+53
* Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling2022-01-281-0/+24
|\
| * Fix typo in deprecatedJoas Schilling2022-01-211-2/+2
| * Allow to get comments with a given set of verbsJoas Schilling2022-01-211-0/+24
* | Add comments reactionsVitor Mattos2022-01-211-0/+21
|/
* Allow to count comments with multiple verbsJoas Schilling2021-11-261-0/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-11/+2
* Deprecate all remaining event constantsChristoph Wurst2021-02-092-0/+19
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+2
* Add a function to get the unread count for multiple objects in one goJoas Schilling2020-11-041-0/+11
* Fix missing sinceJoas Schilling2020-10-221-0/+1
* Fix return typeJoas Schilling2020-10-211-1/+2
* Add return descriptionJoas Schilling2020-10-211-1/+1
* Get the last comment date for a list of actors (to allow sorting mention sugg...Joas Schilling2020-10-211-0/+17
* Allow to search on multiple objects with one queryJoas Schilling2020-10-211-0/+13
* Add methods to get the number of comments and last comment since a dateJoas Schilling2020-10-211-0/+20
* Include an option to also include the lastKnownCommentId objectJoas Schilling2020-10-211-1/+3
* Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-201-0/+7
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Remove @package annotations from public namespaceJulius Härtl2020-08-266-6/+0
* Update license headers for 19Christoph Wurst2020-04-297-0/+7
* Add visibility to all constantsChristoph Wurst2020-04-104-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-7/+6
* Allow to set and get the reference idJoas Schilling2020-03-311-0/+17
* Update license headersChristoph Wurst2019-12-059-9/+15
* Some php-cs fixesRoeland Jago Douma2019-11-226-1/+6
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-172-2/+2
* Allow apps to store longer messages in the comments APIJoas Schilling2019-06-261-2/+3
* Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+2
* Add pagination supportJoas Schilling2018-07-251-1/+3
* Allow to search by commentsJoas Schilling2018-07-251-0/+12
* Fix docsJoas Schilling2018-04-191-6/+7
* Add proper comment offset supportJoas Schilling2018-04-181-0/+17
* Update license headersMorris Jobke2017-11-064-0/+6
* Replace wrong PHPDocsLukas Reschke2017-08-011-2/+2
* Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-0/+12