| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-22 | Fix captions | 138138138 | |
| Captions should automatically show according to preferences. | |||
| 2022-06-05 | JS. Trailing spaces removed | meow | |
| 2022-05-31 | fix time adding dirung redirection | meow | |
| 2022-05-31 | Save time during redirection on another instance | meow | |
| 2022-05-21 | comment changed | meow | |
| extra spaces removed | |||
| 2022-05-21 | handled invalid values in storage | meow | |
| partial rewrite notifications.js innerText to textContent fixed bug with clamping | |||
| 2022-05-19 | JS code minor formatting | AHOHNMYC | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2022-05-17 | Less player reload timeout | meow | |
| 2022-05-17 | Share video regression. Single quotes are required | meow | |
| 2022-05-16 | JS theme switching simplified | meow | |
| 2022-05-16 | JS fixes: recursion in themes, keys for frame walking, JSON XHR and ↵ | meow | |
| details-summary in IE11 | |||
| 2022-05-15 | js code rewrite. Themes rewritten, bugs fixed | meow | |
| 2022-05-06 | jsdoc type fix | meow | |
| 2022-05-06 | fix helpers storage | meow | |
| 2022-05-06 | fix helpers | meow | |
| 2022-05-06 | js code rewrite. Created _helpers.js with XHR and storage wrapper | meow | |
| 2022-05-03 | Other minor fixes | Samantaz Fox | |
| 2022-04-27 | replace tabs to spaces | meow | |
| 2022-04-25 | new lines in the end of file | meow | |
| 2022-04-25 | `console.warn` and `info` instead of `log` | meow | |
| 2022-04-25 | optional catchng is not supported by IE11 | meow | |
| 2022-04-25 | destructing binding is not supported by IE11 | meow | |
| 2022-04-25 | default parameters | meow | |
| 2022-04-25 | replace huphen-minus to real minus | meow | |
| 2022-04-25 | replace innerHTML to safer textContent where possible | meow | |
| 2022-04-25 | add variable declarations | meow | |
| 2022-04-25 | fix double variable declaration | meow | |
| 2022-04-25 | transform template string | meow | |
| 2022-04-25 | single quotes | meow | |
| 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-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-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 | |||
