aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-231-232/+0
|
* Reorganize client shared modulesChocobozzz2020-06-231-13/+8
|
* Fix deleting highlighted threadChocobozzz2020-05-141-3/+7
|
* Refactor from-now pipe to display the two most significant intervalsRigel Kent2020-04-111-1/+1
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-201-1/+1
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+1
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Fix lint error introduced in #2539Rigel Kent2020-03-061-1/+1
|
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+1
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Fixing load more comments on infinite scroll (#2535)BitTube2020-03-041-4/+2
| | | | | | | | * Fixing load more comments on infinite scroll * Requested changes for load more comments fix * Removing extra space
* Strict templates enabledChocobozzz2020-02-101-2/+2
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Add comment filtering by reply countRigel Kent2019-12-271-2/+9
|
* Provide native links for description timestamps, and re-clickability for theseRigel Kent2019-12-171-1/+7
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-28/+7
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix infinite scroll on big screensChocobozzz2019-08-021-1/+5
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Use search client scopeChocobozzz2019-07-241-2/+2
|
* Add client hooksChocobozzz2019-07-241-14/+41
|
* Improve comment deletion messageChocobozzz2019-03-201-0/+7
|
* Correctly scroll to video commentChocobozzz2019-01-091-5/+1
|
* Add notifications in the clientChocobozzz2019-01-091-13/+2
|
* Refractor notification serviceChocobozzz2018-12-191-7/+6
| | | | Shorter name and use primeng component
* Better typingsChocobozzz2018-10-181-1/+2
|
* 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 comments feeds popover in watch pageChocobozzz2018-10-021-0/+4
|
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+0
|
* Automatically jump to the highlighted threadChocobozzz2018-06-141-2/+13
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-6/+10
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-1/+1
|
* Handle sort in rssChocobozzz2018-04-171-2/+2
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-29/+26
|
* Fix comment highlightChocobozzz2018-02-211-11/+11
|
* Improve comment highlightingChocobozzz2018-02-191-34/+42
|
* Issue #168: youtube-like marking of comments (#297)jonathanraes2018-02-181-1/+25
| | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment
* Rewrite infinite scrollChocobozzz2018-02-131-5/+2
|
* Fix changing video in watch pageChocobozzz2018-01-121-5/+22
|
* Add ability to delete commentsChocobozzz2018-01-041-3/+54
|
* Add avatar in commentsChocobozzz2018-01-031-1/+0
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+5
|
* Add infinite scroll to commentsChocobozzz2017-12-291-10/+33
|
* Add video comment componentsChocobozzz2017-12-271-0/+79