summaryrefslogtreecommitdiffstats
path: root/lib/private/Comments
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Disable reactions if database don't support utf8mb4Vitor Mattos2022-01-211-1/+20
* | Rename vars and move logic to methodVitor Mattos2022-01-211-7/+8
* | Prevent violate constraintVitor Mattos2022-01-211-9/+28
* | Rename varsVitor Mattos2022-01-211-14/+14
* | Add comments reactionsVitor Mattos2022-01-212-0/+199
|/
* Allow to count comments with multiple verbsJoas Schilling2021-11-261-4/+28
* Prepare for group mentionsJoas Schilling2021-10-081-9/+11
* Fix SQL type errorMátyás Jani2021-08-171-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-4/+2
* Merge pull request #27053 from nextcloud/bugfix/noid/dont-throw-when-comments...Joas Schilling2021-06-021-3/+2
|\
| * Don't throw when comments is disabledJoas Schilling2021-05-211-3/+2
* | Fix populating the array and closing the cursorsJoas Schilling2021-06-011-3/+3
* | Fix Oracle query limit compliance in CommentsSimounet2021-05-281-5/+10
|/
* Fix linterJoas Schilling2021-02-061-1/+1
* Make Psalm happyJoas Schilling2021-02-061-1/+3
* Improve mention matchesJoas Schilling2021-02-061-0/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+3
* Add a function to get the unread count for multiple objects in one goJoas Schilling2020-11-041-0/+40
* Fix PHP CSJoas Schilling2020-10-221-2/+0
* Fix manager creation and testingJoas Schilling2020-10-221-6/+1
* Fix return typeJoas Schilling2020-10-211-1/+2
* Less magicJoas Schilling2020-10-211-4/+12
* Get the last comment date for a list of actors (to allow sorting mention sugg...Joas Schilling2020-10-211-0/+44
* Allow to search on multiple objects with one queryJoas Schilling2020-10-211-2/+21
* Add methods to get the number of comments and last comment since a dateJoas Schilling2020-10-211-0/+55
* Include an option to also include the lastKnownCommentId objectJoas Schilling2020-10-211-3/+7
* Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-202-6/+24
* Use PSR logger interface in comments managerJoas Schilling2020-10-072-14/+17
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-16/+16
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-17/+15
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Optionally write the reference id into the databaseJoas Schilling2020-03-311-22/+61
* Allow to set and get the reference idJoas Schilling2020-03-312-0/+32
* for the DB ot pick an index specify the object_typeArthur Schiwon2020-02-031-4/+6
* Update license headersChristoph Wurst2019-12-053-3/+5
* Some php-cs fixesRoeland Jago Douma2019-11-223-1/+3
* Fix user with id 0 to be able to commentJoas Schilling2019-09-252-5/+5