| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-27 | Merge pull request #2196 from ahangarha/patch-1 | Samantaz Fox | |
| Add bi-directional text support | |||
| 2021-06-27 | Fix caption parsing on age restricted videos | syeopite | |
| 2021-06-25 | Wrap comment | syeopite | |
| 2021-06-25 | Switch from URI::Params.new to URI::Params.encode | syeopite | |
| 2021-06-25 | Fix layout of video 'card' items | Samantaz Fox | |
| Previous changes broke alignment of text and icons | |||
| 2021-06-25 | Merge pull request #2195 from B0pol/trending | Samantaz Fox | |
| Use youtubei API for trending | |||
| 2021-06-25 | Pick 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-25 | Fix extraction of age restricted videos | syeopite | |
| 2021-06-24 | futureproof comment avatars | Penny | |
| 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-25 | Right-align the RSS icon in channel playlists | Samantaz Fox | |
| 2021-06-25 | Fix RTL text in video titles on Firefox | Samantaz 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-24 | fix feed alignment on community view | Mostafa Ahangarha | |
| 2021-06-24 | Limit descriptions width to ease mixed LTR/RTL text reading | Samantaz 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-24 | set alignment for feed link | Mostafa Ahangarha | |
| 2021-06-24 | Change description-box from flex to block | Cadence Ember | |
| I also make minor changes to the surroundings so that the same layout and functionality as before is preserved. | |||
| 2021-06-24 | Use youtubei API for trending | bopol | |
| 2021-06-20 | Fix quoting of 'none' in CSP header | Samantaz Fox | |
| The keyword 'none' must be surrounded by single quotes. Regression introduced by #2168. | |||
| 2021-06-19 | update video URL for recaptcha detection | Émilien Devos | |
| 2021-06-19 | Remove unnecessary "Welcome, " on username display | syeopite | |
| 2021-06-19 | Display username in header | Mateusz Makowski | |
| 2021-06-19 | Connect to api.invidious.io with https | syeopite | |
| 2021-06-19 | Disable automatic instance redirection by default | syeopite | |
| 2021-06-19 | Rephrase auto instance redirect preference | syeopite | |
| 2021-06-19 | Refactor fetch_random_instance | syeopite | |
| 2021-06-19 | Handle if inst. api is down for rand inst fetch | syeopite | |
| 2021-06-19 | Fix inst. fetching for inst w/ disabled stats/err | syeopite | |
| 2021-06-19 | Fix <hr> styling on empty search page | syeopite | |
| 2021-06-19 | Add switch invidious instance btn to all chan tabs | syeopite | |
| 2021-06-19 | Fix locale consistency for err template redirects | syeopite | |
| 2021-06-19 | Add redirect buttons to error template | syeopite | |
| 2021-06-19 | Fix switch invidious instance btn on videos | syeopite | |
| 2021-06-19 | Enhance fetch_random_instance func | syeopite | |
| Handle cross-inst. redirect w/ broken health stats Add check for instance version in cross-redirect | |||
| 2021-06-19 | Allow automatic instance redirect to be turned off | syeopite | |
| Instead the "switch invidious instance" link would bring users to redirect.invidious.io | |||
| 2021-06-19 | Fix locale discrepancy for instance redirect btn | syeopite | |
| 2021-06-19 | Add playlist redirect | syeopite | |
| 2021-06-19 | Add channel redirect | syeopite | |
| 2021-06-19 | Generalize redirect route | syeopite | |
| 2021-06-19 | Add instance redirect on empty/broken search | syeopite | |
| 2021-06-19 | Overhaul button icon html and styling | syeopite | |
| 2021-06-19 | Add new icon button for instance redirects | syeopite | |
| 2021-06-19 | Change wording of redirect hyperlink | syeopite | |
| 2021-06-19 | Expose instance redirect to frontend | syeopite | |
| 2021-06-19 | Add route to redirect to another instance | syeopite | |
| 2021-06-19 | Add helper function to fetch random instance | syeopite | |
| 2021-06-19 | Merge pull request #2124 from raycheung/master | TheFrenchGhosty | |
| Fix storyboard when proxied with an external port | |||
| 2021-06-19 | Merge pull request #2168 from SamantazFox/rewrite-response-headers | TheFrenchGhosty | |
| Rewrite response headers | |||
| 2021-06-19 | Typo | TheFrenchGhosty | |
| 2021-06-19 | Merge pull request #2152 from syeopite/hooks-and-scripts | TheFrenchGhosty | |
| Add scripts to ease development | |||
| 2021-06-17 | Rewrite response headers | Samantaz Fox | |
| Fixes #2018 and #2153 | |||
| 2021-06-14 | Use if/else instead of return in search route | Samantaz Fox | |
