summaryrefslogtreecommitdiffstats
path: root/apps/comments/js/commentstabview.js
Commit message (Expand)AuthorAgeFilesLines
* Fix mentioned user not clickable after posting or editing a commentDaniel Calviño Sánchez2017-05-081-3/+10
* add contactsmenu popover to commentsGeorg Ehrke2017-04-261-1/+19
* added quit option in commentstabview.jsnoveens2017-03-231-2/+2
* Always enable avatarsMorris Jobke2017-02-131-25/+9
* avoid that all avatars are copied to the author row when editing commentsArthur Schiwon2016-10-211-1/+1
* consolidate error handlingArthur Schiwon2016-10-191-27/+41
* fix avatar displaying after submit (either edit or new)Arthur Schiwon2016-10-191-3/+7
* display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-191-1/+8
* fix regexArthur Schiwon2016-10-191-1/+1
* improve regex, fixes replacements of usernames with same trunkArthur Schiwon2016-10-191-1/+12
* show displayname not uid in commit mentionsArthur Schiwon2016-10-191-15/+51
* Add autosize to comments inputRoeland Jago Douma2016-10-041-2/+6
* Use live timestamp on comments tabJoas Schilling2016-09-011-1/+2
* Prevent parse error on editing an HTML commentJoas Schilling2016-08-291-1/+1
* Fix double ending quotesJoas Schilling2016-08-181-1/+1
* Improve layout of cancel button in the comments sidebarMorris Jobke2016-08-181-1/+1
* fix design details in comments sidebarJan-Christoph Borchardt2016-08-171-12/+12
* Show error message when posting an invalid commentVincent Petry2016-06-241-6/+6
* fixes indentationVincent Chan2016-05-031-1/+1
* adds functionality to submit comments with cmd+EnterVincent Chan2016-05-031-4/+4
* Submit comment on ctrl+EnterVincent Chan2016-05-021-0/+5
* Fixes code analysis issuesMorris Jobke2016-02-171-2/+2
* Collapse long commentsVincent Petry2016-02-081-4/+25
* Limit comment size to 1000 in UIVincent Petry2016-02-051-1/+29
* Special label for deleted users in comments listVincent Petry2016-02-041-4/+15
* Move comment delete action into edit modeVincent Petry2016-02-031-13/+20
* Comment owner can now edit or deleteVincent Petry2016-02-031-36/+147
* Reset comments read marker after loading commentsVincent Petry2016-02-031-3/+24
* Added JS unit tests for commentsVincent Petry2016-02-021-1/+1
* Add spinner when submitting commentsVincent Petry2016-02-021-5/+30
* Fix formatting messages with newlinesVincent Petry2016-02-021-2/+11
* Improve comments style, add avatarsVincent Petry2016-02-021-21/+51
* Add pagination support for comments GUIVincent Petry2016-02-021-4/+3
* Improve comment date formatVincent Petry2016-02-021-3/+10
* Comments GUIVincent Petry2016-02-021-0/+166