aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-146-57/+39
| | | | | | | | | | | | * 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-106-474/+8
| | | | To delete/edit/share the playlist
* Resume video playback on close of support modal (#3052)Aman Sharma2020-08-102-2/+25
| | | | | * Resume video playback on close of support modal #2995 * Fix lint issues
* Add ability to share playlists in modalChocobozzz2020-08-074-18/+79
|
* Add ability to disable peertube button link in embedChocobozzz2020-08-072-2/+12
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-0/+1
|
* Cleanup tokens logic in embedChocobozzz2020-08-071-4/+8
|
* deal with refresh token in embedRigel Kent2020-08-062-2/+3
|
* special display case for logged-out users to display download in watch pageRigel Kent2020-08-042-4/+27
|
* Fix fullscreen on iosChocobozzz2020-07-311-0/+6
|
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-243-7/+28
| | | | | | | | | * 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>
* Add ability to report accountChocobozzz2020-07-107-216/+10
|
* Add ability to report comments in front endChocobozzz2020-07-102-2/+30
|
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-281-1/+1
| | | | initial implementation with a listing refresh except on search results
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-1/+0
|
* Lazy load all routesChocobozzz2020-06-2336-0/+4192