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
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