| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-25 | Fix Performance/ChainedCallWithNoBang issues | syeopite | |
| 2021-10-25 | Fix Style/VerboseBlock issues | syeopite | |
| 2021-10-25 | Fix Style/VariableNames issues | syeopite | |
| 2021-10-25 | Fix Lint/UnusedArgument issues | syeopite | |
| 2021-10-25 | Fix Lint/RedundantStringCoercion issues | syeopite | |
| 2021-10-24 | Bump crystal version for ARM docker container to 1.2.0-r0 (#2527) | Samantaz Fox | |
| 2021-10-20 | Merge pull request #2433 from iv-org/increase-channel-refresh-delay | syeopite | |
| Decrease channel refresh frequency (1 min -> 1 h) | |||
| 2021-10-18 | Merge pull request #2477 from SamantazFox/move-prefs-and-config | syeopite | |
| Move user preferences and server config | |||
| 2021-10-18 | Merge pull request #2478 from SamantazFox/code-cleanup | syeopite | |
| Code cleanup | |||
| 2021-10-18 | Move 'extract_text()' to 'extractors_utils.cr' | Samantaz Fox | |
| 2021-10-18 | Move 'extractors.cr' to 'yt_backend' folder | Samantaz Fox | |
| 2021-10-18 | Move 'add_yt_headers()' to 'connection_pool.cr' | Samantaz Fox | |
| 2021-10-18 | Move 'extract_videos' and 'extract_selected_tab' too | Samantaz Fox | |
| 2021-10-18 | Add fetch_continuation_token back (required by #2215) | Samantaz Fox | |
| 2021-10-18 | Add 'require' statement to 'invidious.cr' | Samantaz Fox | |
| 2021-10-18 | Remove fetch_continuation_token(): dead code | Samantaz Fox | |
| 2021-10-18 | Move the YoutubeConnectionPool code to its own file | Samantaz Fox | |
| 2021-10-18 | Move proxy & YoutubeAPI code to the yt_backend folder | Samantaz Fox | |
| 2021-10-18 | Translations update from Weblate (#2518) | Weblate (bot) | |
| * Update Arabic translation * Update Chinese (Simplified) translation * Update Chinese (Traditional) translation * Update Esperanto translation * Update Lithuanian translation * Update Norwegian Bokmål translation * Update Spanish translation * Update Turkish translation Co-authored-by: Allan Nordhøy <epost@anotheragency.no> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: Jeff Huang <s8321414@gmail.com> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: TheFrenchGhosty <TheFrenchGhosty@posteo.is> | |||
| 2021-10-17 | Merge pull request #2508 from syeopite/lazy-load-images | syeopite | |
| Lazy load (some) images | |||
| 2021-10-17 | Merge pull request #2406 from TechnicalSuwako/fix-non-js-player | syeopite | |
| fix non-JS player #2405 | |||
| 2021-10-17 | bump version number for crystal alpine linux package | Émilien Devos | |
| 2021-10-17 | Fix in README: license is AGPLv3, not AGPLv3+ | Samantaz Fox | |
| 2021-10-15 | Merge pull request #2506 from syeopite/handle-empty-playlist-tabs | syeopite | |
| Handle YT tabs without content | |||
| 2021-10-15 | Merge pull request #2491 from syeopite/extract-image-routes | syeopite | |
| Extract image routes | |||
| 2021-10-15 | Add Crystal 1.2.0 to CI and bump install-crystal (#2517) | syeopite | |
| 2021-10-14 | Merge pull request #2512 from iv-org/fix-2510 | TheFrenchGhosty | |
| Fix #2510 | |||
| 2021-10-14 | Fix #2510 | TheFrenchGhosty | |
| 2021-10-14 | Update English (United States) translation (#2511) | Weblate (bot) | |
| Co-authored-by: TheFrenchGhosty <TheFrenchGhosty@posteo.is> | |||
| 2021-10-14 | Merge pull request #2510 from iv-org/donate-page | TheFrenchGhosty | |
| Link to invidious.io/donate/ in the footer | |||
| 2021-10-14 | Translations update from Weblate (#2505) | Weblate (bot) | |
| * Update Arabic translation * Update Spanish translation * Update Spanish translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Japanese translation * Update Lithuanian translation * Update Korean translation * Update Portuguese translation Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Jeff Huang <s8321414@gmail.com> Co-authored-by: 黒にゃんこ <renraku@076.ne.jp> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: 황윤성 <me@hys.pe.kr> Co-authored-by: SC <lalocas@protonmail.com> | |||
| 2021-10-14 | Change the translation key of the Donate page | TheFrenchGhosty | |
| 2021-10-14 | Link to invidious.io/donate/ in the footer | TheFrenchGhosty | |
| 2021-10-14 | Lazy load (some) images | syeopite | |
| 2021-10-14 | Merge pull request #2507 from fredsterorg/master | TheFrenchGhosty | |
| Fix typo | |||
| 2021-10-13 | Fix typo | fredster33 | |
| 2021-10-13 | Handle YT tabs without any content | syeopite | |
| 2021-10-13 | Support empty categories | syeopite | |
| 2021-10-12 | Merge pull request #2497 from Yetangitu/videorendererparser_parse_missing_title | syeopite | |
| Handle missing title fields in VideoRendererParser.parse (fixes #2495) | |||
| 2021-10-12 | Fix for #2488 - parse contents of search results of type=Category (#2496) | Frank de Lange | |
| * Fix for #2488 - parse contents of search results of type=Category (returned on first page for universal (type=all) queries instead of returning an error. * Moved content array walker to Category#to_json As requested by reviewer this change moves the content array walker from the API endpoint to the Category class. * Update src/invidious/helpers/serialized_yt_data.cr Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> | |||
| 2021-10-12 | Handle missing title fields in VideoRendererParser.parse | Frank de Lange | |
| 2021-10-11 | Merge pull request #2257 from diogorac/fix-only-second-vid | Samantaz Fox | |
| 2021-10-11 | Lookback 50 videos | Samantaz Fox | |
| 2021-10-11 | propagate video_id field on getting playlists | diogo | |
| 2021-10-11 | rename from continuation to video_id on get_playlist_videos | diogo | |
| 2021-10-11 | update to new YoutubeAPI | diogo | |
| 2021-10-11 | use dig for getting the video index | diogo | |
| 2021-10-11 | linting | diogo | |
| 2021-10-11 | increase the max videos in a playlist | diogo | |
| 2021-10-11 | use v1/next instead of searching for the continuation index | diogo | |
