| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-09 | Seperated repetitive code in a function | RadoslavL | |
| 2023-11-08 | Fixed a typo | RadoslavL | |
| Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> | |||
| 2023-10-26 | Removed the purging of the query parameters | RadoslavL | |
| 2023-10-22 | Removed a space | RadoslavL | |
| 2023-10-22 | Removed <noscript> and the user preferences option | RadoslavL | |
| 2023-10-20 | Fixed an issue | RadoslavL | |
| 2023-10-15 | Remove unnecessary code | RadoslavL | |
| 2023-09-30 | Fixed an issue | RadoslavL | |
| 2023-09-30 | Replaced to_json with to_pretty_json | RadoslavL | |
| 2023-09-30 | Actually add the pagination.js file (git didn't detect it the first time) | RadoslavL | |
| 2023-09-30 | Added a previous_page_button preference option and made switching between ↵ | RadoslavL | |
| the first page and previous page buttons possible | |||
| 2023-09-27 | Fixed a problem | RadoslavL | |
| 2023-09-27 | Fixed problem | RadoslavL | |
| 2023-09-27 | Removed a tab | RadoslavL | |
| 2023-09-27 | Changed first_page type to Bool | RadoslavL | |
| 2023-09-27 | Removed a space | RadoslavL | |
| 2023-09-27 | Fixed an issue with tabs | RadoslavL | |
| 2023-09-27 | Fix more issues related to tabs | RadoslavL | |
| 2023-09-27 | Removed unnecessary spaces | RadoslavL | |
| 2023-09-27 | Included the check for RTL languages | RadoslavL | |
| 2023-09-27 | Added a first page button | RadoslavL | |
| 2023-09-18 | Playlists: Use subtitle when author is missing (#4025) | Samantaz Fox | |
| 2023-09-18 | Bump stale timer for PRs (#4107) | Samantaz Fox | |
| 2023-09-18 | CI: Update crystal version matrix (#4095) | Samantaz Fox | |
| 2023-09-18 | Captions: Add ability to use Innertube's transcripts API (#4001) | Samantaz Fox | |
| 2023-09-16 | Bump stale timer for PRs | syeopite | |
| 2023-09-16 | Bump crystal-install too | Samantaz Fox | |
| 2023-09-16 | Update crystal version matrix in ci.yml | Samantaz Fox | |
| 2023-09-16 | Test crystal 1.8.2 | Émilien (perso) | |
| 2023-09-11 | HTMLl.Escape the playlist subtitle | ChunkyProgrammer | |
| 2023-09-11 | Playlist: Use subtitle when author is missing | ChunkyProgrammer | |
| 2023-08-29 | Remove trailing whitespace in config documentation | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2023-08-26 | Add workaround for storyboards on local instances (#4040) | Samantaz Fox | |
| 2023-08-26 | Playlist import no refresh (#3973) | Samantaz Fox | |
| 2023-08-26 | Search: Add hashtag result (#3989) | Samantaz Fox | |
| 2023-08-26 | Translations update from Hosted Weblate (#3977) | Samantaz Fox | |
| 2023-08-25 | Revert broken i18next v3 changes made by weblate | Samantaz Fox | |
| 2023-08-24 | Update src/invidious/videos/caption.cr | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2023-08-24 | Update src/invidious/videos/transcript.cr | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2023-08-24 | Refactor structure of caption.cr | syeopite | |
| Rename CaptionsMetadata to Metadata Nest Metadata under Captions Unnest LANGUAGES constant from Metadata to main Captions module | |||
| 2023-08-21 | Update Hindi translation | Snwglb | |
| 2023-08-21 | Update German translation | Ettore Atalan | |
| 2023-08-19 | Update Hindi translation | Snwglb | |
| 2023-08-14 | Update Norwegian Bokmål translation | Petter Reinholdtsen | |
| 2023-08-12 | Update Slovenian translation | Noa Laznik | |
| 2023-08-10 | Update Slovak translation | Ati | |
| 2023-08-10 | Update Slovak translation | Milan Šalka | |
| 2023-08-10 | Update errors.cr | syeopite | |
| 2023-08-08 | Regression from #4037 | Fix storyboards | syeopite | |
| PR #4037 introduced a workaround around YouTube's new integrity checks on streaming URLs. However, the usage of this workaround prevents storyboard data from being returned by InnerTube. This commit fixes that by only using the workaround when calling try_fetch_streaming_data | |||
| 2023-08-08 | Add workaround for storyboards on priv. instances | syeopite | |
| An upstream problem with videojs-vtt-thumbnails means that URLs gets joined incorrectly on any instance where `domain`, `external_port` and `https_only` aren't set. This commit adds some logic with the 404 handler to mitigate this problem. This is however only a workaround. See: https://github.com/iv-org/invidious/issues/3117 https://github.com/chrisboustead/videojs-vtt-thumbnails/issues/31 | |||
