aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add video channel account listChocobozzz2018-04-251-6/+0
|
* More secure target blank linksChocobozzz2018-03-191-1/+2
|
* Put comments reply on the topChocobozzz2018-02-211-1/+1
|
* Open mentions in new tabChocobozzz2018-02-211-1/+1
|
* Add links to comment mentionsChocobozzz2018-02-211-8/+21
|
* Add links support in commentsChocobozzz2018-02-201-2/+10
|
* Handle line feeds in commentsChocobozzz2018-02-201-1/+1
|
* Improve comment highlightingChocobozzz2018-02-191-6/+15
|
* Add mentions to commentsChocobozzz2018-01-051-0/+4
|
* Handle HTML is commentsChocobozzz2018-01-041-2/+11
|
* Add ability to delete commentsChocobozzz2018-01-041-7/+19
|
* Add avatar in commentsChocobozzz2018-01-031-1/+10
|
* Fix comment replyChocobozzz2017-12-271-26/+14
|
* Add video comment componentsChocobozzz2017-12-271-0/+67