summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
2022-02-22Lint docs of addCurrentTimeToURL in player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811479583
2022-02-22Lint conditional deletion of t in addCurrentTimeToURL inside player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811474927
2022-02-22Remove extra space in shareOptions.embedCode of player scriptFéry Mathieu (Mathius)
Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811367117
2022-02-19Add currentTimestamp in shared url by videojs-shareFéry Mathieu (Mathius)
2022-02-08Inline a few JS functionsSamantaz Fox
Helps sending less bytes to the client.
2022-02-08handlers.js: fix TypeError on document.activeElement.typeSamantaz Fox
2022-02-08player shortcuts: ignore numpadSamantaz Fox
2022-02-07Fix typosDimitris Apostolou
2022-01-30Merge pull request #2846 from iv-org/SamantazFox-fix-search-focus-jsSamantaz Fox
Ignore "/" key handling if search box is focused
2022-01-30Ignore "/" key handling if search box is focusedSamantaz Fox
Fixes a side effect of https://github.com/iv-org/invidious/pull/2814 See: https://github.com/iv-org/invidious/issues/2791#issuecomment-1018264144
2022-01-30rename hls to vhs in the playerÉmilien Devos
hls method is deprecated: https://github.com/videojs/http-streaming#how-to-use
2022-01-28Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuffSamantaz Fox
Add dependency manager script for videojs stuff
2022-01-13Add JS to focus search box on '/'Samantaz Fox
2022-01-05Merge pull request #2719 from SamantazFox/batch-minor-fixesSamantaz Fox
Multiple minor fixes
2022-01-05Fix leading spaces being collapsed in descriptionsSamantaz Fox
Fixes #1954
2022-01-05Fix the search boxSamantaz Fox
Fix #277 : autoselect search field Fix #1107: no spell checking/auto-correct on search field
2022-01-05Merge pull request #2744 from tirz/feature-fix_null_ptr_for_localStorageSamantaz Fox
fix: null ptr while retaining video time
2021-12-31Add check to avoid saving player pos to the11Tuvork28
length of the given video by saving a minimum of 15 at the end
2021-12-26fix: null ptr while loading/switching themeThéo Gaillard
2021-12-26fix: null ptr while retaining timeThéo Gaillard
2021-12-15Allow the t parameter to override the stored video playback positionbbielsa
2021-12-15Rename 'remember_position' to 'save_player_pos' for claritybbielsa
2021-12-15Added default value for get_video_time() which was causing a bug in safaribbielsa
2021-12-15Remove console.log debuggingbbielsa
2021-12-15Save and load the position for the video using a local storage object, the ↵bbielsa
object is a dictionary, where the key is the video ID, and the value is the time at which the user last left off watching the video. If the user deselected the 'remember video position' checkbox in the preferences this dictionary is cleared
2021-10-17Merge pull request #2406 from TechnicalSuwako/fix-non-js-playersyeopite
fix non-JS player #2405
2021-10-11scroll the nextVideo into the topdiogo
2021-10-11Added border radius to channel-profile (#2484)tuvork
2021-10-07Add config option to display source code URL in footer (#2450)Samantaz Fox
2021-09-22Prevent indexing of Invidious instances (#2420)syeopite
Closes #2418
2021-09-18Revert to iv-org fork of silvermine-videojs-quality-selectorsyeopite
Upstream requires at least two additional sources. Whereas Invidious needs it to be able to display a single additional source for normal (dashless) qualites. Aka medium and hd720.
2021-09-18Preserve videojs directory for dependency scriptsyeopite
2021-09-18Stop shipping VideoJS filessyeopite
2021-09-15fix non-JS player #2405テクニカル諏訪子
2021-09-15Prevent VR from being initialized in listen mode (#2396)syeopite
2021-09-10Handle equirectangular projections for VR (#2379)syeopite
2021-07-25Use colorized version of safari-pinned-tab.svgsyeopite
2021-07-24Change README logo to use vector imagesyeopite
2021-06-29Fix alignment of "invidious" logo on search pageSamantaz Fox
The alignment was broken by #2196
2021-06-25Fix layout of video 'card' itemsSamantaz Fox
Previous changes broke alignment of text and icons
2021-06-24Limit descriptions width to ease mixed LTR/RTL text readingSamantaz Fox
This will prevent, on large pages, the LTR and RTL text to be far away, on each side of the page. This could happen on channel and playlists descriptions, when the page is displayed on a large screen.
2021-06-24Revert "remove unnecessary text-align"Mostafa Ahangarha
This reverts commit 97b469f59c4b0505d74e731a8501584c78dbad60.
2021-06-24remove unnecessary text-alignMostafa Ahangarha
2021-06-24Change description-box from flex to blockCadence Ember
I also make minor changes to the surroundings so that the same layout and functionality as before is preserved.
2021-06-24Undo last commitMostafa Ahangarha
2021-06-24Change display to blockMostafa Ahangarha
Change display from flex to block so that the direction of content would get properly set
2021-06-24Add bidi supportMostafa Ahangarha
Adding these styles is the easiest way to add bidi (bidirectional text) support without or with least side effect. I have tested it by adding it manually on yewtu.be instance and so far it works very well.
2021-06-14Add 10px margin to top and bottom of hr elementGraham
2021-06-14Disallow /watch path for bots againPaul Braeuning
2021-05-23Change videojs-vr to the unminified versionsyeopite