Commit Graph

  • e5bc503bba Merge branch 'master' into master tkinterxyz 2025-06-23 09:05:11 -0400
  • adc98355a8
    chore: add missing default VideoCacheConfig master Fijxu 2025-06-22 13:33:58 -0400
  • 4bb5d545c2 Modified config.example.yml for I got this error: https://paste.laincorp.tech/zFbEOtiu "Unhandled exception: Missing YAML attribute: video_cache at line 11, column 1 (YAML::ParseException) from /usr/share/crystal/src/yaml/nodes/nodes.cr:30:7 in 'raise' from /usr/share/crystal/src/yaml/serialization.cr:188:7 in 'initialize:__context_for_yaml_serializable:__node_for_yaml_serializable' from src/invidious/config.cr:75:3 in 'new_from_yaml_node' from src/invidious/config.cr:75:3 in 'new' from /usr/share/crystal/src/yaml/from_yaml.cr:12:3 in 'from_yaml' from src/invidious/config.cr:329:5 in 'load' from src/invidious.cr:62:10 in '~CONFIG:const_init' from /usr/share/crystal/src/crystal/once.cr:106:22 in 'once' from /usr/share/crystal/src/crystal/once.cr:124:1 in '__crystal_once' from src/invidious/database/videos.cr:9:12 in 'initialize' from src/invidious/database/videos.cr:8:5 in 'new' from src/invidious/database/videos.cr:4:14 in '__crystal_main' from /usr/share/crystal/src/crystal/main.cr:129:5 in 'main_user_code' from /usr/share/crystal/src/crystal/main.cr:115:7 in 'main' from /usr/share/crystal/src/crystal/system/unix/main.cr:9:3 in 'main' from /lib/x86_64-linux-gnu/libc.so.6 in '??' from /lib/x86_64-linux-gnu/libc.so.6 in '__libc_start_main' from ./invidious in '_start' from ??? " tkinterxyz 2025-06-22 22:11:21 +0530
  • 6ea8e99c0f
    docker: use --release for builds Fijxu 2025-06-20 21:04:29 -0400
  • dd466326d8
    CI: remove cache dance and cache Fijxu 2025-06-20 21:01:32 -0400
  • b71539449e
    chore: make companion pool a class and store their companion instance Fijxu 2025-06-20 16:38:12 -0400
  • 06cd288ebc chore(deps): update https://github.com/reproducible-containers/buildkit-cache-dance action to v3.3.0 Renovate Bot 2025-06-20 06:15:14 +0000
  • 5eba7cf150 chore(deps): update mirror.gcr.io/alpine docker tag to v3.22 (#139) Renovate Bot 2025-06-12 02:48:36 -0400
  • 42a2f715ef chore(deps): update alpine docker tag to v3.22 (#138) Renovate Bot 2025-06-12 02:48:27 -0400
  • 653b947a5f chore(deps): update alpine docker tag to v3.22 Renovate Bot 2025-06-12 06:47:21 +0000
  • e8e7a01dfb
    chore+fix(backends): Remove external videoplayback proxy support, fix automatic backend switching on the last backend, sort working ends, skip companion cookie setting on images, thumbnails, etc. Fijxu 2025-06-06 11:58:57 -0400
  • fc1e2fc221
    Thread safety and not try none-working backends (#140) Kevinf100 2025-06-06 11:04:59 -0400
  • 5433b41b31
    Thread safety and not try none-working backends (#140) master-2 Kevinf100 2025-06-06 11:04:59 -0400
  • 0fe9e0a28a More thread safety and speed improvements Kevinf100 2025-06-05 11:41:02 -0400
  • 54ea7f04fd Many thread safe updates. Updating instances timesout after 10 seconds. Now waits until checking all instances finishes before starting the timer for next. More random debugging logs Kevinf100 2025-06-03 23:37:20 -0400
  • 4dcd6dd2f4 Update API to only try working backends with companion Kevinf100 2025-06-03 10:34:56 -0400
  • 573459ffbf chore(deps): update mirror.gcr.io/alpine docker tag to v3.22 Renovate Bot 2025-06-03 12:32:23 +0000
  • 3d3321eec0
    fixup! CI: verbose output when compiling invidious Fijxu 2025-05-24 22:56:52 -0400
  • ae559c865c chore(deps): update https://github.com/reproducible-containers/buildkit-cache-dance action to v3.2.0 (#135) Renovate Bot 2025-05-24 22:50:46 -0400
  • 9348d6a470 chore(deps): update https://github.com/reproducible-containers/buildkit-cache-dance action to v3.2.0 Renovate Bot 2025-05-25 02:45:26 +0000
  • 7efee6bb2e
    CI: verbose output when compiling invidious Fijxu 2025-05-24 22:44:59 -0400
  • 0e73ca1923
    CI: Use buildkit-cache-dance to speed up builds Fijxu 2025-05-24 22:41:21 -0400
  • c89b7df7d3 chore(deps): update https://code.forgejo.org/docker/login-action action to v3.4.0 (#134) Renovate Bot 2025-05-24 20:33:31 -0400
  • 55b8b2ab93 chore(deps): update https://code.forgejo.org/docker/login-action action to v3.4.0 Renovate Bot 2025-05-25 00:00:28 +0000
  • 22254e3242 chore: Configure Renovate (#133) Renovate Bot 2025-05-24 19:59:53 -0400
  • 3d95b0cd33 Add renovate.json Renovate Bot 2025-05-24 23:52:53 +0000
  • 2d20e73d99
    set offset on index for backends status Fijxu 2025-05-24 11:06:42 -0400
  • 20f0710a91
    Merge remote-tracking branch 'upstream/master' Fijxu 2025-05-22 20:16:18 -0400
  • 4b37d47ebb
    Add missing xml.text on "title" element for channels RSS (#5320) Fijxu 2025-05-22 20:12:54 -0400
  • 197e4d6f66
    feat: config option to change the backend prefix Fijxu 2025-05-22 00:39:20 -0400
  • f90b092692
    restore missing extra_media_csp on CSP header Fijxu 2025-05-21 17:03:04 -0400
  • 9e4f78f360
    chore: add development compose and configs Fijxu 2025-05-21 16:36:10 -0400
  • 7d0f3fab25
    chore: change issue URL to the modified source code url set on the config Fijxu 2025-05-21 02:27:21 -0400
  • 75e27c3aa7
    fix missing scheme error Fijxu 2025-05-21 02:00:19 -0400
  • 6e9858080d
    update launch.json Fijxu 2025-05-20 16:41:52 -0400
  • 55fed710f8
    Merge remote-tracking branch 'upstream/master' Fijxu 2025-05-20 15:14:56 -0400
  • 2c857b5ab6
    Remove text captchas from Invidious (#5308) syeopite 2025-05-17 16:37:55 -0700
  • 00299ca4a0
    Remove Image CAPTCHA and Text CAPTCHA from locale Fijxu 2025-05-17 19:23:40 -0400
  • 9d18c8699f
    Release versioning maintenance (#5310) syeopite 2025-05-17 16:22:32 -0700
  • 475bf7448a
    Add Javascript licence information automatically (#5297) syeopite 2025-05-17 16:20:38 -0700
  • 50e0a4361b
    Add missing javascript licenses (#5292) syeopite 2025-05-17 16:19:21 -0700
  • 6bfb61e9b4
    fix: safely access "label" key (#5282) syeopite 2025-05-17 16:18:58 -0700
  • ef07c542dc
    fix: pass user to query.process if present (#5277) syeopite 2025-05-17 16:18:37 -0700
  • a9180aa6c1
    fix: do not strip '+' character from referer (#5276) syeopite 2025-05-17 16:18:15 -0700
  • 4b2f9ffffc
    fix: set CSP header after setting preferences of registered users (#5275) syeopite 2025-05-17 16:17:43 -0700
  • 64ad97f308
    fix(typo): 'Salect' -> 'Select' (#5242) syeopite 2025-05-17 16:17:08 -0700
  • d5cb653fd1
    Handle parse errors gracefully on timeline items (#5196) syeopite 2025-05-17 16:16:20 -0700
  • 0b23dd12e1
    require base_job before the other jobs (#5194) syeopite 2025-05-17 16:15:32 -0700
  • 23d66338cd
    Translations update from Hosted Weblate (#5192) syeopite 2025-05-17 16:15:03 -0700
  • df41cb9588
    Update Kemal to 1.6.0 and remove Kilt (#5120) syeopite 2025-05-17 16:14:40 -0700
  • 49ada0aae9
    Fix incorrect PR link for v2.20250504.0 syeopite 2025-05-17 15:00:30 -0700
  • f6a41ce90d
    Bump shard.yml version syeopite 2025-05-17 15:42:48 -0700
  • f7aefd5fb1
    Release v2.20250517.0 Emilien 2025-05-17 22:27:05 +0200
  • 6376fd55db
    Remove text captcha due to textcaptcha.com being down Fijxu 2025-05-17 13:17:26 -0400
  • 9e172d8371
    Update translation files Hosted Weblate 2025-05-12 17:03:41 +0200
  • 8d0834005f
    Update translation files Hosted Weblate 2025-05-12 17:03:40 +0200
  • 9f192d4f74
    Update translation files Hosted Weblate 2025-05-12 17:03:40 +0200
  • ee7b8b6c61
    Update translation files Hosted Weblate 2025-05-12 17:03:39 +0200
  • b9097d0a3b
    Update translation files Hosted Weblate 2025-05-12 17:03:39 +0200
  • be469304de
    Update translation files Hosted Weblate 2025-05-12 17:03:39 +0200
  • b6b245586a
    Update translation files Hosted Weblate 2025-05-12 17:03:38 +0200
  • 88195113bf
    Update translation files Hosted Weblate 2025-05-12 17:03:38 +0200
  • 4d381aca60
    Update translation files Hosted Weblate 2025-05-12 17:03:37 +0200
  • a5904ecce2
    Update translation files Hosted Weblate 2025-05-12 17:03:37 +0200
  • 42125dfadd
    Update translation files Hosted Weblate 2025-05-12 17:03:36 +0200
  • 5953f7286f
    Update translation files Hosted Weblate 2025-05-12 17:03:36 +0200
  • 31556d0f88
    Update translation files Hosted Weblate 2025-05-12 17:03:35 +0200
  • 7bd1abecde
    Update translation files Hosted Weblate 2025-05-12 17:03:34 +0200
  • 583195ccbd
    Update translation files Hosted Weblate 2025-05-12 17:03:34 +0200
  • f96e476ed9
    Update Vietnamese translation Hosted Weblate 2025-05-12 17:03:33 +0200
  • 9186020f94
    Update translation files Hosted Weblate 2025-05-12 17:03:33 +0200
  • 546a799f0b
    Update translation files Hosted Weblate 2025-05-12 17:03:32 +0200
  • 2d8326c63d
    Update translation files Hosted Weblate 2025-05-12 17:03:32 +0200
  • 9c9a8592e0
    Update translation files Hosted Weblate 2025-05-12 17:03:31 +0200
  • 435106b7de
    Update translation files Hosted Weblate 2025-05-12 17:03:31 +0200
  • 6a9ed48d5d
    Update translation files Hosted Weblate 2025-05-12 17:03:31 +0200
  • a5b97a5850
    Update translation files Hosted Weblate 2025-05-12 17:03:30 +0200
  • f8f6eb74f5
    Update translation files Hosted Weblate 2025-05-12 17:03:29 +0200
  • 1e73f4e382
    Update translation files Hosted Weblate 2025-05-12 17:03:29 +0200
  • 476bc51b0e
    Update translation files Hosted Weblate 2025-05-12 17:03:28 +0200
  • 96b226b130
    Update translation files Hosted Weblate 2025-05-12 17:03:28 +0200
  • 3b87bf2675
    Update Latvian translation Hosted Weblate 2025-05-12 17:03:28 +0200
  • 0dff773a07
    Update translation files Hosted Weblate 2025-05-12 17:03:27 +0200
  • 03f89be929
    CI: Bump Crystal version matrix (#5293) Fijxu 2025-05-14 01:51:03 -0400
  • d4eb2a9741
    Bump crystallang/crystal from 1.16.2-alpine to 1.16.3-alpine in /docker (#5301) dependabot[bot] 2025-05-14 01:20:50 -0400
  • b2c3583663
    Merge branch 'transcripts-support' Fijxu 2025-05-13 11:31:21 -0400
  • 66dbd750c2
    Improve transcript description string ids for i18n syeopite 2025-05-10 20:47:52 -0700
  • 6ecae19477
    Fix missing transcripts btn when desc is expanded syeopite 2025-05-10 20:32:16 -0700
  • 6fe21a7523
    Revert "Update src/invidious/routes/before_all.cr" Fijxu 2025-05-10 23:08:48 -0400
  • 7593717707
    Use custom click handler for transcript lines syeopite 2025-03-15 18:35:05 -0700
  • f317e6620a
    Fix extraction of transcript headings syeopite 2025-03-15 18:30:25 -0700
  • b781036404
    Add logic to swap languages in transcript widget syeopite 2024-06-13 09:33:34 -0700
  • 5ba6baea19
    Add UI for transcripts for JS-disabled users syeopite 2024-06-12 12:42:18 -0700
  • 01b21d9d52
    Add logic to request transcripts in watch handler syeopite 2024-06-12 10:44:07 -0700
  • 786e40afb0
    Add logic to show/hide transcripts without JS syeopite 2024-06-12 10:23:48 -0700
  • 654f5fd45e
    Add btn in video desc to show transcript syeopite 2024-06-12 10:00:16 -0700
  • aab6ff4bb6
    Update src/invidious/routes/before_all.cr Fijxu 2025-05-10 23:02:34 -0400
  • 20cf913a4e
    Add Javascript licence information automatically syeopite 2025-05-10 18:37:46 -0700
  • 1492453c60
    update comment Fijxu 2025-05-10 16:30:19 -0400
  • 401bc110d6
    fix: set CSP header after setting preferences of registered users Fijxu 2025-05-08 02:21:06 -0400