summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-19Unregister captcha job (#2390)syeopite
2021-09-16Try not to log search queries (#2362)Samantaz Fox
2021-09-15Prevent VR from being initialized in listen mode (#2396)syeopite
2021-09-13HTML escape video mimetypeSamantaz Fox
Video mimetype may contain code information between double quotes. If not properly escaped, it breaks the browser's parser. E.g: ``` type="video/mp4; codecs=" avc1.64001f,="" mp4a.40.2""="" ``` Thank Robin for catching this!
2021-09-10Handle equirectangular projections for VR (#2379)syeopite
2021-09-10Bump dependencies (#2378)syeopite
* Upgrade to Kemal v1.1.0 * Bump postgres driver
2021-09-06Merge pull request #2380 from syeopite/fix-invidious-showing-yt-redirect-linksTheFrenchGhosty
Fix invidious showing yt redirect links
2021-09-06Translations update from Weblate (#2384)Weblate (bot)
* Update Arabic translation * Update Spanish translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Portuguese (Brazil) translation * Update Lithuanian translation * Update Japanese translation Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> 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: André Marcelo Alvarenga <andrealvarenga@gmx.net> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
2021-09-06Merge pull request #2382 from unixfox/fix-comment-repliesTheFrenchGhosty
fix comment replies
2021-09-05Improve detection and handling of yt redirect linkssyeopite
2021-09-04fix comment repliesEmilien Devos
2021-09-03use crystal 1.1.1 for the ARM docker imageEmilien Devos
2021-09-03Propagate replacing yout.be links to /watch to RSSsyeopite
2021-09-03Fix typo causing links to be youtube.com/redirectsyeopite
2021-09-03remove 3gp only from the player (#2376)Émilien Devos
+ video quality precedence on default player when js is not enabled
2021-09-01fix image location for helmÉmilien Devos
2021-09-01Skip container release for insignficant changes (#2367)syeopite
2021-09-01Make building in release mode optional (#2368)syeopite
2021-09-01Properly transform youtu.be links to be /watch routes in comments and ↵syeopite
descriptions (#2365)
2021-09-01Merge pull request #2372 from TheFrenchGhosty/masterTheFrenchGhosty
Remove the mention of 'Omar Roth' from the footer
2021-09-01Actually translate the new string to FrenchTheFrenchGhosty
2021-09-01Remove the mention of 'Omar Roth' from the footerTheFrenchGhosty
2021-09-01Merge pull request #2371 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-09-01Update Finnish translationKaantaja
2021-09-01Update German translationSamantaz Fox
2021-08-31Merge pull request #2366 from TheFrenchGhosty/more-cryptocurrenciesTheFrenchGhosty
Add Ethereum and Litecoin as donation methods
2021-08-31Add Ethereum and Litecoin as donation methodsTheFrenchGhosty
2021-08-31docker images with --release for more stabilityEmilien Devos
fixes #1652
2021-08-30 Extract API routes (#2271)syeopite
* Extract API routes from invidious.cr * Remove deprecated APIs - insights - top feed
2021-08-30Extract feed routes (#2269)syeopite
* Extract feed routes from invidious.cr * Removes the deprecated route for /feed/top * Deprecate /view_all_playlist & use /feed/playlists * Move feed views into their own directory * Add haltf method to halt current route context * Change status_code + return blocks to use haltf * Set appropriate response headers for RSS routes
2021-08-26Fix livestream parsing URLs (#2356)Émilien Devos
2021-08-24remove docker cache on the CI testEmilien Devos
2021-08-24moved APKBUILD files to iv-org/lsquic.cr/dockerEmilien Devos
and remove docker cache
2021-08-24use pre-compiled lsquic docker imageEmilien Devos
from https://quay.io/repository/invidious/lsquic-compiled fixes #2325
2021-08-24Use `athena-negotiation` to detect language through Accept-Language header ↵syeopite
(#2324) Detect language through Accept-Language header
2021-08-23Remove usage of haltf in /api/v1/channels/:ucid/commentssyeopite
2021-08-23Fix /api/v1/search/suggestions route linksyeopite
2021-08-23Bountiful changessyeopite
- Use haltf in more locations - Fix wrong URL params - Rename API modules - Remove API routing file and move everything to general iv routing file
2021-08-21Merge pull request #2332 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Weblate
2021-08-21Update Arabic translationRex_sa
2021-08-21Update Lithuanian translationGediminas Murauskas
2021-08-21Update Swedish translationLuna Jernberg
2021-08-21Update Esperanto translationphlostically
2021-08-21Update Spanish translationJorge Maldonado Ventura
2021-08-21Update Polish translationTsuki
2021-08-21Add cache(?) to arm docker build (#2337)syeopite
* Add cache(?) to arm docker build * Update ci.yml
2021-08-16Update lock inactive days (#2331)Émilien Devos
2021-08-16fetch with innertube api when video is unavailable (#2329)Émilien Devos
+ rename some client type to better names + fix thirdParty hack
2021-08-15Readd paid attribute for videos (#2330)syeopite
2021-08-14Extract API routes from invidious.cr (3/3)syeopite
- Auth (excluding notifications*) APIs - Mixes *Notifications currently require the "connection_channel" channel for talking with the notifications job. Unfortunately, we cannot access that within the route modules yet.