Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 2 | -21/+31 |
|\ | |||||
| * | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 2 | -21/+31 |
* | | adjust jsunit tests | Arthur Schiwon | 2017-11-01 | 1 | -7/+8 |
* | | fix comment sorter | Arthur Schiwon | 2017-10-30 | 1 | -5/+18 |
* | | configurable amount of autocomplete results in comments | Arthur Schiwon | 2017-10-27 | 1 | -0/+73 |
* | | ensure that sorting is stable | Arthur Schiwon | 2017-10-22 | 1 | -1/+1 |
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 1 | -0/+147 |
|/ | |||||
* | Fix mentioned user not clickable after posting or editing a comment | Daniel Calviño Sánchez | 2017-05-08 | 1 | -0/+4 |
* | Add missing unit tests for comments with mentions | Daniel Calviño Sánchez | 2017-05-08 | 1 | -3/+117 |
* | fix CommentsTabsView js test | Georg Ehrke | 2017-04-26 | 1 | -1/+1 |
* | Get the user folder of the correct user | Joas Schilling | 2017-03-09 | 2 | -45/+61 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -14/+3 |
* | Cleanup comment tests | Joas Schilling | 2017-01-09 | 1 | -5/+3 |
* | Adjust tests | Joas Schilling | 2016-11-23 | 1 | -18/+56 |
* | Update test | Joas Schilling | 2016-11-18 | 1 | -1/+3 |
* | fix JS test and introduce tests for rendering mentions to displaynames | Arthur Schiwon | 2016-10-25 | 1 | -8/+62 |
* | move mention extraction to (I)Comment and report mentions via DAV | Arthur Schiwon | 2016-10-19 | 1 | -129/+13 |
* | Merge pull request #1449 from nextcloud/comments-user-mention | Morris Jobke | 2016-10-17 | 5 | -0/+1176 |
|\ | |||||
| * | apply some polish | Arthur Schiwon | 2016-10-14 | 2 | -48/+13 |
| * | emit pre-update event for comments | Arthur Schiwon | 2016-10-12 | 2 | -34/+5 |
| * | adjust wording of the notification | Arthur Schiwon | 2016-10-08 | 1 | -5/+4 |
| * | remove notifications of deleted comments from the DB | Arthur Schiwon | 2016-10-08 | 1 | -6/+16 |
| * | use different files route/controller | Arthur Schiwon | 2016-10-07 | 1 | -7/+0 |
| * | Notificacations for simple @-mentioning in comments | Arthur Schiwon | 2016-10-07 | 5 | -0/+1238 |
* | | Fix js test | Roeland Jago Douma | 2016-10-04 | 1 | -1/+1 |
|/ | |||||
* | Fix js unit test | Roeland Jago Douma | 2016-08-17 | 1 | -2/+2 |
* | Limit comment size to 1000 in UI | Vincent Petry | 2016-02-05 | 1 | -0/+78 |
* | Special label for deleted users in comments list | Vincent Petry | 2016-02-04 | 1 | -1/+9 |
* | Added unit tests for edit/delete comments | Vincent Petry | 2016-02-03 | 1 | -0/+134 |
* | Reset comments read marker after loading comments | Vincent Petry | 2016-02-03 | 2 | -4/+82 |
* | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 1 | -0/+102 |
* | Added JS unit tests for comments | Vincent Petry | 2016-02-02 | 2 | -0/+302 |