aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-231-782/+0
|
* Reorganize client shared modulesChocobozzz2020-06-231-25/+17
|
* preserve original variable names server-sideRigel Kent2020-06-101-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-2/+2
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix old edge HLS compatChocobozzz2020-05-131-0/+5
|
* Fix next video button to support playlist videosRigel Kent2020-03-171-1/+3
| | | | fixes #2523
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-5/+14
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Update to angular 9Chocobozzz2020-02-101-3/+3
|
* Hide warning if p2p is disabledChocobozzz2020-01-031-1/+2
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-5/+2
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-2/+14
|
* Add next video button to the playerRigel Kent2019-12-191-0/+1
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-191-1/+0
| | | | fixes #1730
* respect video history on explicit playlist clickRigel Kent2019-12-181-1/+1
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889
* Add play/pause bezels to the video playerRigel Kent2019-12-181-0/+1
|
* Fix lint & testsChocobozzz2019-12-181-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-5/+11
|
* (fix) upnext timeout set to 10sRigel Kent2019-12-171-1/+1
|
* add 'up next' screen on autoplayRigel Kent2019-12-171-8/+25
|
* Provide native links for description timestamps, and re-clickability for theseRigel Kent2019-12-171-2/+11
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-1/+2
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* Fix theme loadingChocobozzz2019-12-131-2/+2
|
* video description/account alignment, watch view basic tooltipsRigel Kent2019-12-131-1/+11
|
* change repeat icon and factorize functionsRigel Kent2019-12-131-13/+30
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-5/+4
|
* make playlists ignore user historyRigel Kent2019-12-131-1/+1
|
* autoplay next video support for playlistsRigel Kent2019-12-131-3/+10
|
* autoplay next video switch for both user and visitorsRigel Kent2019-12-131-1/+5
|
* Fix dropdown on video miniature for unlogged usersChocobozzz2019-12-061-18/+23
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-061-20/+38
|
* Add ability to update icons contentChocobozzz2019-12-051-0/+2
|
* Add hook to alter player build optionsChocobozzz2019-12-051-80/+103
|
* Add likes/dislikes counts in the buttonsChocobozzz2019-12-051-0/+6
|
* Pause the video when a modal is openedChocobozzz2019-12-051-0/+14
|
* Focus player on video loadingChocobozzz2019-11-281-0/+1
|
* Disable webtorrent support in clientChocobozzz2019-11-251-1/+1
|
* Video-watch hooks modifications for videojsRigel Kent2019-11-181-1/+4
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+17
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* Go back when cancel NSFW modalChocobozzz2019-08-221-2/+4
| | | | Instead of redirecting on the homepage
* Fix broken playlist apiChocobozzz2019-08-011-1/+1
|
* Fix express validatorChocobozzz2019-07-251-2/+2
|
* Update angularChocobozzz2019-07-251-4/+4
|
* Lazy load client script scopesChocobozzz2019-07-241-4/+2
|
* Use search client scopeChocobozzz2019-07-241-1/+1
|
* Add client hooksChocobozzz2019-07-241-2/+14
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-1/+7
|
* Add params to share modalChocobozzz2019-06-121-1/+4
|
* Speedup video watch layout buildChocobozzz2019-06-111-1/+3
|
* Add more embed parametersChocobozzz2019-06-111-7/+17
|
* Move concurrently in dev packageChocobozzz2019-05-311-37/+32
|