Commit Graph

1650 Commits (eea6f5cbfaed81e181ac29e56804a36a33b522af)

Author SHA1 Message Date
Matthew McGarvey 989317e5d3
Extract RefreshChannelsJob (#1403) 4 years ago
Perflyst 812a21bce6
Merge pull request #1372 from tleydxdy/patch-1
Add exponential backoff to refresh_channels
4 years ago
Perflyst e02608edf8
Use channel API v3 4 years ago
TheFrenchGhosty 1a7e160956
Merge pull request #1402 from matthewmcgarvey/feed-menu-overlap
Fix feed menu overlap at iPad screen widths
4 years ago
Matthew McGarvey 5937e0289e Fix feed menu overlap at ipad screen widths 4 years ago
Matthew McGarvey 85c212aee3 Provide rough draft of better project organization 4 years ago
TheFrenchGhosty 1978c3d3bd
Merge pull request #1379 from Rjevski/patch-1
Remove on-hover tooltip from player
4 years ago
Perflyst f65e57ee82
Fix formatting 4 years ago
Gauthier POGAM--LE MONTAGNER 1595eaeb74 Fix #1382 : Playlists missing first video
The index was set to index - 1, causing the first video to be shifted in fetch_playlist_videos
(because of its index being -1 lower than it should) and thus not displayed on playlist page.
4 years ago
Andre Borie a54cbe896d
Remove on-hover tooltip from player
Using the player on latest Safari, the tooltip appears and stays stuck for long even when switching to fullscreen which is annoying. You need to explicitly click anywhere to dismiss that stuck tooltip.

This doesn't seem to happen in Firefox so I am not sure whether this is a browser bug, but in any case I don't see any value in keeping this tooltip so maybe we can just remove it?
4 years ago
Omar Roth 9995a8d53f
Allow cookies from anti-captcha to be optional (#1371) 4 years ago
Omar Roth b88872d54b
Fix sub refresh (#1370) 4 years ago
tleydxdy f02ac01f7e
Add exponential backoff to refresh_channels
In practice with the patch I usually see backoff to 2 hours when blocked, so it should improve recovery time. The lim_thread is to work with multi-threading, not sure if it's the best way to do it.
4 years ago
Ben Heller 4a6e920d0e
Use new youtube API to fetch channel videos (#1355)
* Use new API to fetch videos from channels

This mirrors the process used by subscriptions.gir.st. The old API is
tried first, and if it fails then the new one is used.

* Use the new API whenever getting videos from a channel

I created the get_channel_videos_response function because now instead
of just getting a single url, there are extra steps involved in getting
the API response for channel videos, and these steps don't need to be
repeated throughout the code.

The only remaining exception is the bypass_captcha function, which still
only makes a request to the old API. I don't know whether this code
needs to be updated to use the new API for captcha bypassing to work
correctly.

* Correctly determine video length with new api

* Remove unnecessary line
4 years ago
stranger195 13f58d602f
Replace omarroth with iv-org where applicable (#1353)
Fixes #1353
4 years ago
Omar Roth 62f015fc34
Fix playlist export for playlists with more than 100 videos 4 years ago
Omar Roth 176ef19cca
Update mixes link 4 years ago
Omar Roth db83ede73c
Add missing default for ConfigPreferences 4 years ago
Omar Roth 452d1e8307
Fix warnings with latest version of Crystal 4 years ago
Omar Roth 92f337c67e
Add playlist import/export 4 years ago
Omar Roth 1e4022680a
Fix playlists with one video 4 years ago
Omar Roth b5f79444f9
Fix optional value in data extractor 4 years ago
Omar Roth 8ed1c77e47
Skip DASH streams segmented by URL 4 years ago
Omar Roth 8c65b8c16f
Update playlists to support polymer redesign 4 years ago
Omar Roth 1f435522b4
Fix cast from nil in short_description 4 years ago
Omar Roth 83b1d80a5b
Fix signature URL regex 4 years ago
Omar Roth 38c7dda00f
Fix genreUrl 4 years ago
Omar Roth 056e7432bd
Update channel playlists to use polymer 4 years ago
Omar Roth 1eca969cf6
Add support for polymer redesign 4 years ago
Omar Roth c1cbdae5ee
Make HOST_URL constant 4 years ago
Omar Roth 4d4b6a2fa0
Remove top page 4 years ago
Omar Roth d30a972a90
Support Crystal 0.35.0 4 years ago
Dmitry Sandalov 338dc3223c
Merge pull request #1182 from DmitrySandalov/master
Allow user to subscribe to playlist (#17)
4 years ago
Omar Roth 6435c7b921
Fix reCaptcha 4 years ago
mendel5 80941eacbd
More consistent HTML IDs for info section (#1156)
* More consistent IDs for info section

More consistent IDs for info section: watch-on-youtube, annotations and download

* Consistent IDs: channel-name

* Consistent IDs: published-date

The term "published" can also be found in the answer for the following YouTube API request: https://developers.google.com/youtube/v3/docs/videos/list
4 years ago
Omar Roth ceb252986e
Update captcha job 4 years ago
Dmitry Sandalov 5d8de5fde2
Allow user to subscribe to playlist (#17) 4 years ago
Omar Roth 750ef296c6
Update captcha handler 4 years ago
Omar Roth 454ae8656a
Cleanup request headers 4 years ago
Omar Roth 75450dcdbc
Update signature param 4 years ago
mendel5 9d23cf33fd
Consistent IDs for info section (#1133) 4 years ago
Omar Roth 97eb01a28d
Merge weblate 4 years ago
Omar Roth 408f3852ec
Hide playlist widget when user has no playlists 5 years ago
Omar Roth 7bb7003c9d
Fix authorThumbnails in /api/v1/channels 5 years ago
Omar Roth 920463f2ff
Fix playlist_ajax 5 years ago
Omar Roth ca1185d0be
Fix warnings in latest version of Crystal 5 years ago
Omar Roth 02d4186b11
Fix player matching 5 years ago
Omar Roth 3f97bebd69
Support adding video to playlist from watch page 5 years ago
Omar Roth 2e378da922
Add support for Swedish locale 5 years ago
Omar Roth b37f51bd7f
Fix /c/ redirect 5 years ago
Omar Roth c97cdf551e
Refactor extract_plid 5 years ago
Omar Roth 3b2e142542
Fix JSON serialization 5 years ago
Omar Roth 92798abb5d Add manifest-src to CSP 5 years ago
Omar Roth 59a15ceef6
Remove VarInt class 5 years ago
Omar Roth 4011a113cc
Strip invalid characters from referer URLs 5 years ago
leonklingele 70cbe91776
Migrate to a good Content Security Policy (#1023)
So attacks such as XSS (see [0]) will no longer be of an issue.

[0]: https://github.com/omarroth/invidious/issues/1022
5 years ago
Omar Roth f92027c44b
Escape 'sort_by' 5 years ago
Omar Roth 1443335315
Switch textcaptcha to HTTPS 5 years ago
Omar Roth bb72672dd9
Replace static asset requests with QUIC 5 years ago
Omar Roth d96dee3aa6
Add debug info to videoplayback 5 years ago
Omar Roth bd0aaa343b
Prevent storyboards from hanging 5 years ago
Omar Roth a117d87f33
Skip validation checks for videoplayback, ggpht 5 years ago
Omar Roth 9dc4f8a1aa
Escape item titles in search page 5 years ago
leonklingele 0d536d11e3
Verify token signature in constant time, Run cheap checks first in token validation process (#1032)
* Verify token signature in constant time

To prevent timing side channel attacks

* Run cheap checks first in token validation process

Expensive checks such as the nonce lookup on the database or the
signature check can be run after cheap/fast checks.
5 years ago
Omar Roth e21f770485
Fix status check for channel page 5 years ago
Omar Roth 697c00dccf
Sanitize PLID 5 years ago
Omar Roth 1caf6a3298
Fix deadlock when updating notifications 5 years ago
Omar Roth 02fd02d482
Remove DB array concatenation 5 years ago
Pedro Lucas Porcellis 239fb0db94
Remove duplicated Github logo on footer (#986)
* Remove duplicated Github logo on footer
5 years ago
Omar Roth 43da06a354
Remove temp fix for crystal/crystal-lang#7383 5 years ago
Omar Roth fea6b67067
Remove 'type' attribute from community embed 5 years ago
Leon Klingele bc9dc3bf1e
Update code formatting for Crystal 0.33.0
Crystal 0.33.0 introduced some changes to to the code formatter.
Run "crystal tool format" so CI doesn't fail anymore.
5 years ago
Leon Klingele e3c10d779d
Add support to read config from environment variable
Try to read app config from the "INVIDIOUS_CONFIG" environment variable.
If the variable is undefined, read config from config.yml file as before.

Required by https://github.com/omarroth/invidious/pull/1015 et al.
5 years ago
Omar Roth 9841f74adc
Add handling for comments with no content 5 years ago
Omar Roth b56e493d92
Remove frameborder from community embeds 5 years ago
Omar Roth a2c5211b20
Check /browse_ajax for channel blocks 5 years ago
Omar Roth 648cc0f006
Refactor signature extraction 5 years ago
Omar Roth 7baced75e5
Fix channel redirect 5 years ago
Omar Roth 7b88d0efe3
Minor refactor 5 years ago
Omar Roth 4aada65dae
Fix channel playlists for genre channels 5 years ago
Omar Roth 88a538e71b
Minor refactor for channel playlists 5 years ago
Omar Roth 513363504f
Add better error message for fetch_channel 5 years ago
Omar Roth 0e844edacb
Add support for pt-BR 5 years ago
Omar Roth 1499ce43bf
Add support for Romanian locale 5 years ago
Omar Roth 823603650f
Add support for /sorry/index CAPTCHA 5 years ago
Omar Roth 062867a38d
Strip domain from caption URLs 5 years ago
Omar Roth 04d56420d1 Run 'crystal tool format' 5 years ago
Omar Roth a017574f74 Add support for force_resolve to QUIC client 5 years ago
Omar Roth 0e3a48ff76
Update QUICPool 5 years ago
edumoreira1506 48cbe45a9d Add Previous/Next page buttons at the top of the page 5 years ago
Omar Roth 276bf09238
Skip preferences for assets 5 years ago
Omar Roth d46b26e3bc
Use QUIC for connections to YouTube 5 years ago
Omar Roth 236c172c6f
Merge pull request #896 from sh4dowb/master
Fixed double quotes in meta description
5 years ago
Omar Roth c07cd3a856
Fix typo in playlist url 5 years ago
sh4dowb 79da61782b
Fixed double quotes in meta description 5 years ago
Omar Roth 8af87f1a8b
Fix updating of cookies 5 years ago
Omar Roth 494c954cbb
Add etag to /api/v1/annotations 5 years ago
Omar Roth 71bc9eea28
Add support for Anti-Captcha 5 years ago
Omar Roth e3b2bcfd06
Fix ID for search duration 5 years ago
Omar Roth 142d974641
Use force_resolve for search suggestions 5 years ago