| Commit message (Expand) | Author | Age | Files | Lines |
* | for the DB ot pick an index specify the object_type | Arthur Schiwon | 2020-02-03 | 1 | -4/+6 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -1/+3 |
* | Fix user with id 0 to be able to comment | Joas Schilling | 2019-09-25 | 2 | -5/+5 |
* | PHPStorm code cleanup | Joas Schilling | 2019-07-24 | 1 | -2/+2 |
* | Get the topmost parent for the parent instead of doing endless recursion | Joas Schilling | 2019-07-24 | 1 | -1/+1 |
* | Allow guest mentions of talk to be parsed | Joas Schilling | 2019-07-10 | 1 | -2/+7 |
* | Allow apps to overwrite the maximum length when reading from database | Joas Schilling | 2019-07-01 | 1 | -6/+16 |
* | Allow apps to store longer messages in the comments API | Joas Schilling | 2019-06-26 | 1 | -3/+4 |
* | Rewrite getNumberOfUnreadCommentsForFolder query | Roeland Jago Douma | 2018-12-20 | 1 | -14/+29 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -6/+3 |
* | Match mentions when the username is wrapped in quotes | Joas Schilling | 2018-11-07 | 1 | -2/+2 |
* | Properly escape column name in "createFunction" call | Morris Jobke | 2018-10-16 | 1 | -1/+1 |
* | Allow to filter the unread count by verb | Joas Schilling | 2018-07-30 | 1 | -2/+7 |
* | Add pagination support | Joas Schilling | 2018-07-25 | 1 | -2/+8 |
* | Allow to search by comments | Joas Schilling | 2018-07-25 | 1 | -0/+42 |
* | New regex to match mentions | Mario Danic | 2018-06-08 | 1 | -1/+1 |
* | Remove unsupported modifier | Mario Danic | 2018-06-08 | 1 | -1/+1 |
* | Fix mentions regex | Mario Danic | 2018-06-08 | 1 | -1/+1 |
* | Only query last comment info, when there is one | Joas Schilling | 2018-04-23 | 1 | -2/+2 |
* | Fix docs | Joas Schilling | 2018-04-19 | 1 | -8/+10 |
* | Add proper comment offset support | Joas Schilling | 2018-04-18 | 1 | -0/+115 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -10/+10 |
* | comments should compile mentions also if done by author | Arthur Schiwon | 2018-01-17 | 1 | -4/+0 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -1/+4 |
* | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 1 | -6/+13 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |
* | a parameter too much | Arthur Schiwon | 2017-06-14 | 1 | -2/+1 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | use castColumn | Robin Appelman | 2017-03-30 | 1 | -4/+1 |
* | Add test for getting unread comment count by folder | Robin Appelman | 2017-03-30 | 1 | -5/+6 |
* | Allow getting the unread comment count for an entire folder at once | Robin Appelman | 2017-03-30 | 1 | -88/+126 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 2 | -3/+3 |
* | resolve displayname via manager and registerable resolvers | Arthur Schiwon | 2016-10-19 | 1 | -0/+47 |
* | move mention extraction to (I)Comment and report mentions via DAV | Arthur Schiwon | 2016-10-19 | 1 | -0/+37 |
* | emit pre-update event for comments | Arthur Schiwon | 2016-10-12 | 1 | -0/+6 |
* | Notificacations for simple @-mentioning in comments | Arthur Schiwon | 2016-10-07 | 1 | -21/+58 |
* | Fix phpdoc in Comments | Roeland Jago Douma | 2016-08-16 | 1 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -6/+9 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+4 |
* | Move \OC\Comments to PSR-4 | Roeland Jago Douma | 2016-04-15 | 3 | -0/+1197 |