summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove comments count because it is not that relevant to show directlyJan-Christoph Borchardt2016-02-251-3/+1
* Merge pull request #22475 from owncloud/fix-js-issuesThomas Müller2016-02-181-2/+2
|\
| * Fixes code analysis issuesMorris Jobke2016-02-171-2/+2
* | Show the comments and tags on the share filtersJoas Schilling2016-02-161-4/+4
|/
* 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-032-38/+158
* Reset comments read marker after loading commentsVincent Petry2016-02-034-7/+151
* Add file row indicator for unread commentsVincent Petry2016-02-031-0/+84
* Fixed report nameVincent Petry2016-02-021-2/+2
* Added JS unit tests for commentsVincent Petry2016-02-022-6/+6
* Add spinner when submitting commentsVincent Petry2016-02-021-5/+30
* Fix formatting messages with newlinesVincent Petry2016-02-021-2/+11
* Better comments pagination logicVincent Petry2016-02-021-11/+9
* Improve comments style, add avatarsVincent Petry2016-02-022-22/+53
* Use last comment's time for paginationVincent Petry2016-02-021-1/+1
* Add pagination support for comments GUIVincent Petry2016-02-022-16/+45
* Improve comment date formatVincent Petry2016-02-021-3/+10
* Comments GUIVincent Petry2016-02-025-0/+356