summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-14Merge pull request #2512 from iv-org/fix-2510TheFrenchGhosty
Fix #2510
2021-10-14Fix #2510TheFrenchGhosty
2021-10-14Update English (United States) translation (#2511)Weblate (bot)
Co-authored-by: TheFrenchGhosty <TheFrenchGhosty@posteo.is>
2021-10-14Merge pull request #2510 from iv-org/donate-pageTheFrenchGhosty
Link to invidious.io/donate/ in the footer
2021-10-14Translations 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-14Change the translation key of the Donate pageTheFrenchGhosty
2021-10-14Link to invidious.io/donate/ in the footerTheFrenchGhosty
2021-10-14Merge pull request #2507 from fredsterorg/masterTheFrenchGhosty
Fix typo
2021-10-13Fix typofredster33
2021-10-12Merge pull request #2497 from Yetangitu/videorendererparser_parse_missing_titlesyeopite
Handle missing title fields in VideoRendererParser.parse (fixes #2495)
2021-10-12Fix 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-12Handle missing title fields in VideoRendererParser.parseFrank de Lange
2021-10-11Merge pull request #2257 from diogorac/fix-only-second-vidSamantaz Fox
2021-10-11Lookback 50 videosSamantaz Fox
2021-10-11propagate video_id field on getting playlistsdiogo
2021-10-11rename from continuation to video_id on get_playlist_videosdiogo
2021-10-11update to new YoutubeAPIdiogo
2021-10-11use dig for getting the video indexdiogo
2021-10-11lintingdiogo
2021-10-11increase the max videos in a playlistdiogo
2021-10-11use v1/next instead of searching for the continuation indexdiogo
2021-10-11lintingdiogo
2021-10-11no need to normalize the offsetdiogo
2021-10-11scroll the nextVideo into the topdiogo
2021-10-11pass the api/v1/playlists with videos before the offsetdiogo
2021-10-11lintingdiogo
2021-10-11fix cases when high offset video from playlist has no offset in urldiogo
2021-10-11add index to playlist itemdiogo
2021-10-11playlist starts at the offsetdiogo
2021-10-11Fix `Role "kemal" does not exist` (#2490)Samantaz Fox
2021-10-11variable postgres username and database name (#2451)JuniorJPDJ
2021-10-11Use kemal in production mode (#2455)syeopite
2021-10-11Fix URL-encoding in href strings (#2460)mastihios
* hrefs: replace HTML.escape w/ URI.encode_www_form * Fix search_query_encoded
2021-10-11Added border radius to channel-profile (#2484)tuvork
2021-10-07Fix extractor bugs (#2454)syeopite
* Add debug/trace logging to extract_items * Handle invalid timestamps for livestreams extraction * Make use of author_fallback in playlist extractor * Don't use extract_text for video length extraction The extract_text function attempts to extract from both the simpleText and the runs route. This is typically what we'd want for text extraction as it could appear in both locations. However, while this still holds true, the thumbnailOverlayTimeStatusRenderer writes a numerical length (when present on the video) to the simpleText route and uses runs for a text overlay like "LIVE" or "PREMIERE". Therefore, when a video has a text overlay instead of a numerical one, Invidious still passes it onto decode_length_seconds, which obviously raises since it cannot be converted into integers. In the future, if more routes requires one text route over the other, we should go ahead and add an argument to extract_text itself. Though for now, this is sufficient. * Handle unsupported "special" categories
2021-10-07Add myself (SamantazFox) as codeowner of locale files (#2472)Samantaz Fox
2021-10-07Translations update from Weblate (#2470)Weblate (bot)
* Update Russian translation * Update Arabic translation * Update Spanish translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Lithuanian translation * Update Portuguese translation Co-authored-by: Nikita Epifanov <nikgreens@protonmail.com> Co-authored-by: Rex_sa <rex.sa@pm.me> 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: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: SC <lalocas@protonmail.com>
2021-10-07Add config option to display source code URL in footer (#2450)Samantaz Fox
2021-10-05Update Persian translation (#2463)Weblate (bot)
Co-authored-by: Mostafa Ahangarha <ahangarha@gmail.com>
2021-10-05Add missing filter ui locales (#1912)syeopite
2021-10-04Revert "Fix typo (#2456)" (#2457)Samantaz Fox
This reverts commit 4982bff74df677c9e615b52075bd05d0006acc69.
2021-10-04Fix typo (#2456)Jorge Maldonado Ventura
2021-10-03Merge pull request #1678 from Rjevski/idempotent-database-migrationssyeopite
Make DB migrations idempotent.
2021-10-02Add support to make invidious API-only via flag (#2363)syeopite
2021-10-02Merge pull request #2443 from iv-org/syeopite-patch-1syeopite
Use make_client when querying instance api
2021-10-02Merge pull request #2228 from syeopite/extract-items-overhaulsyeopite
Overhaul extract_item(s) functions and add infrastructure for parsing YouTube categories
2021-10-02Update container-release.ymlsyeopite
2021-10-02Install Crystal in container-release for lintersyeopite
2021-10-02Run linter in container-release workflowsyeopite
2021-10-02Actually fix lintsyeopite