| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-25 | convert arrow functions | meow | |
| 2022-04-25 | eqeqeq | meow | |
| 2022-04-25 | semicolons | meow | |
| 2022-04-25 | use strict | meow | |
| 2022-04-22 | Bump videojs to 7.12.1 (#3011) | Émilien Devos | |
| 2022-04-17 | Remove insecure protocol in embedded view | AHOHNMYC | |
| 2022-04-13 | Real minus sign instead of hyphen-minus | AHOHNMYC | |
| Minus sign in comparison with hyphen-minus (symbol that prints your keyboard by default) has horizontal line on same level as plus sign and same width, so one can be toggled to another with perfect visuals. https://en.wikipedia.org/wiki/Plus_and_minus_signs https://en.wikipedia.org/wiki/Hyphen-minus | |||
| 2022-04-13 | Pointer cursor on Filters `summary' | AHOHNMYC | |
| `summary` clickable by design, but by default (at least in Chrome) it has `text` cursor. | |||
| 2022-04-09 | Merge pull request #2895 from MathiusD/master | Samantaz Fox | |
| Persist player volume/speed | |||
| 2022-04-09 | Sanity check + comment why we add a leading dot | Samantaz Fox | |
| 2022-04-09 | Minor code/comments cleaning | Samantaz Fox | |
| 2022-04-08 | Merge pull request #2956 from SamantazFox/search-filters | Samantaz Fox | |
| Overhaul search filters | |||
| 2022-04-08 | Add a user friendly message for when no results are found | Samantaz Fox | |
| 2022-04-03 | Clean up CSS and add light/dark theme support | Samantaz Fox | |
| 2022-04-03 | Add filters UI HTML generator | Samantaz Fox | |
| 2022-03-27 | Safari audio double duration fix for iOS 15 | 138138138 | |
| The previous method breaks Always Loop feature on iOS 15. The previous player.currentTime(player.duration() + 1) sometimes breaks the entire player. Now it jumps to (end - 1) seconds when the time goes between over half and (end - 2) seconds. With Always Loop on, player will jump to the beginning after 1 second. | |||
| 2022-02-22 | Reduce regex in player script | Féry Mathieu (Mathius) | |
| Following correction at: https://github.com/iv-org/invidious/pull/2895#issuecomment-1048245008 | |||
| 2022-02-22 | Patch updateCookie for preserve extra args (like domain) | Féry Mathieu (Mathius) | |
| 2022-02-22 | Update cookie domain definition in player script | Féry Mathieu (Mathius) | |
| Related with : https://github.com/iv-org/invidious/pull/2895#issuecomment-1047762544 | |||
| 2022-02-22 | Update cookie declaration for preserve SameSite directive | Féry Mathieu (Mathius) | |
| 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-17 | Lint player.js | Féry Mathieu (Mathius) | |
| Follow lint indications : - https://github.com/iv-org/invidious/pull/2895#discussion_r809461103 - https://github.com/iv-org/invidious/pull/2895#discussion_r809461622 | |||
| 2022-02-14 | Move store of modification in Cookie instead of localStorage | Féry Mathieu (Mathius) | |
| 2022-02-14 | Modify use of module (Only if video settings are default) | Féry Mathieu (Mathius) | |
| Following remark at https://github.com/iv-org/invidious/pull/2895#issuecomment-1037279953 | |||
| 2022-02-14 | Add videojs-persist plugin | 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 | |||
