summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-07Move helpers_spec.rb into invidious directorymatthewmcgarvey
2022-01-06Merge pull request #2767 from SamantazFox/fix-subscriptions-not-clearedSamantaz Fox
Fix subscription not being cleared
2022-01-06Merge pull request #2771 from matthewmcgarvey/delete-playlistsSamantaz Fox
Fix playlist deletion
2022-01-05PR feedbackmatthewmcgarvey
2022-01-05delete_by_playlist_id -> delete_by_playlistmatthewmcgarvey
2022-01-05Fix playlist deletionmatthewmcgarvey
2022-01-05DB: fix subscription not being clearedSamantaz Fox
Fixes https://github.com/iv-org/invidious/issues/2764
2022-01-05Merge pull request #2719 from SamantazFox/batch-minor-fixesSamantaz Fox
Multiple minor fixes
2022-01-05Merge pull request #2685 from SamantazFox/database-improvmentsTheFrenchGhosty
Database improvements
2022-01-05Merge pull request #2677 from SamantazFox/decompression-fix-2TheFrenchGhosty
Temporarily fix for #2612 (round 2)
2022-01-05Remove spec for playlist continuationSamantaz Fox
2022-01-05Show unavailable videos in playlistsSamantaz Fox
2022-01-05Use dig?() for playlist titleSamantaz Fox
2022-01-05Fix leading spaces being collapsed in descriptionsSamantaz Fox
Fixes #1954
2022-01-05Fix "video can't be added to playlist without JS"Samantaz Fox
Fixes #2686
2022-01-05Fix the search boxSamantaz Fox
Fix #277 : autoselect search field Fix #1107: no spell checking/auto-correct on search field
2022-01-05Merge pull request #2744 from tirz/feature-fix_null_ptr_for_localStorageSamantaz Fox
fix: null ptr while retaining video time
2022-01-04Merge pull request #2750 from 11Tuvork28/patch-2Samantaz Fox
Removes annoying video switching | Fixes #2736
2022-01-04Merge pull request #2746 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-01-04Update Danish translationHosted Weblate
Co-authored-by: Grooty12 <Rasmus@rosendahl-kaa.name> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-01-04Update Indonesian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2022-01-04Update Persian translationHosted Weblate
Update Persian translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Matin <MatiinBaloochestani@gmail.com> Co-authored-by: Seyed mohammad ali Hosseinifard <ali_hosseine@yahoo.com>
2022-01-04Update Dutch translationHosted Weblate
Co-authored-by: Gert-dev <qnyasgjhapqyuhoibr@kiabws.com> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-01-04Add Albanian translationHosted Weblate
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
2022-01-04Update Croatian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de>
2022-01-04Update French translationHosted Weblate
Co-authored-by: Bundy01 <bundy@posteo.eu> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-01-04Update German translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: ThetaDev <t.testboy@gmail.com>
2022-01-04Update Arabic translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Rex_sa <rex.sa@pm.me>
2022-01-04Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com>
2022-01-04Update Turkish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2022-01-04Update Hungarian translationHosted Weblate
Update Hungarian translation Update Hungarian translation Update Hungarian translation Co-authored-by: Benedek Nagy <benedek@bndk.club> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: f3rr31 <5920873@disroot.org>
2022-01-04Update Spanish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2022-01-04Double quote variable to prevent sh error (#2754)mcnesium
2022-01-04Clean useless database arguments (5/5)Samantaz Fox
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