Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | subscriptions: Support new subscriptions.csv format | James Taylor | 2021-08-31 | 1 | -1/+1 |
| | | | | | | | | According to https://github.com/iv-org/invidious/issues/2319 Google Takeout changed the format from json to csv Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix "Security Error: Content, may not load data from blob" | Jesús | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | licenses.html: update | Jesús | 2021-08-29 | 1 | -6/+11 |
| | |||||
* | Fix embed page broken due to changes to jinja variables | James Taylor | 2021-08-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | watch.html: Move loose inline javascript into watch.js | Jesús | 2021-08-29 | 1 | -215/+4 |
| | | | | | | | | The number of inline code blocks and the dependencies between them became unmanageable. From 9d96c07a3c2e68f1893634574c3be64e41a2c041 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> | ||||
* | Prevent Firefox from remembering quality select on page refresh | James Taylor | 2021-08-29 | 1 | -1/+1 |
| | | | | | | | | | The video quality is only changed when the quality selector changes. If it was changed and the user refreshes, Firefox remembers the selected value, but since no change event is fired, the select will display the wrong quality. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Integrate quality selection into Plyr | James Taylor | 2021-08-29 | 1 | -28/+26 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix missing data variable | Jesús | 2021-08-29 | 2 | -0/+15 |
| | |||||
* | avmerge: Close streams to avoid errors while changing quality | James Taylor | 2021-08-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | If a fetchRange network request finished after the quality was changed, there would be a "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" because appendSegment was trying to append to the sourceBuffer that was unusable after the video src was changed to a new mediaSource. Adds a close method to the AVMerge class to properly clean and close everything so these sorts of errors won't happen. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add video quality selector | James Taylor | 2021-08-29 | 1 | -3/+45 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 2 | -5/+9 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Revert "Add support for more qualities, merging video+audio using MSE" | Jesús | 2021-08-29 | 2 | -9/+5 |
| | | | | This reverts commit d56df02e7b1eba86baf511289208295b1f6c5a50. | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 2 | -5/+9 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | [frontend]: fix current version | Jesús | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | [frontend]: improve current version | Jesús | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | [embed]: minor fix | Jesús | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | [embed]: fix sha512sum | Jesús | 2021-08-14 | 1 | -38/+2 |
| | |||||
* | [librejs]: add mising plyr-start.js | Jesús | 2021-08-14 | 1 | -0/+5 |
| | |||||
* | [Frontend]: fix macro | Jesús | 2021-08-14 | 1 | -7/+7 |
| | |||||
* | [plyr]: update | Jesús | 2021-08-09 | 1 | -38/+2 |
| | |||||
* | Comments: Fix exceptions when ctoken metadata are missing (None) | James Taylor | 2021-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix missing plyr on embed | Jesús | 2021-07-05 | 1 | -1/+64 |
| | |||||
* | fix right click for video | Jesús | 2021-07-05 | 1 | -0/+7 |
| | |||||
* | Fix request search when is empty | Jesús | 2021-07-04 | 1 | -1/+1 |
| | |||||
* | Improved plyr configuration | Jesús | 2021-07-03 | 1 | -7/+15 |
| | |||||
* | Change search url path to match the YouTube path | James Taylor | 2021-07-01 | 2 | -3/+3 |
| | | | | | | Fixes #67 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | w3c syntax, unnecessary role=button | Jesús | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | autoplay-toggle: use label tag | Jesús | 2021-06-29 | 1 | -7/+24 |
| | | | | | | from upstream: <label> is semantic and makes clicking the text activate in checkbox | ||||
* | fix settings.subtitles_mode in plyr | Jesús | 2021-06-23 | 1 | -0/+4 |
| | |||||
* | fix name id of video | Jesús | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | Fix set language subtitles | Jesús | 2021-06-23 | 1 | -1/+25 |
| | |||||
* | usage `let` not `var` | Jesús | 2021-06-23 | 1 | -17/+17 |
| | |||||
* | feat: autoplay for related videos | Umimaso | 2021-06-23 | 1 | -118/+144 |
| | | | | | | | | | | | Add autoplay support for related videos. Move the playlist autoplay code into this shared script. Add the SameSite=Strict attribute to the autoplay cookie due to Firefox soon rejecting cookies which use SameSite=None without the secure attribute. Closes: #50 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Open direct link in new tab | Jesús | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | feat: add direct link | Umimaso | 2021-06-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix shared.css file style missing | Jesús | 2021-06-14 | 2 | -0/+6 |
| | |||||
* | [error.html]: fix set style | Jesús | 2021-06-14 | 1 | -3/+5 |
| | |||||
* | Fix name app | Jesús | 2021-06-10 | 1 | -2/+2 |
| | |||||
* | Capitalize name app | Jesús | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | update URL issues | Jesús | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | Fix design error message | Jesús | 2021-06-10 | 1 | -1/+9 |
| | |||||
* | Use extract_approx_int for comment likes | James Taylor | 2021-06-10 | 1 | -1/+1 |
| | | | | | | | | Full digits no longer available Closes #64 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Not force plyr as player | Jesús | 2021-05-24 | 1 | -10/+15 |
| | |||||
* | [licenses]: fix URL license Expat | Jesús | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Add plyr as main player | Jesús | 2021-05-22 | 2 | -1/+15 |
| | | | | Also plyr supports switch quality | ||||
* | Add subscriptions export | Jesús | 2021-05-06 | 2 | -6/+25 |
| | | | | plus design by heckyel | ||||
* | Add local playlist export option | James Taylor | 2021-05-06 | 1 | -0/+14 |
| | | | | | | Temporary workaround for #61 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add tooltip to video speed box to improve discoverability | James Taylor | 2021-04-13 | 1 | -1/+1 |
| | | | | | | See #60 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Channel: Allow going to next pages of playlists page | James Taylor | 2021-03-15 | 1 | -1/+6 |
| | | | | | | | Uses previous and next buttons. Now can view more than just first page of playlists page Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866 | Jesús | 2021-02-26 | 1 | -1/+1 |
| |