summaryrefslogtreecommitdiffstats
path: root/assets/js/videojs-http-source-selector.min.js (unfollow)
AgeCommit message (Collapse)Author
2021-07-24Rework the README (#2135)Samantaz Fox
Major README.md cleaning Additions: * Add the invidious logo * Add Quickstart section * Add relevant links (instance list, documentation, contribute, donate) directly in the header Badges: * Add badges for open issues and PRs * Add "Awesome Humane Tech" badge, as we're listed there * Move CI passed/translated badges to the top * Replace the "license feature" with a proper badge Major section changes: * Reword titles * Rewrite features list * Promote the screenshots sections. People like screenshots! * Move "donate" to the end, there is a link at the top anyway * Move section "made with invidious" after all the other invidious related sections + rename it to "Projects using Invidious" Other fixes: * Remove useless HTML in the screenshots table * Remove extra columns in H2 titles * Remove all useless lines between sections * Use markdown for git commands + add the staging step * Promote invidious redirect in "Extensions" * Update preference screenshots
2021-07-16config_example.yaml: document all possible options (#2083)Samantaz Fox
Fixes https://github.com/iv-org/documentation/issues/46
2021-07-15Include liblsquic build in dockerfile + add support for ARM64 on Docker (#2147)nemunaire
Co-authored-by: Emilien Devos <contact@emiliendevos.be>
2021-07-15Multiple front-end fixes (#2247)Samantaz Fox
Fixes: * Sanitize user-provided content in HTML (Fixes #2193) * Fix encoding of search query in prev/next pages (Fixes #2229) * Fix some issues introduced with #2196: - Fix alignment of all <h3> elements (Move the inline style from the parent to the <h3> element) - Add missing comma on 'dir' HTML attribute (Typo introduced by PR #2196) Code cleaning: * Remove unnecessary 'each_sclice' + 'each' double loop in ECR files * Clean the player's <source> list generation code (in player.ecr)
2021-07-14Mute unbuffered_flush IOError exception (#2235)Émilien Devos
Related to #1416, it doesn't really fix the real error, but instead mutes the exception message. Like explained in #1416, this "exception Error" while flushing the client data doesn't harm the client-server connection. However, this exception message continuously spams the logs and makes debugging and error finding really difficult.
2021-07-14Translations update from Weblate (#2251)Weblate (bot)
* Update Arabic translation * Update Bengali (Bangladesh) translation * Update Chinese (Simplified) translation * Update Chinese (Traditional) translation * Update Croatian translation * Update Czech translation * Update Danish translation * Update Dutch translation * Update Esperanto translation * Update Hebrew translation * Update Indonesian translation * Update Lithuanian translation * Update Norwegian Bokmål translation * Update Portuguese (Brazil) translation * Update Serbian (cyrillic) translation * Update Spanish translation * Update Turkish translation * Update Vietnamese translation Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Jeff Huang <s8321414@gmail.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com>
2021-07-14Debloat channels.cr into multiple files (#2225)syeopite
Cherry picked from ui overhaul branch with a few modifications: - channel folder is renamed to channels - parsing for channel home and featured channels are removed due to lack of infrastructure from other commits (cherry picked from commit 44d18b8e147b47ad06a54cc6fd08423d9f39074d)
2021-07-12More locales fixes for consistency checksSamantaz Fox
2021-07-12Fix da.json for consistency checksSamantaz Fox
2021-07-12Fix sr.json for consistency checksSamantaz Fox
2021-07-12Fix cs.json for consistency checksSamantaz Fox
2021-07-12Fix sk.json for consistency checksSamantaz Fox
2021-07-12Fix si.json for consistency checksSamantaz Fox
2021-07-12Update bn_BD.json to pass consistency checksSamantaz Fox
2021-07-12Add new and missing locales to i18n.crSamantaz Fox
New locales: lt, vi Missing: bn_BD, cs, da, eu, hu-HU, si, sk, sr, sr_Cyrl
2021-07-12Translations update from Weblate (#2219)Weblate (bot)
* Add Lithuanian translation * Add Vietnamese translation * Update Arabic translation * Update Chinese (Simplified) translation * Update Chinese (Traditional) translation * Update Croatian translation * Update Czech translation * Update Esperanto translation * Update French translation * Update Indonesian translation * Update Norwegian Bokmål translation * Update Portuguese (Brazil) translation * Update Turkish translation Co-authored-by: GM <muziejusinfo@gmail.com> Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com> Co-authored-by: phlostically <phlostically@mailinator.com> 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: Vinicius <rodriguessv30@gmail.com> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Cao Dũng <dung.cc@hubservices.vn> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Ondřej Sedláček <behests_phocaena@aleeas.com> Co-authored-by: ToldYouThat <itoldyouthat@protonmail.com> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr> Co-authored-by: Reza Almanda <rezaalmanda27@gmail.com>
2021-07-11Use struct for caption objectsyeopite
2021-07-02Use embed stream pull as fallback for gated videossyeopite
2021-07-01Remove workaround for kemalcr/kemal/issues/575 (#2230)Émilien Devos
Full URL of the issue: https://github.com/kemalcr/kemal/issues/575
2021-06-29Fix alignment of "invidious" logo on search pageSamantaz Fox
The alignment was broken by #2196
2021-06-27Fix caption parsing on age restricted videossyeopite
2021-06-25Wrap commentsyeopite
2021-06-25Switch from URI::Params.new to URI::Params.encodesyeopite
2021-06-25Fix layout of video 'card' itemsSamantaz Fox
Previous changes broke alignment of text and icons
2021-06-25Pick a random video for bypass captchaÉmilien Devos
pick a random video from the 1000 first rows of the channel_videos table in order to bypass the captcha more efficiently
2021-06-25Fix extraction of age restricted videossyeopite
2021-06-24futureproof comment avatarsPenny
i was injecting custom css into the site that made the avatars round, and noticed comment avatars looked a little odd i opened dev tools and siffed through the html, and noticed that the image was being padded, when it would look nicer if the element used margin instead of padding with padding: https://imgur.com/c0pB37e with proposed changes (margin instead of padding): https://imgur.com/iKmBzEi
2021-06-25Right-align the RSS icon in channel playlistsSamantaz Fox
2021-06-25Fix RTL text in video titles on FirefoxSamantaz Fox
The behavior was as follow: on Right-To-Left text (e.g Arabic) that is wrapped (because it's too long to fit on one line), the second row and following rows may or may not be right aligned (as RTL text should be). Opening the devtools fixes that alignement, as consistently as closing the devtool breaks it. This problem seems to arrive only in the following configurations (link nested in a paragraph, both of which may or may not have the dir= attribute): * `<p><a href="some_link">RTL_TEXT</a></p>` * `<p><a href="some_link" dir="auto">RTL_TEXT</a></p>` * `<p dir="auto"><a href="some_link">RTL_TEXT</a></p>` with the following CSS: ``` p { unicode-bidi: plaintext; text-align: start; } ``` Changing the HTML to the following configuration (a paragraph with the dir= attribute, nested in a link) seems to fix it: `<a href="some_link"><p dir="auto">RTL_TEXT</p></a>`
2021-06-24fix feed alignment on community viewMostafa Ahangarha
2021-06-24Limit descriptions width to ease mixed LTR/RTL text readingSamantaz Fox
This will prevent, on large pages, the LTR and RTL text to be far away, on each side of the page. This could happen on channel and playlists descriptions, when the page is displayed on a large screen.
2021-06-24set alignment for feed linkMostafa Ahangarha
2021-06-24Revert "remove unnecessary text-align"Mostafa Ahangarha
This reverts commit 97b469f59c4b0505d74e731a8501584c78dbad60.
2021-06-24remove unnecessary text-alignMostafa Ahangarha
2021-06-24Change description-box from flex to blockCadence Ember
I also make minor changes to the surroundings so that the same layout and functionality as before is preserved.
2021-06-24Undo last commitMostafa Ahangarha
2021-06-24Change display to blockMostafa Ahangarha
Change display from flex to block so that the direction of content would get properly set
2021-06-24Add bidi supportMostafa Ahangarha
Adding these styles is the easiest way to add bidi (bidirectional text) support without or with least side effect. I have tested it by adding it manually on yewtu.be instance and so far it works very well.
2021-06-24Use youtubei API for trendingbopol
2021-06-20Fix quoting of 'none' in CSP headerSamantaz Fox
The keyword 'none' must be surrounded by single quotes. Regression introduced by #2168.
2021-06-19update video URL for recaptcha detectionÉmilien Devos
2021-06-19Update Chinese (Simplified) translationEric
2021-06-19Remove unnecessary "Welcome, " on username displaysyeopite
2021-06-19Update Indonesian translationReza Almanda
2021-06-19Display username in headerMateusz Makowski
2021-06-19Connect to api.invidious.io with httpssyeopite
2021-06-19Disable automatic instance redirection by defaultsyeopite
2021-06-19Rephrase auto instance redirect preferencesyeopite
2021-06-19Refactor fetch_random_instancesyeopite
2021-06-19Handle if inst. api is down for rand inst fetchsyeopite