summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-07Update Polish translationHosted Weblate
Co-authored-by: Matthaiks <kitynska@gmail.com>
2023-10-07Update Croatian translationHosted Weblate
Co-authored-by: Milo Ivir <mail@milotype.de>
2023-10-07Update Czech translationHosted Weblate
Co-authored-by: Fjuro <ifjuro@proton.me>
2023-10-07Update Catalan translationHosted Weblate
Co-authored-by: victor dargallo <victordargallo@disroot.org>
2023-10-07Update Japanese translationHosted Weblate
Co-authored-by: maboroshin <maboroshin@users.noreply.hosted.weblate.org>
2023-10-07Update Ukrainian translationHosted Weblate
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
2023-10-07Update Bulgarian translationHosted Weblate
Add Bulgarian translation Co-authored-by: Radoslav Lelchev <rlelchev05@gmail.com> Co-authored-by: Radoslav Lelchev <rlelchev@abv.bg>
2023-10-07Add Belarusian translationHosted Weblate
Co-authored-by: Maksim <maxklezovich@gmail.com>
2023-10-07Update Russian translationHosted Weblate
Co-authored-by: Radoslav Lelchev <rlelchev@abv.bg>
2023-10-07Update Esperanto translationHosted Weblate
Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2023-10-07Update Greek translationHosted Weblate
Co-authored-by: fresh <fresh190@protonmail.com>
2023-10-07Update German translationHosted Weblate
Update German translation Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Radoslav Lelchev <rlelchev@abv.bg>
2023-10-07Update Portuguese (Brazil) translationHosted Weblate
Update Portuguese (Brazil) translation Co-authored-by: Henrique <henrique.roberto97@gmail.com> Co-authored-by: joaooliva <joaooliva@protonmail.com>
2023-10-07Update Turkish translationHosted Weblate
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
2023-10-07Fixed formattingRadoslavL
2023-10-07i18next: Revert some changes, as es/pt/pt-PT aren't mixed up (yet)Samantaz Fox
2023-10-07Added authorVerified to the video API v1 routeRadoslavL
2023-10-07Added a 'published' video parameterRadoslavL
2023-10-06Remove shortcutsJake Anto
As per PR comment https://github.com/iv-org/invidious/pull/4145#issuecomment-1750048450
2023-10-06i18Next: Add exceptions for mixed v3/v4 plural formsSamantaz Fox
2023-10-05Add shortcutsJake Anto
2023-10-05Add `start_url`Jake Anto
2023-10-05Add descriptionJake Anto
2023-09-30Fixed an issueRadoslavL
2023-09-30Replaced to_json with to_pretty_jsonRadoslavL
2023-09-30Actually add the pagination.js file (git didn't detect it the first time)RadoslavL
2023-09-30Added a previous_page_button preference option and made switching between ↵RadoslavL
the first page and previous page buttons possible
2023-09-28Add support for viewing comments without jsChunkyProgrammer
Improve stylings
2023-09-27remove unused variableChunkyProgrammer
simplify resolve url remove trailing spaces Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-09-27JS: Fix missing domain in URL constructorSamantaz Fox
2023-09-27Fixed a problemRadoslavL
2023-09-27Fixed problemRadoslavL
2023-09-27Removed a tabRadoslavL
2023-09-27Changed first_page type to BoolRadoslavL
2023-09-27Removed a spaceRadoslavL
2023-09-27Don't redefine the "preload" option in player.jsThomas Lange
If the HTML5 "<video>" element defines the "preload" attribute directly, it isn't necessary to redefine the "preload" option in the player.js.
2023-09-27Fixed an issue with tabsRadoslavL
2023-09-27Fix more issues related to tabsRadoslavL
2023-09-27Removed unnecessary spacesRadoslavL
2023-09-27Included the check for RTL languagesRadoslavL
2023-09-27Added a first page buttonRadoslavL
2023-09-26Add option to control preloading of video dataThomas Lange
Fix #4110 by adding an option to control the preloading of video data on page load. If disabled ("false"), the browser will not preload any video data until the user explicitly hits the "Play" button. If enabled ("true"), the default behavior will be used, which means the browser decides how much of the video will be preloaded.
2023-09-24Removed unnecessary linesRadoslavL
2023-09-23Lintsyeopite
2023-09-23Consistency: rename #add_timestamp_componentsyeopite
Removes the add_ prefix for consistency with the other methods in WebVTT::Builder
2023-09-23Update src/invidious/helpers/webvtt.crsyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-09-23Update documentation for `WebVTT.build`syeopite
2023-09-23WebVTT::Builder: rename #line to #cuesyeopite
2023-09-23Refactor Invidious's VTT logic to use WebVtt.buildsyeopite
2023-09-23Add method to construct WebVTT filessyeopite
Similar to JSON.Build