summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
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
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-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 #2576 from SamantazFox/fix-locales-handlingSamantaz Fox
Fix locales handling
2021-12-06Merge pull request #2659 from SamantazFox/fix-likes-dislikesSamantaz Fox
Fix likes/dislikes
2021-12-02Merge pull request #2683 from iv-org/SamantazFox-patch-1Samantaz Fox
Fix #2682
2021-12-01Merge pull request #2671 from matthewmcgarvey/code-removalSamantaz Fox
Remove dead code
2021-12-01Use 'dig()' in 'find()' statementsSamantaz Fox
2021-11-29Fix #2670Samantaz Fox
Fixes "Download widget replaces spaces in filename with +" https://github.com/iv-org/invidious/issues/2670
2021-11-29Remove dead codematthewmcgarvey
2021-11-29Fix #2682Samantaz Fox
Fix "Missing param name: "q" (KeyError)" https://github.com/iv-org/invidious/issues/2682
2021-11-28Use dig to get category contentsSamantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2021-11-28Typo: missing '?' when looking for key in dislikes_buttonSamantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2021-11-28Decompress the response body ourselvesSamantaz Fox
Temp fix for #2612
2021-11-28Revert "Temporarily fix for #2612" (#2673)Émilien Devos
2021-11-28Merge pull request #2656 from SamantazFox/fix-2549Samantaz Fox
extract_video_info: Make sure that the Android player response is valid
2021-11-28Merge pull request #2623 from SamantazFox/temp-decompression-fixSamantaz Fox
Temporarily fix for #2612