| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-05 | Fix "video can't be added to playlist without JS" | Samantaz Fox | |
| Fixes #2686 | |||
| 2022-01-05 | Fix the search box | Samantaz Fox | |
| Fix #277 : autoselect search field Fix #1107: no spell checking/auto-correct on search field | |||
| 2022-01-04 | Clean useless database arguments (5/5) | Samantaz Fox | |
| 2022-01-04 | Clean useless database arguments (4/5) | Samantaz Fox | |
| 2022-01-04 | Clean useless database arguments (3/5) | Samantaz Fox | |
| 2022-01-04 | Clean useless database arguments (2/5) | Samantaz Fox | |
| 2022-01-04 | Clean useless database arguments (1/5) | Samantaz Fox | |
| 2022-01-04 | Move DB utility functions to the proper module | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to 'annotations' in a separate module | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to playlists in a separate module (3/3) | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to 'users' in a separate module (2/2) | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to 'users' in a separate module (1/2) | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to session tokens in a separate module | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to channels in a separate module | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to statistics in a separate module | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to playlists in a separate module (2/3) | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to playlists in a separate module (1/3) | Samantaz Fox | |
| 2022-01-04 | Move DB queries related to 'videos' in a separate module | Samantaz Fox | |
| 2021-12-28 | Merge pull request #2727 from SamantazFox/add-shorts-support | Samantaz Fox | |
| Add support for shorts | |||
| 2021-12-22 | i18n: Add Serbian back | Samantaz Fox | |
| 2021-12-21 | Merge pull request #2538 from bbielsa/player-remember-position | Samantaz Fox | |
| Retain video time position in video player | |||
| 2021-12-19 | Fix XSS vulnerability in channel playlists | Samantaz 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-17 | Extractors: Add support for shorts | Samantaz Fox | |
| Fixes #2708 | |||
| 2021-12-15 | Fix formatting of preferences.cr and videos.cr | bbielsa | |
| 2021-12-15 | Use localization for save player position label in the preferences page | bbielsa | |
| 2021-12-15 | Rename 'remember_position' to 'save_player_pos' for clarity | bbielsa | |
| 2021-12-15 | Add remember_position field to the Preferences and VideoPreferences structs, ↵ | bbielsa | |
| and add a checkbox in the preferences page to toggle it | |||
| 2021-12-12 | Merge pull request #2576 from SamantazFox/fix-locales-handling | Samantaz Fox | |
| Fix locales handling | |||
| 2021-12-06 | Merge pull request #2659 from SamantazFox/fix-likes-dislikes | Samantaz Fox | |
| Fix likes/dislikes | |||
| 2021-12-02 | Merge pull request #2683 from iv-org/SamantazFox-patch-1 | Samantaz Fox | |
| Fix #2682 | |||
| 2021-12-01 | Merge pull request #2671 from matthewmcgarvey/code-removal | Samantaz Fox | |
| Remove dead code | |||
| 2021-12-01 | Use 'dig()' in 'find()' statements | Samantaz Fox | |
| 2021-11-29 | Fix #2670 | Samantaz Fox | |
| Fixes "Download widget replaces spaces in filename with +" https://github.com/iv-org/invidious/issues/2670 | |||
| 2021-11-29 | Remove dead code | matthewmcgarvey | |
| 2021-11-29 | Fix #2682 | Samantaz Fox | |
| Fix "Missing param name: "q" (KeyError)" https://github.com/iv-org/invidious/issues/2682 | |||
| 2021-11-28 | Use dig to get category contents | Samantaz Fox | |
| Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com> | |||
| 2021-11-28 | Typo: missing '?' when looking for key in dislikes_button | Samantaz Fox | |
| Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com> | |||
| 2021-11-28 | Decompress the response body ourselves | Samantaz Fox | |
| Temp fix for #2612 | |||
| 2021-11-28 | Revert "Temporarily fix for #2612" (#2673) | Émilien Devos | |
| 2021-11-28 | Merge pull request #2656 from SamantazFox/fix-2549 | Samantaz Fox | |
| extract_video_info: Make sure that the Android player response is valid | |||
| 2021-11-28 | Merge pull request #2623 from SamantazFox/temp-decompression-fix | Samantaz Fox | |
| Temporarily fix for #2612 | |||
| 2021-11-25 | likes/dislikes: better fallback management | Samantaz Fox | |
| '.to_i64?' instead of '.to_i64' returns nil rather than raising an exception when it's done on an empty string. In some rare cases, rating can be equal to 5. In this case, the value of player_response[videoDetails][averageRating] is an Int and not a Float. | |||
| 2021-11-25 | i18n: return 'key' if 'key' is not in locales files | Samantaz Fox | |
| 2021-11-24 | Use new techniques to get (dis)likes back | Samantaz Fox | |
| 2021-11-21 | allow multiple, successive content-encodings | Samantaz Fox | |
| 2021-11-21 | extract_video_info: make sure that the Android player response is valid | Samantaz Fox | |
| 2021-11-21 | i18n: log a warning instead of rising an exception | Samantaz Fox | |
| This is more user-friendly. TODO: maybe make a compile time flag for testing purposes | |||
| 2021-11-21 | Add other missing translations | Samantaz Fox | |
| * on watch page and video cards (search results, playlists, etc...) * on /feed/playlists * in search filters (not normalized in order to avoid collisions with an existing PR that reworks the search filters) | |||
| 2021-11-21 | Add missing translation for quality selectors | Samantaz Fox | |
| 2021-11-21 | Remove useless 'hl' parameters on captions URL | Samantaz Fox | |
