summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-22Update cookie domain definition in player scriptFéry Mathieu (Mathius)
Related with : https://github.com/iv-org/invidious/pull/2895#issuecomment-1047762544
2022-02-22Add sameSite policy in cookie management in server sideFéry Mathieu (Mathius)
2022-02-22Update cookie declaration for preserve SameSite directiveFéry Mathieu (Mathius)
2022-02-17Lint player.jsFé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-14Move store of modification in Cookie instead of localStorageFéry Mathieu (Mathius)
2022-02-14Modify 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
2022-02-14Add videojs-persist pluginFéry Mathieu (Mathius)
2022-02-14Merge pull request #2871 from SamantazFox/user-code-cleaningSamantaz Fox
User code cleaning & fixing
2022-02-14Merge pull request #2892 from matthewmcgarvey/video-playabilitySamantaz Fox
Raise error if video not playable, also handle missing related videos
2022-02-13Fix Freetube subscriptions importSamantaz Fox
2022-02-13Merge pull request #2894 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-02-13Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Jeff Huang <s8321414@gmail.com>
2022-02-13Update Chinese (Simplified) translationHosted Weblate
Co-authored-by: Eric <alchemillatruth@purelymail.com>
2022-02-13Update Turkish translationHosted Weblate
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2022-02-13Update French translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-02-13Update Albanian translationHosted Weblate
Co-authored-by: Besnik Bleta <besnik@programeshqip.org> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-02-13Update Russian translationHosted Weblate
Co-authored-by: AHOHNMYC <lqwh2h2cwa@protonmail.com>
2022-02-13Update Arabic translationHosted Weblate
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
2022-02-13Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
2022-02-13Update Spanish translationHosted Weblate
Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2022-02-12Fix OPML importSamantaz Fox
2022-02-10Raise exception if playability not ok, also handle missing related videosmatthewmcgarvey
2022-02-11Merge pull request #2891 from SamantazFox/check-host-paramSamantaz Fox
video_playback: Check "host" parameter validity
2022-02-11video_playback: Check "host" parameter validitySamantaz Fox
2022-02-10Merge pull request #2890 from iv-org/SamantazFox-patch-1Samantaz Fox
DB: fix inverted arguments in User.update_password()
2022-02-10DB: fix inverted arguments in User.update_password()Samantaz Fox
Closes https://github.com/iv-org/invidious/issues/2875
2022-02-10Merge pull request #2888 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-02-10Update Indonesian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: ʏᴜᴜ <vcyzteen@protonmail.com>
2022-02-10Update Portuguese translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: SC <lalocas@protonmail.com>
2022-02-10Update Croatian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de>
2022-02-10Update French translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-02-10Update Arabic translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me>
2022-02-10Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Jeff Huang <s8321414@gmail.com>
2022-02-10Update Chinese (Simplified) translationHosted Weblate
Co-authored-by: Eric <alchemillatruth@purelymail.com>
2022-02-10Update Turkish translationHosted Weblate
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2022-02-10Update Hungarian translationHosted Weblate
Co-authored-by: István Nyitrai <sianis@gmail.com>
2022-02-10Update Spanish translationHosted Weblate
Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2022-02-10Merge pull request #2872 from SamantazFox/misaligned-captionsSamantaz Fox
Use a regex to fix badly aligned captions
2022-02-10Merge pull request #2885 from matthewmcgarvey/data-controlSamantaz Fox
Update wording on data control page for clarity
2022-02-10Update en-US translations instead of translation keys for data controlmatthewmcgarvey
2022-02-09Update wording on data control page for claritymatthewmcgarvey
2022-02-09Merge pull request #2874 from SamantazFox/small-fixesSamantaz Fox
Small fixes
2022-02-09Fix empty error page on BrokenTubeExceptionSamantaz Fox
2022-02-08Apply changes from code reviewSamantaz Fox
2022-02-08embed page: fix typo in videojs-overlay script URLSamantaz Fox
2022-02-08Add missing subtitle languagesSamantaz Fox
2022-02-08Mention that VR videos option require WebGLSamantaz Fox
2022-02-08HTML escape error messageSamantaz Fox
2022-02-08Inline a few JS functionsSamantaz Fox
Helps sending less bytes to the client.
2022-02-08handlers.js: fix TypeError on document.activeElement.typeSamantaz Fox