summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2022-01-10i18n: Use plurals for video/view/subscriber/subscription countsSamantaz Fox
2022-01-10i18n: Use plurals for year/month/day/etc...Samantaz Fox
2022-01-10i18n: Add dedicated function for counts translationSamantaz Fox
2022-01-10i18n: make multiple fixes to i18next pluralsSamantaz Fox
2022-01-10i18n: Add i18next plural rules and selectorSamantaz Fox
2022-01-10i18n: Add i18next plural resolver classSamantaz Fox
2022-01-10i18n: Add i18next plurals base setsSamantaz Fox
2022-01-09Fix indefinitely growing databaseSamantaz Fox
2022-01-08Update to fetch related channels againmatthewmcgarvey
2022-01-08Add explicit return keywordbbielsa
2022-01-08Move require statement to the correct filebbielsa
2022-01-08Add text/xml as a possible mime type for xml file uploadsbbielsa
2022-01-08Detect the type of subscription import format based on the content type of ↵bbielsa
the file uploaded
2022-01-08Move parse_subscription_export_csv function to user/imports.crbbielsa
2022-01-08Test if body content is likely JSON, if so parse the json format of ↵bbielsa
subscriptions export. If the content is anything else, assume it is CSV and parse
2022-01-08Add helper function parse_subscription_export_csv() which parses the csv ↵bbielsa
format returned by the subscription exporter
2022-01-06Merge pull request #2767 from SamantazFox/fix-subscriptions-not-clearedSamantaz Fox
Fix subscription not being cleared
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-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-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
2021-12-28Merge pull request #2727 from SamantazFox/add-shorts-supportSamantaz Fox
Add support for shorts
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-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