Commit graph

  • b56dd5a010
    Update Portuguese (Brazil) translation Hosted Weblate 2023-10-07 17:35:02 +0000
  • 68184e9d40
    Update Turkish translation Hosted Weblate 2023-10-07 17:35:01 +0000
  • 7dc9b3f088 Fixed formatting RadoslavL 2023-10-07 20:29:48 +0300
  • f26c995344
    i18next: Revert some changes, as es/pt/pt-PT aren't mixed up (yet) Samantaz Fox 2023-10-07 19:12:17 +0200
  • ed2a44149e Added authorVerified to the video API v1 route RadoslavL 2023-10-07 17:55:42 +0300
  • 572d9cf4a7
    Remove shortcuts Jake Anto 2023-10-06 21:47:51 +0530
  • 32310b7c9f
    i18Next: Add exceptions for mixed v3/v4 plural forms Samantaz Fox 2023-10-06 08:18:26 +0200
  • 6d177b5fa4
    Add shortcuts Jake Anto 2023-10-05 15:26:18 +0530
  • 877037e114
    Add start_url Jake Anto 2023-10-05 15:24:44 +0530
  • 2e6101e623
    Add description Jake Anto 2023-10-05 15:23:00 +0530
  • f77e4378fe Add support for viewing comments without js ChunkyProgrammer 2023-09-27 18:40:50 -0400
  • 4f25069f55 remove unused variable ChunkyProgrammer 2023-09-26 19:05:37 -0400
  • 47cc9dc169
    JS: Fix missing domain in URL constructor Samantaz Fox 2023-09-27 23:01:25 +0200
  • 824cc1a5aa Don't redefine the "preload" option in player.js Thomas Lange 2023-09-27 15:25:29 +0200
  • bf470704a5 Add option to control preloading of video data Thomas Lange 2023-09-26 21:45:52 +0200
  • ea781ceeee Removed unnecessary lines RadoslavL 2023-09-24 10:08:16 +0300
  • be2feba17c
    Lint syeopite 2023-09-23 09:57:26 -0400
  • a999438ae4
    Consistency: rename #add_timestamp_component syeopite 2023-08-28 23:14:25 -0700
  • e9d59a6dfd
    Update src/invidious/helpers/webvtt.cr syeopite 2023-08-29 05:59:08 +0000
  • 4e97d8ad09
    Update documentation for WebVTT.build syeopite 2023-08-24 16:27:06 -0700
  • d371eb50f2
    WebVTT::Builder: rename #line to #cue syeopite 2023-08-24 15:42:42 -0700
  • 0cb7d0b441
    Refactor Invidious's VTT logic to use WebVtt.build syeopite 2023-08-24 15:10:50 -0700
  • 54fa59cbb0
    Add method to construct WebVTT files syeopite 2023-08-24 14:58:50 -0700
  • 8542c974c8
    Merge branch 'iv-org:master' into dark-mode-contrast RadoslavL 2023-09-22 11:01:38 +0300
  • e8c9b85ef5 Increased footer contrast RadoslavL 2023-09-19 09:15:44 +0300
  • 8781520b8a Search: Parse channel handle and hide video count when channel handle exists ChunkyProgrammer 2023-07-18 08:06:50 -0700
  • bb04bcc42c Apply suggestions from code review ChunkyProgrammer 2023-08-29 19:10:01 -0700
  • f55b96a53b Always craft Community Post params ChunkyProgrammer 2023-08-07 12:46:19 -0700
  • 734f1b7764 Simplify resolveUrl api call ChunkyProgrammer 2023-07-27 19:14:34 -0400
  • e3c365f3d6 Add support for post page ChunkyProgrammer 2023-07-19 12:35:22 -0700
  • bb14f79496
    Playlists: Use subtitle when author is missing (#4025) Samantaz Fox 2023-09-18 23:34:30 +0200
  • bf35200207
    Bump stale timer for PRs (#4107) Samantaz Fox 2023-09-18 23:33:34 +0200
  • 98ff03a926
    CI: Update crystal version matrix (#4095) Samantaz Fox 2023-09-18 23:32:42 +0200
  • 842e9fade5
    Captions: Add ability to use Innertube's transcripts API (#4001) Samantaz Fox 2023-09-18 23:31:56 +0200
  • 270d606ad8 Changed the default dark theme as well RadoslavL 2023-09-18 08:14:34 +0300
  • 700c57559b
    JS: Replace '.setAttribute("href")' with '.href' Samantaz Fox 2023-09-17 10:21:11 +0000
  • 760bf4cfb3
    Bump stale timer for PRs syeopite 2023-09-16 23:22:49 +0000
  • bbf067ed55
    Bump crystal-install too Samantaz Fox 2023-09-10 22:15:33 +0200
  • 33ce0ddf14
    Update crystal version matrix in ci.yml Samantaz Fox 2023-09-10 19:50:46 +0000
  • cc03610325
    Test crystal 1.8.2 Émilien (perso) 2023-09-16 09:10:48 +0000
  • ebee973b24
    Routes: Redirect unknown channel tabs to channel home page Samantaz Fox 2023-09-16 00:54:14 +0200
  • 06b2a4ba9d
    Frontend: Use 'timeupdate' event listener rather than setTimeout() Samantaz Fox 2023-09-16 00:41:39 +0200
  • 58f4a012b7
    Frontend: Add timestamp on switch invidious instance links Samantaz Fox 2023-09-14 22:10:02 +0200
  • 2456b62936
    Frontend: Add timestamp on invidious embed links Samantaz Fox 2023-09-14 20:50:17 +0200
  • 792a999386
    Frontend: Add timestamp on youtube+embed links Samantaz Fox 2023-09-14 20:39:46 +0200
  • beec62cf0e Increased link contrast in dark mode RadoslavL 2023-09-14 20:37:35 +0300
  • 2425c47882
    Routing: Add support for the '/live/<id>' route Samantaz Fox 2023-09-13 23:41:31 +0200
  • 49b9316b9f
    Routing: Handle current and future routes more nicely Samantaz Fox 2023-09-13 23:40:20 +0200
  • afb04c3bda HTMLl.Escape the playlist subtitle ChunkyProgrammer 2023-08-07 11:58:20 -0700
  • d7696574f4 Playlist: Use subtitle when author is missing ChunkyProgrammer 2023-08-01 08:55:23 -0700
  • eabcea6f4a
    Remove trailing whitespace in config documentation syeopite 2023-08-29 06:18:35 +0000
  • 27d8fa112d
    Fix iOS screen timeout on video playback loop mode (more elegantly) Ming Kin Choi 2023-08-27 14:11:45 +0800
  • 2a092577c6
    Fix iOS screen timeout on video playback loop mode Ming Kin Choi 2023-08-27 12:50:36 +0800
  • ac0c0609bb
    Add workaround for storyboards on local instances (#4040) Samantaz Fox 2023-08-26 12:15:04 +0200
  • 7e84d07c27
    Playlist import no refresh (#3973) Samantaz Fox 2023-08-26 12:12:42 +0200
  • a8295b452e
    Search: Add hashtag result (#3989) Samantaz Fox 2023-08-26 12:11:38 +0200
  • 95176a8eb4
    Translations update from Hosted Weblate (#3977) Samantaz Fox 2023-08-26 12:11:02 +0200
  • 1377f2ce7d
    Revert broken i18next v3 changes made by weblate Samantaz Fox 2023-08-25 08:24:25 +0200
  • 3615bb0e62
    Update src/invidious/videos/caption.cr syeopite 2023-08-24 16:21:05 -0700
  • 7d435f082b
    Update src/invidious/videos/transcript.cr syeopite 2023-08-24 23:20:20 +0000
  • 1f7592e599
    Refactor structure of caption.cr syeopite 2023-08-24 16:00:02 -0700
  • 23b19c80b3
    Update Hindi translation Snwglb 2023-08-19 08:45:51 +0000
  • 387f057a96
    Update German translation Ettore Atalan 2023-08-20 00:48:59 +0000
  • ce44cb9421
    Update Hindi translation Snwglb 2023-08-18 08:16:10 +0000
  • de2ea47854
    Update Norwegian Bokmål translation Petter Reinholdtsen 2023-08-13 11:54:19 +0000
  • 4b85890c6d
    Update Slovenian translation Noa Laznik 2023-08-11 02:52:09 +0000
  • 37f1a6aacf
    Update Slovak translation Ati 2023-08-10 10:21:34 +0000
  • c089d57cdb
    Update Slovak translation Milan Šalka 2023-08-10 10:22:06 +0000
  • 2b36d3b419
    Update errors.cr syeopite 2023-08-10 18:45:10 +0000
  • 6b17bb5250
    Regression from #4037 | Fix storyboards syeopite 2023-08-08 15:20:48 -0700
  • a81c0f329c
    Add workaround for storyboards on priv. instances syeopite 2023-08-08 15:13:23 -0700
  • 709bb7281b
    Update Slovenian translation Damjan Gerl 2023-07-31 18:55:04 +0000
  • 3123478cb2
    Update Portuguese translation Leonardo Colman 2023-07-29 22:10:14 +0000
  • ebb69ee4fd
    Update Vietnamese translation Hoang Minh Pham 2023-07-28 16:56:35 +0000
  • 00ac29a2ba
    Update Portuguese (Brazil) translation Leonardo Colman 2023-07-29 22:15:27 +0000
  • 9715e96adb
    Update Chinese (Simplified) translation Eric 2023-07-29 04:00:38 +0000
  • 1e170ef7d0
    Update Italian translation random r 2023-07-30 10:13:57 +0000
  • b4e9f173ab
    Update Italian translation atilluF 2023-07-28 12:53:31 +0000
  • 2117e34e97
    Update French translation John Donne 2023-07-30 21:47:27 +0000
  • a5bcf9ba44
    Update Sinhala translation Overplant Poster 2023-07-26 21:15:01 +0000
  • 8a88e51382
    Update Odia translation Subham Jena 2023-07-24 14:23:07 +0000
  • 7bf3f08daf
    Update Czech translation Fjuro 2023-07-21 19:24:09 +0000
  • b41574481d
    Update Croatian translation Milo Ivir 2023-07-20 12:25:07 +0000
  • b6b364c730
    Update Portuguese (Brazil) translation joaooliva 2023-07-20 20:39:27 +0000
  • 991d30066d
    Update Japanese translation maboroshin 2023-07-21 23:48:40 +0000
  • d83f92a074
    Update Russian translation VoidWalker 2023-07-22 01:53:24 +0000
  • 6d0a6870cb
    Update Chinese (Traditional) translation Jeff Huang 2023-07-20 02:34:31 +0000
  • 979168d8de
    Add Azerbaijani translation Nidi 2023-07-19 18:56:49 +0200
  • a337150cbf
    Update Korean translation xrfmkrh 2023-07-17 13:03:36 +0000
  • b7f6c265f7
    Update Japanese translation maboroshin 2023-07-17 09:06:35 +0000
  • d7d95fd725
    Update Turkish translation Oğuz Ersen 2023-07-16 18:27:44 +0000
  • 625d8c00ba
    Update Ukrainian translation Ihor Hordiichuk 2023-07-16 21:12:19 +0000
  • 552893a3c1
    Update Esperanto translation Jorge Maldonado Ventura 2023-07-16 16:18:13 +0000
  • a5a5422014
    Update Spanish translation Jorge Maldonado Ventura 2023-07-16 16:16:04 +0000
  • e3fe6c44f8
    Update Polish translation Matthaiks 2023-07-16 16:48:29 +0000
  • 7a5f5173dd
    Update Spanish translation Jorge Maldonado Ventura 2023-07-16 16:10:15 +0000
  • f993b1e119
    Update Arabic translation Rex_sa 2023-07-16 15:41:28 +0000
  • ab475718c8
    Update Polish translation Eryk Michalak 2023-07-15 08:33:40 +0000
  • 1837467aeb
    Update Japanese translation maboroshin 2023-07-13 00:17:04 +0000
  • cb09f46e04
    Add Latin translation CRW 2023-07-13 14:10:15 +0200