| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(comments): Document supported types and provide psalm typing | Joas Schilling | 2024-10-18 | 1 | -19/+21 |
* | feat(comments): Support mentioning emails | Joas Schilling | 2024-10-18 | 1 | -1/+5 |
* | fix(Comment): Initialize childrenCount as integerbackport/48017/stable30 | provokateurin | 2024-09-15 | 1 | -1/+1 |
* | chore: Move comments event handler to use proper event dispatcher | Julius Härtl | 2024-06-26 | 1 | -0/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 3 | -69/+12 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -3/+3 |
* | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen... | Robin Appelman | 2024-03-07 | 1 | -60/+26 |
* | feat(comments): Allow mentions of federated users, groups and teams in the fu... | Joas Schilling | 2024-02-27 | 1 | -1/+11 |
* | feat(comments): Add a meta data column for comments | Joas Schilling | 2023-12-14 | 2 | -37/+40 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -8/+8 |
* | fix(comments): Use provided offset in best effort when loading comments | Joas Schilling | 2023-09-18 | 1 | -0/+16 |
* | Throw if creation date is read before inserting into database | Côme Chilliet | 2023-06-20 | 2 | -2/+8 |
* | Cleanup comments code | Carl Schwan | 2023-06-20 | 2 | -159/+76 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -2/+2 |
* | Update expire_date column of table comments | Vitor Mattos | 2023-04-26 | 1 | -1/+2 |
* | Split the comments ids by chunks | Vitor Mattos | 2023-03-01 | 1 | -8/+16 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -4/+2 |
* | Fix forwarding the object id when searching comments | Joas Schilling | 2022-11-16 | 1 | -1/+1 |
* | Delete comments that expired now | Vitor Mattos | 2022-07-25 | 1 | -1/+1 |
* | Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row | blizzz | 2022-07-08 | 2 | -7/+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 | 2 | -6/+1 |
* | | Allow to expire comments of multiple objects with one call | Joas Schilling | 2022-07-01 | 1 | -5/+9 |
* | | Add comments expire date | Vitor Mattos | 2022-06-15 | 2 | -0/+37 |
|/ |
|
* | Create query parameters on correct objects to make debugging easier | Joas Schilling | 2022-05-23 | 1 | -4/+3 |
* | Fix JSON error when comment has no reactions | Joas Schilling | 2022-05-09 | 1 | -11/+17 |
* | Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface | Joas Schilling | 2022-04-29 | 2 | -105/+5 |
|\ |
|
| * | Increase check if support reactions | Vitor Mattos | 2022-04-28 | 1 | -1/+1 |
| * | Extract the EmojiService from user status and add an OCP interface | Joas Schilling | 2022-04-28 | 2 | -104/+4 |
* | | Make the order of reactions reliable | Joas Schilling | 2022-04-28 | 1 | -0/+1 |
|/ |
|
* | Allow reactions also with other combined emojis | Joas Schilling | 2022-03-24 | 2 | -2/+109 |
* | Simplify comment search in special cases | Joas Schilling | 2022-03-18 | 1 | -3/+6 |
* | Update ICommentsManager with reaction methods | Vitor Mattos | 2022-02-03 | 1 | -34/+37 |
* | Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-... | Joas Schilling | 2022-01-28 | 1 | -14/+41 |
|\ |
|
| * | Allow to get comments with a given set of verbs | Joas Schilling | 2022-01-21 | 1 | -14/+41 |
* | | Fix check after change from string to mb_string | Vitor Mattos | 2022-01-21 | 1 | -2/+2 |
* | | Fix CS | Joas Schilling | 2022-01-21 | 1 | -1/+1 |
* | | Throw if trying to save reaction without support | Joas Schilling | 2022-01-21 | 1 | -0/+4 |
* | | Only check mb_strlen() | Joas Schilling | 2022-01-21 | 1 | -1/+1 |
* | | Remove order from groupConcat as it is not working everywhere | Joas Schilling | 2022-01-21 | 1 | -1/+1 |
* | | Limit the summary and sort it afterwards | Joas Schilling | 2022-01-21 | 1 | -6/+15 |
* | | Fix groupConcat and ordering on Oracle | Vitor Mattos | 2022-01-21 | 1 | -4/+5 |
* | | Order the reaction summary, improvements on validations | Vitor Mattos | 2022-01-21 | 1 | -13/+38 |
* | | Disable reactions if database don't support utf8mb4 | Vitor Mattos | 2022-01-21 | 1 | -1/+20 |
* | | Rename vars and move logic to method | Vitor Mattos | 2022-01-21 | 1 | -7/+8 |
* | | Prevent violate constraint | Vitor Mattos | 2022-01-21 | 1 | -9/+28 |
* | | Rename vars | Vitor Mattos | 2022-01-21 | 1 | -14/+14 |
* | | Add comments reactions | Vitor Mattos | 2022-01-21 | 2 | -0/+199 |
|/ |
|
* | Allow to count comments with multiple verbs | Joas Schilling | 2021-11-26 | 1 | -4/+28 |
* | Prepare for group mentions | Joas Schilling | 2021-10-08 | 1 | -9/+11 |