aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Show default avatar on network error for commentsRigel Kent2020-01-091-0/+5
|
* Add get user cache for commentsChocobozzz2020-01-061-1/+1
|
* Better spacing beetween commentsRigel Kent2019-12-281-0/+1
|
* Add user moderation dropdown to commentsRigel Kent2019-12-271-4/+31
|
* Provide native links for description timestamps, and re-clickability for theseRigel Kent2019-12-171-5/+9
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-4/+5
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* Support basic markdown in commentsChocobozzz2019-12-091-3/+3
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+1
|
* Lazy import some modulesChocobozzz2019-02-151-2/+2
|
* Increase abuse length to 3000Chocobozzz2019-01-141-24/+3
| | | | And correctly handle new lines
* Better typingsChocobozzz2018-10-181-1/+1
|
* 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