aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Redirect to the last url on loginChocobozzz2018-12-111-1/+0
|
* Upgrade server depChocobozzz2018-11-151-1/+1
|
* Fix new Angular 7 issuesChocobozzz2018-11-151-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
* Remove unused variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-051-1/+0
|
* fix account URI in remote comment modalRigel Kent2018-10-041-0/+4
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-251-10/+47
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* Prevent commenting twiceChocobozzz2018-06-181-1/+13
|
* Add form validator translationsChocobozzz2018-06-051-2/+3
|
* Form validators refractoringChocobozzz2018-06-051-19/+5
|
* Add i18n attributesChocobozzz2018-06-051-2/+4
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-1/+1
|
* Add video channel account listChocobozzz2018-04-251-4/+0
|
* Fix '@' missing in comment mentionChocobozzz2018-03-211-1/+1
|
* Open mentions in new tabChocobozzz2018-02-211-5/+1
|
* Add links to comment mentionsChocobozzz2018-02-211-2/+6
|
* Add links support in commentsChocobozzz2018-02-201-1/+1
|
* Improve comment highlightingChocobozzz2018-02-191-0/+7
|
* Add mentions to commentsChocobozzz2018-01-051-1/+13
|
* Add avatar in commentsChocobozzz2018-01-031-0/+6
|
* Comment textarea focus on initChocobozzz2017-12-291-1/+8
|
* Add comments federation testsChocobozzz2017-12-271-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-0/+84