Commit Graph

106 Commits (master)

Author SHA1 Message Date
Carl Schwan 3c9b937e28
refactor(comment): Port away from deprecated event comment constant 3 weeks ago
Carl Schwan 996be0f441 fix(comments): Don's catch invalid DriverException 4 months ago
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 4 months ago
Carl Schwan 94e2af0302 perf(comments): Also cache the comments count 4 months ago
Carl Schwan fa5548a1f3 perf(comments): Add a way to get comments for multiple objects at the same time 4 months ago
Joas Schilling 6600c1ad86
feat(comments): Allow to filter by topmost parent id 6 months ago
Ferdinand Thiessen db94e10af0
fix: Prevent breaking change in IQueryBuilder 1 year ago
Ferdinand Thiessen ee02e3246d
feat(AppFramework): Add full support for date / time / datetime columns 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Julius Härtl 9713dd3fa9
chore: Move comments event handler to use proper event dispatcher 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Robin Appelman eb5832b8fa refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 2 years ago
Joas Schilling 6056928dc6
feat(comments): Add a meta data column for comments 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling 4d2217073a
fix(comments): Use provided offset in best effort when loading comments 2 years ago
Côme Chilliet d1d2542c79
Throw if creation date is read before inserting into database 3 years ago
Carl Schwan 8f94fd0102
Cleanup comments code 3 years ago
Côme Chilliet 7aa97dcc23
Throw if creation date is read before inserting into database 3 years ago
Carl Schwan 9725d00329
Cleanup comments code 3 years ago
Vitor Mattos 7ab50ab010 Update expire_date column of table comments 3 years ago
Vitor Mattos e9295f739e Split the comments ids by chunks 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Joas Schilling 3f4fed3550
Fix forwarding the object id when searching comments 3 years ago
Vitor Mattos 7a0648757a
Delete comments that expired now 3 years ago
Joas Schilling 198224bf7a
Allow to expire comments of multiple objects with one call 4 years ago
Vitor Mattos c59b0c2ff7
Add comments expire date 4 years ago
Vitor Mattos 45cdb36d5c
Remove unecessary row and make compatible with db schema 4 years ago
Joas Schilling 5b82ad0b30
Create query parameters on correct objects to make debugging easier 4 years ago
Joas Schilling 4e0595fb0f
Fix JSON error when comment has no reactions 4 years ago
Joas Schilling 7c85f8dea4
Make the order of reactions reliable 4 years ago
Vitor Mattos a75a22f3ac
Increase check if support reactions 4 years ago
Joas Schilling 902476fa20
Extract the EmojiService from user status and add an OCP interface 4 years ago
Joas Schilling 367be7c55f
Allow reactions also with other combined emojis 4 years ago
Joas Schilling d05dca0c1c
Simplify comment search in special cases 4 years ago
Vitor Mattos 8ec7c5c8ae
Update ICommentsManager with reaction methods 4 years ago
Joas Schilling 1ceba64863
Allow to get comments with a given set of verbs 4 years ago
Vitor Mattos b9f74584a1
Fix check after change from string to mb_string 4 years ago
Joas Schilling c9f2f00777
Fix CS 4 years ago
Joas Schilling ecb98f772e
Throw if trying to save reaction without support 4 years ago
Joas Schilling e0b89cd576
Only check mb_strlen() 4 years ago
Joas Schilling d850dc0220
Remove order from groupConcat as it is not working everywhere 4 years ago
Joas Schilling 189f9f96ce
Limit the summary and sort it afterwards 4 years ago
Vitor Mattos f071b4dfbb
Fix groupConcat and ordering on Oracle 4 years ago
Vitor Mattos f7cd995612
Order the reaction summary, improvements on validations 4 years ago
Vitor Mattos 1ce894a50c
Disable reactions if database don't support utf8mb4 4 years ago
Vitor Mattos 898e87fe1a
Rename vars and move logic to method 4 years ago
Vitor Mattos a7c0868a4c
Prevent violate constraint 4 years ago