summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-28Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuffSamantaz Fox
Add dependency manager script for videojs stuff
2022-01-28Merge pull request #2666 from matthewmcgarvey/extract-stuff-1Samantaz Fox
Move more routes to new pattern
2022-01-26Makefile: Fix 'STATIC' in help messageSamantaz Fox
Fix description (typo) and default value
2022-01-25Fix code broken when extracting data control routematthewmcgarvey
2022-01-25Make certain routes ignored if api onlymatthewmcgarvey
2022-01-25Move more routes to new patternmatthewmcgarvey
2022-01-25Merge pull request #2821 from matthewmcgarvey/channel-searchSamantaz Fox
Handle invalid channel id in channel: search
2022-01-25will -> shouldMatthew McGarvey
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-01-25Merge pull request #2841 from iv-org/SamantazFox-remove-note-quicSamantaz Fox
config: remove note about QUIC disabled at Google
2022-01-25config: remove note about QUIC disabled at GoogleSamantaz Fox
The situation is back to normal.
2022-01-25Merge pull request #2826 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-01-25Update Portuguese (Brazil) translationHosted Weblate
Update Portuguese (Brazil) translation Co-authored-by: André Marcelo Alvarenga <andrealvarenga@gmx.net> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kamuri Amorim <myk.gata14@gmail.com>
2022-01-25Update Croatian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de>
2022-01-25Update French translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2022-01-25Update Japanese translationHosted Weblate
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-01-25Update Polish translationHosted Weblate
Co-authored-by: skajmer <skajmer@protonmail.com>
2022-01-25Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com>
2022-01-25Update Chinese (Simplified) translationHosted Weblate
Co-authored-by: Eric <alchemillatruth@purelymail.com>
2022-01-25Update Turkish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2022-01-25Update Hungarian translationHosted Weblate
Co-authored-by: f3rr31 <5920873@disroot.org>
2022-01-25Update Spanish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
2022-01-25Merge pull request #2828 from SamantazFox/add-ameba-shardSamantaz Fox
Add Ameba static code analysis tool to dev shards
2022-01-24Merge pull request #2832 from tonyfinn/patch-1Samantaz Fox
Specify the public schema for playlist videos migration
2022-01-22Specify the public schema for public videosTony Finn
Unlike the other migrations, this one uses a bare table name to specify the table. This means it looks in the default search path. Unfortunately, the out of box search path is: 1. Schema with the same name as the user 2. Public Because of this, if a schema exists with the same name as the DB user, the playlist_videos table will get created in _that_ schema, rather than the public schema, and then the grant statement will fail with an error like below if check_table is enabled as it keeps trying to create the table but failing on the grant statement: ``` 2022-01-22 02:27:42 UTC [info] check_table: check_table: CREATE TABLE playlist_videos Unhandled exception: relation "public.playlist_videos" does not exist (PQ::PQError) from /usr/share/crystal/src/primitives.cr:266:3 in 'handle_error' from lib/pg/src/pq/connection.cr:184:9 in 'handle_async_frames' from lib/pg/src/pq/connection.cr:162:7 in 'read' from lib/pg/src/pq/query.cr:53:14 in 'exec_all' from lib/db/src/db/database.cr:126:9 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' 2022-01-22 02:27:43 UTC [info] check_table: check_table: CREATE TABLE playlist_videos Unhandled exception: relation "public.playlist_videos" does not exist (PQ::PQError) from /usr/share/crystal/src/primitives.cr:266:3 in 'handle_error' from lib/pg/src/pq/connection.cr:184:9 in 'handle_async_frames' from lib/pg/src/pq/connection.cr:162:7 in 'read' from lib/pg/src/pq/query.cr:53:14 in 'exec_all' from lib/db/src/db/database.cr:126:9 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:110:5 in 'main' from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2' ```
2022-01-20Use --production flag for shards installation on dockerSamantaz Fox
2022-01-20Add Ameba static code analysis tool to dev shardsSamantaz Fox
2022-01-19Create FUNDING.ymlTheFrenchGhosty
2022-01-19HTML escape user inputmatthewmcgarvey
2022-01-19Merge pull request #2822 from matthewmcgarvey/reddit-commentsSamantaz Fox
Fix loading reddit comments when there are no threads found
2022-01-18404 error with message and provide examplematthewmcgarvey
2022-01-18Don't catch and provide better error message insteadmatthewmcgarvey
2022-01-18Custom error on channel search, handle in searchmatthewmcgarvey
2022-01-18Fix channel search json parse to not raisematthewmcgarvey
2022-01-18Merge pull request #2351 from iv-org/add-faq-linkSamantaz Fox
Add FAQ link to readme
2022-01-17Apply suggestions from reviewSamantaz Fox
2022-01-17Fix typo in "crash_page_read_the_faq"Samantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2022-01-17Use &.methods where possible instead of curly bracesmatthewmcgarvey
2022-01-17Fix loading reddit comments when there are no threads foundmatthewmcgarvey
2022-01-16Don't show "next steps" message with a stack traceSamantaz Fox
Usually, next steps are after the error message. Here, we want the same options to be right above the stack trace, so users are less likely to report duplicates.
2022-01-16Add precisions to error message regarding localesSamantaz Fox
2022-01-16Improve crash page messagesSamantaz Fox
* Ask to read the FAQ and search for existing issues on Github * Include links to FAQ and directly to a new github issue * Github issue title is automatically based on exception name * Improved HTML * Minor languages changes
2022-01-16Issue template: ask to read the FAQSamantaz Fox
2022-01-16Add FAQ link to readmeSamantaz Fox
2022-01-16Merge pull request #2817 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update Italian translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Renix <kastletxd@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2022-01-16Update Indonesian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations