| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 1 | -2/+2 |
* | Refactor `OC\Server::getCommentsManager` | Andrew Summers | 2024-03-15 | 1 | -1/+1 |
* | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen... | Robin Appelman | 2024-03-07 | 1 | -21/+25 |
* | feat(comments): Allow mentions of federated users, groups and teams in the fu... | Joas Schilling | 2024-02-27 | 1 | -29/+38 |
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 2 | -1/+13 |
* | Cover expire_date with unit tests | Vitor Mattos | 2023-04-26 | 1 | -2/+28 |
* | Split the comments ids by chunks | Vitor Mattos | 2023-03-01 | 1 | -0/+1207 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Delete comments that expired now | Vitor Mattos | 2022-07-25 | 1 | -1/+4 |
* | Adjust fake manager | Joas Schilling | 2022-07-01 | 1 | -1/+1 |
* | Allow to expire comments of multiple objects with one call | Joas Schilling | 2022-07-01 | 1 | -3/+40 |
* | Follow the most common pattern used in project | Vitor Mattos | 2022-06-20 | 1 | -2/+2 |
* | Add comments expire date | Vitor Mattos | 2022-06-15 | 2 | -1/+52 |
* | Extract the EmojiService from user status and add an OCP interface | Joas Schilling | 2022-04-28 | 1 | -1/+1 |
* | Allow reactions also with other combined emojis | Joas Schilling | 2022-03-24 | 1 | -7/+7 |
* | Update ICommentsManager with reaction methods | Vitor Mattos | 2022-02-03 | 1 | -0/+17 |
* | Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-... | Joas Schilling | 2022-01-28 | 1 | -0/+12 |
|\ |
|
| * | Fix fake manager | Joas Schilling | 2022-01-21 | 1 | -0/+12 |
* | | Refactor and fixes on tests | Vitor Mattos | 2022-01-21 | 1 | -124/+135 |
* | | Fix check after change from string to mb_string | Vitor Mattos | 2022-01-21 | 1 | -2/+3 |
* | | Limit the summary and sort it afterwards | Joas Schilling | 2022-01-21 | 1 | -4/+29 |
* | | Order the reaction summary, improvements on validations | Vitor Mattos | 2022-01-21 | 1 | -0/+84 |
* | | Disable reactions if database don't support utf8mb4 | Vitor Mattos | 2022-01-21 | 1 | -4/+1 |
* | | Skip if dont support 4 bytes UTF8 | Vitor Mattos | 2022-01-21 | 1 | -0/+13 |
* | | Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -4/+261 |
|/ |
|
* | Fix unit tests | Joas Schilling | 2022-01-05 | 1 | -0/+4 |
* | Add integration tests for group | Joas Schilling | 2021-10-12 | 1 | -1/+6 |
* | Fix unit tests | Joas Schilling | 2021-02-06 | 1 | -3/+3 |
* | Add a function to get the unread count for multiple objects in one go | Joas Schilling | 2020-11-04 | 1 | -0/+5 |
* | Fix PHP CS | Joas Schilling | 2020-10-22 | 1 | -1/+0 |
* | Fix manager creation and testing | Joas Schilling | 2020-10-22 | 2 | -3/+30 |
* | Add ICommentsManager::load method | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -0/+3 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -16/+16 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -27/+41 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -5/+5 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -45/+50 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Add a unit test for guests as well | Joas Schilling | 2019-07-11 | 1 | -4/+18 |
* | Match mentions when the username is wrapped in quotes | Joas Schilling | 2018-11-07 | 1 | -2/+5 |
* | Allow to filter the unread count by verb | Joas Schilling | 2018-07-30 | 1 | -1/+1 |
* | Add pagination support | Joas Schilling | 2018-07-25 | 1 | -1/+1 |
* | Allow to search by comments | Joas Schilling | 2018-07-25 | 1 | -0/+4 |
* | Add another test | Mario Danic | 2018-06-08 | 1 | -1/+3 |
* | Add a new regex test | Mario Danic | 2018-06-08 | 1 | -1/+3 |
* | Fix FakeManager | Joas Schilling | 2018-04-19 | 1 | -0/+8 |
* | Add proper comment offset support | Joas Schilling | 2018-04-18 | 1 | -0/+42 |
* | comments should compile mentions also if done by author | Arthur Schiwon | 2018-01-17 | 1 | -2/+7 |