| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 1 | -3/+4 |
|\ |
|
| * | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -3/+3 |
| * | feat(AppFramework): Add full support for date / time / datetime columns | Ferdinand Thiessen | 2024-10-17 | 1 | -3/+4 |
* | | fix(comments): Add test for email mentionfeat/noid/support-email-mentions | Joas Schilling | 2024-10-18 | 1 | -0/+6 |
|/ |
|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -3/+3 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 2 | -50/+50 |
* | feat(db): switch from settype to castsfeat/switch-from-settype-to-casts | Anna Larch | 2024-09-15 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -7/+7 |
* | chore: Move comments event handler to use proper event dispatcher | Julius Härtl | 2024-06-26 | 1 | -0/+4 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 4 | -4/+20 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 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 |