| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 |
* | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen... | Robin Appelman | 2024-03-07 | 1 | -0/+1 |
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 3 | -0/+8 |
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 1 | -0/+19 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
* | fix(comments): Emit CommentsEntityEvent as typed event | Joas Schilling | 2023-07-18 | 1 | -6/+4 |
* | Improve typing in ICommentsManager | Carl Schwan | 2023-06-20 | 1 | -4/+2 |
* | Cleanup comments code | Carl Schwan | 2023-06-20 | 1 | -5/+7 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
* | Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row | blizzz | 2022-07-08 | 1 | -2/+2 |
|\ |
|
| * | Set as optional argument | Vitor Mattos | 2022-06-13 | 1 | -1/+1 |
| * | Remove unecessary row and make compatible with db schema | Vitor Mattos | 2022-06-13 | 1 | -2/+2 |
* | | Allow to expire comments of multiple objects with one call | Joas Schilling | 2022-07-01 | 1 | -2/+2 |
* | | Add comments expire date | Vitor Mattos | 2022-06-15 | 2 | -0/+28 |
|/ |
|
* | Update ICommentsManager with reaction methods | Vitor Mattos | 2022-02-03 | 1 | -0/+53 |
* | Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-... | Joas Schilling | 2022-01-28 | 1 | -0/+24 |
|\ |
|
| * | Fix typo in deprecated | Joas Schilling | 2022-01-21 | 1 | -2/+2 |
| * | Allow to get comments with a given set of verbs | Joas Schilling | 2022-01-21 | 1 | -0/+24 |
* | | Add comments reactions | Vitor Mattos | 2022-01-21 | 1 | -0/+21 |
|/ |
|
* | Allow to count comments with multiple verbs | Joas Schilling | 2021-11-26 | 1 | -0/+11 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -11/+2 |
* | Deprecate all remaining event constants | Christoph Wurst | 2021-02-09 | 2 | -0/+19 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -1/+2 |
* | Add a function to get the unread count for multiple objects in one go | Joas Schilling | 2020-11-04 | 1 | -0/+11 |
* | Fix missing since | Joas Schilling | 2020-10-22 | 1 | -0/+1 |
* | Fix return type | Joas Schilling | 2020-10-21 | 1 | -1/+2 |
* | Add return description | Joas Schilling | 2020-10-21 | 1 | -1/+1 |
* | Get the last comment date for a list of actors (to allow sorting mention sugg... | Joas Schilling | 2020-10-21 | 1 | -0/+17 |
* | Allow to search on multiple objects with one query | Joas Schilling | 2020-10-21 | 1 | -0/+13 |
* | Add methods to get the number of comments and last comment since a date | Joas Schilling | 2020-10-21 | 1 | -0/+20 |
* | Include an option to also include the lastKnownCommentId object | Joas Schilling | 2020-10-21 | 1 | -1/+3 |
* | Add ICommentsManager::load method | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -0/+7 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 6 | -6/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 7 | -0/+7 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 4 | -7/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -7/+6 |
* | Allow to set and get the reference id | Joas Schilling | 2020-03-31 | 1 | -0/+17 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -9/+15 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -1/+6 |
* | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 2 | -2/+2 |
* | Allow apps to store longer messages in the comments API | Joas Schilling | 2019-06-26 | 1 | -2/+3 |
* | Allow to filter the unread count by verb | Joas Schilling | 2018-07-30 | 1 | -1/+2 |
* | Add pagination support | Joas Schilling | 2018-07-25 | 1 | -1/+3 |
* | Allow to search by comments | Joas Schilling | 2018-07-25 | 1 | -0/+12 |
* | Fix docs | Joas Schilling | 2018-04-19 | 1 | -6/+7 |
* | Add proper comment offset support | Joas Schilling | 2018-04-18 | 1 | -0/+17 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -0/+6 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
* | Allow getting the unread comment count for an entire folder at once | Robin Appelman | 2017-03-30 | 1 | -0/+12 |