summaryrefslogtreecommitdiffstats
path: root/lib/private/Comments
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headersMorris Jobke2017-11-063-1/+4
* Can not insert auto increment on oracleJoas Schilling2017-08-021-1/+1
* Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-021-6/+13
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* a parameter too muchArthur Schiwon2017-06-141-2/+1
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* use castColumnRobin Appelman2017-03-301-4/+1
* Add test for getting unread comment count by folderRobin Appelman2017-03-301-5/+6
* Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-88/+126
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-152-3/+3
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-0/+47
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-0/+37
* emit pre-update event for commentsArthur Schiwon2016-10-121-0/+6
* Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-21/+58
* Fix phpdoc in CommentsRoeland Jago Douma2016-08-161-3/+3
* Fix othersJoas Schilling2016-07-213-6/+9
* Update license headersLukas Reschke2016-05-263-3/+4
* Move \OC\Comments to PSR-4Roeland Jago Douma2016-04-153-0/+1197