summaryrefslogtreecommitdiffstats
path: root/lib/public/Comments/ICommentsManager.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-2/+2
* Add comments expire dateVitor Mattos2022-06-151-0/+11
* Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-0/+53
* Fix typo in deprecatedJoas Schilling2022-01-211-2/+2
* Allow to get comments with a given set of verbsJoas Schilling2022-01-211-0/+24
* Allow to count comments with multiple verbsJoas Schilling2021-11-261-0/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* 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
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* 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-061-0/+3
* 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
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-3/+3
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+28
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-0/+9
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OCP\Comments to PSR-4 (#24565)Roeland Douma2016-05-121-0/+239