aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* changed video rating popover text with link to login page (#3168)test2a2020-10-301-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix play of videos on iosChocobozzz2020-08-271-0/+2
| | | | When the user already played a video
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-2/+19
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-1/+1
|
* Send videojs to action player hooksChocobozzz2020-08-211-1/+1
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-7/+9
|
* Fix video playlist resumingChocobozzz2020-08-191-7/+7
|
* Migrate to $localizeChocobozzz2020-08-141-30/+25
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add buttons in playlist pageChocobozzz2020-08-101-3/+3
| | | | To delete/edit/share the playlist
* Resume video playback on close of support modal (#3052)Aman Sharma2020-08-101-1/+22
| | | | | * Resume video playback on close of support modal #2995 * Fix lint issues
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+1
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-0/+1
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+2
|
* special display case for logged-out users to display download in watch pageRigel Kent2020-08-041-0/+10
|
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-241-0/+9
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-1/+0
|
* Lazy load all routesChocobozzz2020-06-231-0/+782