summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-04Clean useless database arguments (4/5)Samantaz Fox
2022-01-04Clean useless database arguments (3/5)Samantaz Fox
2022-01-04Clean useless database arguments (2/5)Samantaz Fox
2022-01-04Clean useless database arguments (1/5)Samantaz Fox
2022-01-04Move DB utility functions to the proper moduleSamantaz Fox
2022-01-04Move DB queries related to 'annotations' in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (3/3)Samantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (2/2)Samantaz Fox
2022-01-04Move DB queries related to 'users' in a separate module (1/2)Samantaz Fox
2022-01-04Move DB queries related to session tokens in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to channels in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to statistics in a separate moduleSamantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (2/3)Samantaz Fox
2022-01-04Move DB queries related to playlists in a separate module (1/3)Samantaz Fox
2022-01-04Move DB queries related to 'videos' in a separate moduleSamantaz Fox
2022-01-04Also fix DISABLE_QUIC declarationSamantaz Fox
2022-01-04Flag to disable QUIC should be 'disable_quic'Samantaz Fox
2021-12-31Add check to avoid saving player pos to the11Tuvork28
length of the given video by saving a minimum of 15 at the end
2021-12-28Merge pull request #2727 from SamantazFox/add-shorts-supportSamantaz Fox
Add support for shorts
2021-12-26fix: null ptr while loading/switching themeThéo Gaillard
2021-12-26fix: null ptr while retaining timeThéo Gaillard
2021-12-22Merge pull request #2734 from iv-org/TheFrenchGhosty-patch-1TheFrenchGhosty
Add the Invidious's Mastodon account to the README
2021-12-22Add the Invidious's Mastodon account to the READMETheFrenchGhosty
2021-12-22i18n: Add Serbian backSamantaz Fox
2021-12-21Merge pull request #2538 from bbielsa/player-remember-positionSamantaz Fox
Retain video time position in video player
2021-12-21Merge pull request #2730 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2021-12-21Update Indonesian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2021-12-21Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com>
2021-12-21Update Turkish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2021-12-21Update French translationHosted Weblate
Update French translation Co-authored-by: Bundy01 <bundy@posteo.eu> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2021-12-21Update Arabic translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Rex_sa <rex.sa@pm.me>
2021-12-21Update Japanese translationHosted Weblate
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-12-21Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Allan Nordhøy <epost@anotheragency.no> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-12-21Update Spanish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2021-12-19Fix XSS vulnerability in channel playlistsSamantaz Fox
The channel/<ucid>/playlists page was vulnerable to Cross Site Scripting (XSS), because the different URL parameters were inserted as-is in the URL meant for instance switching. This vulnerability could allow an attacker to inject malicious Javascript in the page by tricking the user to click on a crafted link. Bug introduced in commit 66e7285108363c3c3dcb814bdffb716c14e1724d ("Only use /redirect when automatically redirecting"). Thanks to Jack (@testa:cthd.icu on Matrix, @cysea on github) for responsibly reporting this issue!
2021-12-17Extractors: Add support for shortsSamantaz Fox
Fixes #2708
2021-12-17Merge pull request #2725 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2021-12-16Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
2021-12-15Allow the t parameter to override the stored video playback positionbbielsa
2021-12-15Fix formatting of preferences.cr and videos.crbbielsa
2021-12-15Use localization for save player position label in the preferences pagebbielsa
2021-12-15Rename 'remember_position' to 'save_player_pos' for claritybbielsa
2021-12-15Added default value for get_video_time() which was causing a bug in safaribbielsa
2021-12-15Remove console.log debuggingbbielsa
2021-12-15Save 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-12-15Add remember_position field to the Preferences and VideoPreferences structs, ↵bbielsa
and add a checkbox in the preferences page to toggle it
2021-12-12Merge pull request #2692 from weblate/weblate-invidious-translationsSamantaz Fox
Invidious translations update Merged from the command line due to merge conflicts.
2021-12-12locales: use "DASH" instead of "dash" in en-USSamantaz Fox
2021-12-12Merge pull request #2576 from SamantazFox/fix-locales-handlingSamantaz Fox
Fix locales handling
2021-12-10Update Danish translationHosted Weblate
Update Danish translation Update Danish translation Update Danish translation Update Danish translation Update Danish translation Co-authored-by: Grooty12 <Rasmus@rosendahl-kaa.name> Co-authored-by: HackerNCoder <hackerncoder@protonmail.ch> Co-authored-by: Hosted Weblate <hosted@weblate.org>