summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-26Merge pull request #2524 from SamantazFox/preferences-locales-reworkSamantaz Fox
Preferences locales key normalization
2021-10-26Normalize translation key for preferences categoriesSamantaz Fox
categories normalized: - Miscellanous - Player - Visual - Administrator - Data - Subscription
2021-10-26Normalize translation key for user prefrerencesSamantaz Fox
preferences normalized: - annotations - annotations_subscribed - automatic_instance_redirect - autoplay - captions - comments - continue - continue_autoplay - dark_mode - default_home - extend_desc - feed_menu - listen - local - locale - max_results - notifications_only - player_style - quality - quality_dash - related_videos - show_nick - sort - speed - thin_mode - unseen_only - video_loop - volume - vr_mode
2021-10-26Merge pull request #2523 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Weblate
2021-10-26Update Indonesian translationHosted Weblate
Update Portuguese (Brazil) translation Update German translation Update Portuguese translation Update Croatian translation Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Co-authored-by: Gabriel Cardoso <g.cardoso@mailfence.com> Co-authored-by: Gordon Shumway <machine@gordon-shumway.net> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Neko Nekowazarashi <i.musthafa66@gmail.com> Co-authored-by: SC <lalocas@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2021-10-26Delete lock.ymlsyeopite
2021-10-26Add healthcheck for docker-compose황윤성
2021-10-25Switch to #sort_by! in pull_popular_videos jobsyeopite
2021-10-25Reduce block verbosity furthersyeopite
2021-10-25Optimize assigning of on_response_received_endpointssyeopite
2021-10-25Remove extra dot between [] from ambea copy-pasting.syeopite
2021-10-25Update src/invidious/routes/playlists.crsyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2021-10-25Update src/invidious/routes/channels.crsyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2021-10-25Fix Style/IsAFilter issuessyeopite
2021-10-25Fix Performance/ChainedCallWithNoBang issuessyeopite
2021-10-25Fix Style/VerboseBlock issuessyeopite
2021-10-25Fix Style/VariableNames issuessyeopite
2021-10-25Fix Lint/UnusedArgument issuessyeopite
2021-10-25Fix Lint/RedundantStringCoercion issuessyeopite
2021-10-25Feature Request: Localization for trending (remove region from server config)Dmitry Sandalov
2021-10-24Bump crystal version for ARM docker container to 1.2.0-r0 (#2527)Samantaz Fox
2021-10-21Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma)Dmitry Sandalov
2021-10-21Feature Request: Localization for trending (reword region doc)Dmitry Sandalov
2021-10-21Feature Request: Localization for trending (move TRENDING_REGIONS to i18n.cr ↵Dmitry Sandalov
as CONTENT_REGIONS)
2021-10-21Feature Request: Localization for trending iv-org#331Dmitry Sandalov
2021-10-20Merge pull request #2433 from iv-org/increase-channel-refresh-delaysyeopite
Decrease channel refresh frequency (1 min -> 1 h)
2021-10-18Merge pull request #2477 from SamantazFox/move-prefs-and-configsyeopite
Move user preferences and server config
2021-10-18Merge pull request #2478 from SamantazFox/code-cleanupsyeopite
Code cleanup
2021-10-18Move 'extract_text()' to 'extractors_utils.cr'Samantaz Fox
2021-10-18Move 'extractors.cr' to 'yt_backend' folderSamantaz Fox
2021-10-18Move 'add_yt_headers()' to 'connection_pool.cr'Samantaz Fox
2021-10-18Move 'extract_videos' and 'extract_selected_tab' tooSamantaz Fox
2021-10-18Add fetch_continuation_token back (required by #2215)Samantaz Fox
2021-10-18Add 'require' statement to 'invidious.cr'Samantaz Fox
2021-10-18Remove fetch_continuation_token(): dead codeSamantaz Fox
2021-10-18Move the YoutubeConnectionPool code to its own fileSamantaz Fox
2021-10-18Move proxy & YoutubeAPI code to the yt_backend folderSamantaz Fox
2021-10-18Translations 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-17Merge pull request #2508 from syeopite/lazy-load-imagessyeopite
Lazy load (some) images
2021-10-17Merge pull request #2406 from TechnicalSuwako/fix-non-js-playersyeopite
fix non-JS player #2405
2021-10-17bump version number for crystal alpine linux packageÉmilien Devos
2021-10-17Fix in README: license is AGPLv3, not AGPLv3+Samantaz Fox
2021-10-15Merge pull request #2506 from syeopite/handle-empty-playlist-tabssyeopite
Handle YT tabs without content
2021-10-15Merge pull request #2491 from syeopite/extract-image-routessyeopite
Extract image routes
2021-10-15Add Crystal 1.2.0 to CI and bump install-crystal (#2517)syeopite
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>