aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Comments
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-10/+10
|\
| * fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-10/+10
| * feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-10/+10
* | fix(comments): Document supported types and provide psalm typingJoas Schilling2024-10-171-19/+21
* | feat(comments): Support mentioning emailsJoas Schilling2024-10-171-1/+5
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-6/+6
* fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-171-1/+1
* fix(Comment): Initialize childrenCount as integerfix/comment/children-count-integerprovokateurin2024-09-151-1/+1
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-16/+16
* chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-261-0/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-243-69/+12
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-3/+3
* refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-071-60/+26
* feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-1/+11
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-142-37/+40
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+8
* fix(comments): Use provided offset in best effort when loading commentsJoas Schilling2023-09-181-0/+16
* Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
* Cleanup comments codeCarl Schwan2023-06-202-159/+76
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* Update expire_date column of table commentsVitor Mattos2023-04-261-1/+2
* Split the comments ids by chunksVitor Mattos2023-03-011-8/+16
* composer run cs:fixCôme Chilliet2023-01-203-4/+2
* Fix forwarding the object id when searching commentsJoas Schilling2022-11-161-1/+1
* Delete comments that expired nowVitor Mattos2022-07-251-1/+1
* Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz2022-07-082-7/+2
|\
| * Set as optional argumentVitor Mattos2022-06-131-1/+1
| * Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-132-6/+1
* | Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-5/+9
* | Add comments expire dateVitor Mattos2022-06-152-0/+37
|/
* Create query parameters on correct objects to make debugging easierJoas Schilling2022-05-231-4/+3
* Fix JSON error when comment has no reactionsJoas Schilling2022-05-091-11/+17
* Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling2022-04-292-105/+5
|\
| * Increase check if support reactionsVitor Mattos2022-04-281-1/+1
| * Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-282-104/+4
* | Make the order of reactions reliableJoas Schilling2022-04-281-0/+1
|/
* Allow reactions also with other combined emojisJoas Schilling2022-03-242-2/+109
* Simplify comment search in special casesJoas Schilling2022-03-181-3/+6
* Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-34/+37
* Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling2022-01-281-14/+41
|\
| * Allow to get comments with a given set of verbsJoas Schilling2022-01-211-14/+41
* | Fix check after change from string to mb_stringVitor Mattos2022-01-211-2/+2
* | Fix CSJoas Schilling2022-01-211-1/+1
* | Throw if trying to save reaction without supportJoas Schilling2022-01-211-0/+4
* | Only check mb_strlen()Joas Schilling2022-01-211-1/+1
* | Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-211-1/+1
* | Limit the summary and sort it afterwardsJoas Schilling2022-01-211-6/+15
* | Fix groupConcat and ordering on OracleVitor Mattos2022-01-211-4/+5
* | Order the reaction summary, improvements on validationsVitor Mattos2022-01-211-13/+38