summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authortoabr <25079664+toabr@users.noreply.github.com>2024-01-27 00:38:47 +0100
committertoabr <25079664+toabr@users.noreply.github.com>2024-01-27 00:38:47 +0100
commit4a339df5c49e30a5ef5008d26639eb69edfff152 (patch)
treeb6e7ff00629e3f88aa325e58e9e06fc5373be1b4 /spec
parent1c0b4205d40781ff2d34d64dddf29e5dc89d1723 (diff)
downloadinvidious-4a339df5c49e30a5ef5008d26639eb69edfff152.tar.gz
invidious-4a339df5c49e30a5ef5008d26639eb69edfff152.tar.bz2
invidious-4a339df5c49e30a5ef5008d26639eb69edfff152.zip
CSS: expand #contents width on small screens
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions
cc62c5ad06aa6a22e741138cd7a0ecb1a&follow=1'>Add invidious companion support (#4985)Émilien (perso) * add support for invidious companion * redirect latest_version and dash manifest to invidious companion * fix Shadowing outer local variable `response` * fixing condition for Content-Security-Policy * throw error if inv_sig_helper and invidious_companion used same time * Use sample instead of Random.rand Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> * Remove debug puts functions Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> * modify the description for config.example.yaml about invidious companion * move config checks for invidious companion * separate invidious_companion logic + better config.yaml config * fixing "end" misplacement * fix linting + use .empty? * crystal handle decompression already by itself * fix download function when invidious companion used * fix linting * invidious companion always used so always add CSP and redirect latest_version * apply all the suggestions + rework invidious_companion parameter * format watch.cr * fix ameba Redundant use of `Object#to_s` in interpolation * add ability for invidious companion to check request from invidious * Better document private_url and public_url * Better doc for invidious_companion_key * !empty? to present? * skip proxy for invidious companion * fixing format * missing , * add companion pooling http * fix: don't use http proxy when sending requests to companion * fix: logic where we want to have the invidious logic if companion is not used * chore: remove baseurl usage from invidious companion * chore: change from inv-sig-helper to companion for required playback * fix: use puts + add warning for inv-sig-helper deprecated --------- Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> 2025-03-12Add changelog for v2.20250314.0 (#5197)v2.20250314.0syeopite * Release v2.20250314.0 * Update CHANGELOG.md 2025-03-12Warn when `po_token`, `visitor_data` and/or `inv-sig-helper` is not ↵syeopite configured (#5202) * Warn when required configs for playback is missing * Add link to documentation in warnings * Direct users to /installation instead 2025-02-26Fix lint and formattingsyeopite 2025-02-26i18n: Enable Tamilsyeopite 2025-02-21Fix an issue with the HLS manifest check for livestream videosAlex Maras Originally, the HLS manifest check was essentially a boolean: if the HLS manifest field was present, it was assumed to be a livestream. Some videos include the HLS Manifest but aren't livestreams. In the case where they are livestreams, the video contains a videoType field with the value "Livestream". In the case that they're normal videos, the videoType is "Video". This is exposed via the video.live_now method. This commit just checks that video.live_now is true before treating it as a livestream 2025-02-18Typosyeopite Co-authored-by: Samantaz Fox <coding@samantaz.fr> 2025-02-18Channels: Fix community tabFijxu 2025-01-28Use Crystal compiler cache in docker buildssyeopite 2025-01-28fix 5161 by checking recommended videos published field for presence instead ↵Drikanis of just not nil 2025-01-26remove ! on rejectepicsam123 2025-01-25Add Courses to channel page and channel APIChunkyProgrammer