| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-22 | Lint docs of addCurrentTimeToURL in player script | Féry Mathieu (Mathius) | |
| Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811479583 | |||
| 2022-02-22 | Lint conditional deletion of t in addCurrentTimeToURL inside player script | Féry Mathieu (Mathius) | |
| Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811474927 | |||
| 2022-02-22 | Remove extra space in shareOptions.embedCode of player script | Féry Mathieu (Mathius) | |
| Follow lint indications : https://github.com/iv-org/invidious/pull/2912#discussion_r811367117 | |||
| 2022-02-19 | Add currentTimestamp in shared url by videojs-share | Féry Mathieu (Mathius) | |
| 2022-02-08 | Inline a few JS functions | Samantaz Fox | |
| Helps sending less bytes to the client. | |||
| 2022-02-08 | handlers.js: fix TypeError on document.activeElement.type | Samantaz Fox | |
| 2022-02-08 | player shortcuts: ignore numpad | Samantaz Fox | |
| 2022-02-07 | Fix typos | Dimitris Apostolou | |
| 2022-01-30 | Merge pull request #2846 from iv-org/SamantazFox-fix-search-focus-js | Samantaz Fox | |
| Ignore "/" key handling if search box is focused | |||
| 2022-01-30 | Ignore "/" key handling if search box is focused | Samantaz 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-30 | rename hls to vhs in the player | Émilien Devos | |
| hls method is deprecated: https://github.com/videojs/http-streaming#how-to-use | |||
| 2022-01-28 | Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuff | Samantaz Fox | |
| Add dependency manager script for videojs stuff | |||
| 2022-01-13 | Add JS to focus search box on '/' | Samantaz Fox | |
| 2022-01-05 | Merge pull request #2719 from SamantazFox/batch-minor-fixes | Samantaz Fox | |
| Multiple minor fixes | |||
| 2022-01-05 | Fix leading spaces being collapsed in descriptions | Samantaz Fox | |
| Fixes #1954 | |||
| 2022-01-05 | Fix the search box | Samantaz Fox | |
| Fix #277 : autoselect search field Fix #1107: no spell checking/auto-correct on search field | |||
| 2022-01-05 | Merge pull request #2744 from tirz/feature-fix_null_ptr_for_localStorage | Samantaz Fox | |
| fix: null ptr while retaining video time | |||
| 2021-12-31 | Add check to avoid saving player pos to the | 11Tuvork28 | |
| length of the given video by saving a minimum of 15 at the end | |||
| 2021-12-26 | fix: null ptr while loading/switching theme | Théo Gaillard | |
| 2021-12-26 | fix: null ptr while retaining time | Théo Gaillard | |
| 2021-12-15 | Allow the t parameter to override the stored video playback position | bbielsa | |
| 2021-12-15 | Rename 'remember_position' to 'save_player_pos' for clarity | bbielsa | |
| 2021-12-15 | Added default value for get_video_time() which was causing a bug in safari | bbielsa | |
| 2021-12-15 | Remove console.log debugging | bbielsa | |
| 2021-12-15 | Save 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-17 | Merge pull request #2406 from TechnicalSuwako/fix-non-js-player | syeopite | |
| fix non-JS player #2405 | |||
| 2021-10-11 | scroll the nextVideo into the top | diogo | |
| 2021-10-11 | Added border radius to channel-profile (#2484) | tuvork | |
| 2021-10-07 | Add config option to display source code URL in footer (#2450) | Samantaz Fox | |
| 2021-09-22 | Prevent indexing of Invidious instances (#2420) | syeopite | |
| Closes #2418 | |||
| 2021-09-18 | Revert to iv-org fork of silvermine-videojs-quality-selector | syeopite | |
| 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-18 | Preserve videojs directory for dependency script | syeopite | |
| 2021-09-18 | Stop shipping VideoJS files | syeopite | |
| 2021-09-15 | fix non-JS player #2405 | テクニカル諏訪子 | |
| 2021-09-15 | Prevent VR from being initialized in listen mode (#2396) | syeopite | |
| 2021-09-10 | Handle equirectangular projections for VR (#2379) | syeopite | |
| 2021-07-25 | Use colorized version of safari-pinned-tab.svg | syeopite | |
| 2021-07-24 | Change README logo to use vector image | syeopite | |
| 2021-06-29 | Fix alignment of "invidious" logo on search page | Samantaz Fox | |
| The alignment was broken by #2196 | |||
| 2021-06-25 | Fix layout of video 'card' items | Samantaz Fox | |
| Previous changes broke alignment of text and icons | |||
| 2021-06-24 | Limit descriptions width to ease mixed LTR/RTL text reading | Samantaz 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-24 | Revert "remove unnecessary text-align" | Mostafa Ahangarha | |
| This reverts commit 97b469f59c4b0505d74e731a8501584c78dbad60. | |||
| 2021-06-24 | remove unnecessary text-align | Mostafa Ahangarha | |
| 2021-06-24 | Change description-box from flex to block | Cadence Ember | |
| I also make minor changes to the surroundings so that the same layout and functionality as before is preserved. | |||
| 2021-06-24 | Undo last commit | Mostafa Ahangarha | |
| 2021-06-24 | Change display to block | Mostafa Ahangarha | |
| Change display from flex to block so that the direction of content would get properly set | |||
| 2021-06-24 | Add bidi support | Mostafa 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-14 | Add 10px margin to top and bottom of hr element | Graham | |
| 2021-06-14 | Disallow /watch path for bots again | Paul Braeuning | |
| 2021-05-23 | Change videojs-vr to the unminified version | syeopite | |
