summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-21Make configurable time between each RefreshChannelsJobFéry Mathieu (Mathius)
2022-02-19Add currentTimestamp in shared url by videojs-shareFéry Mathieu (Mathius)
2022-02-18Expose version in /api/v1/stats with statistic disabledFé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-16Merge pull request #2907 from iv-org/contact-pageTheFrenchGhosty
Remove the e-mail section from the README and link to the website
2022-02-16Remove the e-mail section from the README and link to the websiteTheFrenchGhosty
2022-02-15Merge pull request #2903 from iv-org/SamantazFox-patch-1Samantaz Fox
comments: don't error out when video has no comments
2022-02-14comments: don't error out when video has no commentsSamantaz Fox
continuationItems is nil when video has no comments
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-12Do not check for pending migrations on app startmatthewmcgarvey
This is so that we don't break deploys with this PR. Instead we only ship the 'invidious --migrate' cli command and let people test that. Maybe even ship a new migration that wouldn't break apps that don't run the migrations. Then we roll out the functionality that requires migrations.
2022-02-11Run migrations through CLI instead of when app startsmatthewmcgarvey
2022-02-11Migrations tweaksmatthewmcgarvey
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-09Add custom migration implementationmatthewmcgarvey
2022-02-09Merge pull request #2874 from SamantazFox/small-fixesSamantaz Fox
Small fixes