summaryrefslogtreecommitdiffstats
path: root/lib/private/Comments
Commit message (Expand)AuthorAgeFilesLines
* Use legacy execute methodLouis2021-09-231-1/+1
* Fix populating the array and closing the cursorsJoas Schilling2021-09-231-3/+3
* Fix Oracle query limit compliance in CommentsSimounet2021-09-231-5/+10
* Don't throw when comments is disabledJoas Schilling2021-06-021-3/+2
* Fix linterJoas Schilling2021-02-111-1/+1
* Make Psalm happyJoas Schilling2021-02-111-1/+3
* Improve mention matchesJoas Schilling2021-02-111-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
* PHPStorm code cleanupJoas Schilling2019-07-241-2/+2
* Get the topmost parent for the parent instead of doing endless recursionJoas Schilling2019-07-241-1/+1
* Allow guest mentions of talk to be parsedJoas Schilling2019-07-101-2/+7
* Allow apps to overwrite the maximum length when reading from databaseJoas Schilling2019-07-011-6/+16
* Allow apps to store longer messages in the comments APIJoas Schilling2019-06-261-3/+4
* Rewrite getNumberOfUnreadCommentsForFolder queryRoeland Jago Douma2018-12-201-14/+29
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-6/+3
* Match mentions when the username is wrapped in quotesJoas Schilling2018-11-071-2/+2
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
* Allow to filter the unread count by verbJoas Schilling2018-07-301-2/+7
* Add pagination supportJoas Schilling2018-07-251-2/+8
* Allow to search by commentsJoas Schilling2018-07-251-0/+42
* New regex to match mentionsMario Danic2018-06-081-1/+1
* Remove unsupported modifierMario Danic2018-06-081-1/+1
* Fix mentions regexMario Danic2018-06-081-1/+1
* Only query last comment info, when there is oneJoas Schilling2018-04-231-2/+2
* Fix docsJoas Schilling2018-04-191-8/+10
* Add proper comment offset supportJoas Schilling2018-04-181-0/+115
* Use type casting instead of *val() methodMorris Jobke2018-01-261-10/+10
* comments should compile mentions also if done by authorArthur Schiwon2018-01-171-4/+0