aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2021-04-141-0/+1
|
* Move player style in watch componentChocobozzz2021-04-144-1/+23
|
* Use published at sort for recommended videosChocobozzz2021-04-141-1/+1
|
* add link to open video on origin instanceRigel Kent2021-04-122-2/+9
| | | | closes #3624
* Add plugin placeholder elements supportChocobozzz2021-04-121-0/+2
|
* Fix player responsive heightChocobozzz2021-04-121-1/+1
|
* Add playlist and video in watch action hookChocobozzz2021-04-091-1/+6
|
* Don't pause video upon modal open (#3909)kontrollanten2021-04-082-37/+2
| | | | | | | | | * client: dont pause video upon modal open closes #3816 * client(video/watch): remove obsolete code * gitignore: add vscode and vim swp files
* Add ability to update the bannerChocobozzz2021-04-085-1/+107
|
* 🐛 FIX: player width/heigth aspect ratioJonas Sulzer2021-04-051-1/+1
| | | | | | to remove unnecessary black border above and below the video Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Refactor video miniatureChocobozzz2021-04-018-49/+132
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-311-2/+8
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-312-4/+4
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-2/+1
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Square channel avatar consistencyChocobozzz2021-03-311-6/+0
|
* Add support button in channel pageChocobozzz2021-03-316-56/+7
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-0/+1
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Add client action hooks for pubish pagesChocobozzz2021-03-244-18/+38
|
* Update english stringsChocobozzz2021-03-242-10/+6
|
* Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
|
* Fix broken local actorsChocobozzz2021-02-261-3/+3
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix async issues with channels listChocobozzz2021-02-251-3/+6
|
* Display the preview image on waiting livesChocobozzz2021-02-222-5/+18
|
* Correctly load live information when not startedChocobozzz2021-02-221-9/+14
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-7/+20
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-193-3/+3
|
* Fix video comments display with deleted commentsChocobozzz2021-02-194-9/+20
|
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+1
|
* Add ability to set a custom quotaChocobozzz2021-02-103-4/+7
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+7
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Fix small UI bugsChocobozzz2021-02-022-8/+13
|
* move from trending routes to alg paramRigel Kent2021-01-288-256/+85
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-286-20/+43
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-2813-23/+245
| | | | recommendation variant
* Force update live booleanChocobozzz2021-01-261-5/+2
|
* Don't update live attributes if they did not changeChocobozzz2021-01-261-5/+13
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-268-32/+30
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-8/+5
|
* Import in private, and then set the chosen privacyChocobozzz2021-01-193-3/+7
|
* Cleanup update video buttonChocobozzz2021-01-195-40/+13
|
* Implement remote interactionChocobozzz2021-01-151-6/+2
|
* Add missing translationsChocobozzz2021-01-151-3/+4
|
* Put feed url as linkChocobozzz2021-01-151-10/+12
|
* Load user when auth service is readyChocobozzz2021-01-151-9/+12
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Fix some accessibility issuesChocobozzz2020-12-223-4/+10
|
* Don't update timestamps for a liveChocobozzz2020-12-171-1/+3
|
* Don't display max duration if disabledChocobozzz2020-12-161-1/+1
|
* Add link to the documentation for live streamingChocobozzz2020-12-141-0/+3
|