Joas Schilling
|
4d2217073a
fix(comments): Use provided offset in best effort when loading comments
|
1 year ago |
Côme Chilliet
|
7aa97dcc23
Throw if creation date is read before inserting into database
|
1 year ago |
Carl Schwan
|
9725d00329
Cleanup comments code
|
2 years ago |
Vitor Mattos
|
7ab50ab010
Update expire_date column of table comments
|
2 years ago |
Vitor Mattos
|
e9295f739e
Split the comments ids by chunks
|
1 year ago |
Côme Chilliet
|
f5c361cf44
composer run cs:fix
|
1 year ago |
Joas Schilling
|
3f4fed3550
Fix forwarding the object id when searching comments
|
2 years ago |
Vitor Mattos
|
7a0648757a
Delete comments that expired now
|
2 years ago |
blizzz
|
c98e44507d
Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row
|
2 years ago |
Joas Schilling
|
198224bf7a
Allow to expire comments of multiple objects with one call
|
2 years ago |
Vitor Mattos
|
c59b0c2ff7
Add comments expire date
|
2 years ago |
Vitor Mattos
|
45cdb36d5c
Remove unecessary row and make compatible with db schema
|
2 years ago |
Joas Schilling
|
5b82ad0b30
Create query parameters on correct objects to make debugging easier
|
2 years ago |
Joas Schilling
|
4e0595fb0f
Fix JSON error when comment has no reactions
|
2 years ago |
Joas Schilling
|
0d87335751
Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface
|
2 years ago |
Joas Schilling
|
7c85f8dea4
Make the order of reactions reliable
|
2 years ago |
Vitor Mattos
|
a75a22f3ac
Increase check if support reactions
|
2 years ago |
Joas Schilling
|
902476fa20
Extract the EmojiService from user status and add an OCP interface
|
2 years ago |
Joas Schilling
|
367be7c55f
Allow reactions also with other combined emojis
|
2 years ago |
Joas Schilling
|
d05dca0c1c
Simplify comment search in special cases
|
2 years ago |
Vitor Mattos
|
8ec7c5c8ae
Update ICommentsManager with reaction methods
|
2 years ago |
Joas Schilling
|
e8c66d0f89
Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-with-verb
|
2 years ago |
Joas Schilling
|
1ceba64863
Allow to get comments with a given set of verbs
|
2 years ago |
Vitor Mattos
|
b9f74584a1
Fix check after change from string to mb_string
|
2 years ago |
Joas Schilling
|
c9f2f00777
Fix CS
|
2 years ago |
Joas Schilling
|
ecb98f772e
Throw if trying to save reaction without support
|
2 years ago |
Joas Schilling
|
e0b89cd576
Only check mb_strlen()
|
2 years ago |
Joas Schilling
|
d850dc0220
Remove order from groupConcat as it is not working everywhere
|
2 years ago |
Joas Schilling
|
189f9f96ce
Limit the summary and sort it afterwards
|
2 years ago |
Vitor Mattos
|
f071b4dfbb
Fix groupConcat and ordering on Oracle
|
2 years ago |