Commit Graph

  • 90e94d4e6c Merge pull request #4792 from syeopite/disable-ameba-rules syeopite 2024-07-27 02:31:31 +00:00
  • 6506b8dbfc Ameba: Fix Naming/PredicateName syeopite 2024-07-25 20:08:26 -07:00
  • 61d75050e4 SigHelper: Use 'URI.parse' instead of 'URI.new' Samantaz Fox 2024-07-04 15:47:19 +00:00
  • 10e5788c21 Videos: Send player sts when required Samantaz Fox 2024-07-03 21:15:13 +02:00
  • b509aa91d5 SigHelper: Fix many issues Samantaz Fox 2024-07-03 18:20:35 +02:00
  • ec8b7916fa Videos: Make use of the video decoding Samantaz Fox 2024-07-03 18:22:32 +02:00
  • 56a7488161 Helpers: Add inv_sig_helper client Samantaz Fox 2024-07-01 22:24:24 +02:00
  • a845752fff Jobs: Remove the signature function update job Samantaz Fox 2024-07-03 18:24:08 +02:00
  • 63a729998b Misc: Sync crystal overrides with current stdlib Samantaz Fox 2024-07-03 21:13:29 +02:00
  • 205f988491 Ameba: Fix Naming/MethodNames syeopite 2024-07-24 20:04:44 -07:00
  • 0db3b830b7 Ameba: Fix Lint/HashDuplicatedKey syeopite 2024-07-24 20:03:41 -07:00
  • c8fb75e6fd Ameba: Fix Lint/UnusedBlockArgument syeopite 2024-07-24 19:59:20 -07:00
  • 636a6d0be2 Ameba: Fix Lint/UnusedArgument syeopite 2024-07-24 19:57:54 -07:00
  • 3415507e4a Ameba: undo Lint/NotNilAfterNoBang in signatures.cr syeopite 2024-07-24 19:48:34 -07:00
  • 53223f99b0 Add ability to set po_token and visitordata ID Emilien Devos 2024-07-24 19:28:47 +02:00
  • 325561e755 Channel: parse subscriber count and channel banner (#4785) Samantaz Fox 2024-07-21 17:21:47 +02:00
  • 09bf09befe Player: Fix playback position of already watched videos (#4731) Samantaz Fox 2024-07-21 17:19:19 +02:00
  • 7fdbda612f Videos: Fix genre url being unusable (#4717) Samantaz Fox 2024-07-21 17:15:46 +02:00
  • 4f60feee17 API: Fix out of bound error on empty playlists (#4696) Samantaz Fox 2024-07-21 17:07:46 +02:00
  • 733bd27a5c Handle playlists cataloged as Podcast (#4695) Samantaz Fox 2024-07-21 17:05:40 +02:00
  • 1ff0775f4b API: Fix duplicated query parameters in proxied video URLs (#4587) Samantaz Fox 2024-07-21 14:13:54 +02:00
  • e62d4db752 API: Return actual stream height, width and fps (#4586) Samantaz Fox 2024-07-21 14:08:52 +02:00
  • 8b1da2001e Preferences: Fix handling of modified source code URL(#4437) Samantaz Fox 2024-07-21 14:02:20 +02:00
  • 5a12005b48 API: Fix URL for vtt subtitles (#4221) Samantaz Fox 2024-07-21 13:55:24 +02:00
  • 8575794bad Exclude spec/parsers_helper from Lint/SpecFilename syeopite 2024-07-17 12:52:13 -07:00
  • fad0a4f52d Ameba: Fix Lint/UselessAssign syeopite 2024-07-17 12:39:40 -07:00
  • fa50e0abf4 Simplify last_node retrieval syeopite 2024-07-17 12:21:48 -07:00
  • 76ab51e219 Ameba: Disable Naming/BlockParameterName syeopite 2024-07-17 12:17:05 -07:00
  • 8258062ec5 Ameba: Fix Lint/NotNilAfterNoBang syeopite 2024-07-15 17:36:00 -07:00
  • 8d9723d43c Disable Naming/AccessorMethodName rule syeopite 2024-07-11 21:15:45 -07:00
  • 8a90add310 Ameba: Fix Naming/VariableNames syeopite 2024-07-11 20:53:40 -07:00
  • c45e710845 Disable Documentation/DocumentationAdmonition rule syeopite 2024-07-11 20:47:24 -07:00
  • 593257a750 Fix typo syeopite 2024-07-11 20:45:27 -07:00
  • b2f5b1eb68 Add logic to fetch transcripts from label syeopite 2024-06-13 10:56:18 -07:00
  • 7693f61e44 Add API endpoint to fetch YouTube transcripts syeopite 2024-06-11 18:31:41 -07:00
  • bad92093bf Channels: Add sort options to streams (#4224) Samantaz Fox 2024-07-10 22:28:22 +02:00
  • 436a61e3bb API: Fix error code for disabled popular endpoint (#4296) Samantaz Fox 2024-07-10 22:25:31 +02:00
  • 5e0f55333a Allow embedding videos in local HTML files (#4450) Samantaz Fox 2024-07-10 22:24:18 +02:00
  • de61b163a3 CI: Bump Crystal version matrix (#4654) Samantaz Fox 2024-07-10 22:21:17 +02:00
  • 99c7e9e800 YtAPI: Remove API keys like official clients (#4655) Samantaz Fox 2024-07-10 22:19:51 +02:00
  • e9bab06e90 HTML: Use full URL in the og:image property (#4675) Samantaz Fox 2024-07-10 22:17:45 +02:00
  • a56a724a55 Rewrite transcript logic to be more generic (#4747) Samantaz Fox 2024-07-10 22:14:56 +02:00
  • 0a54e26536 CI: Run Ameba (#4753) Samantaz Fox 2024-07-10 22:13:45 +02:00
  • d135e5b7f7 CI: Add release based containers (#4763) Samantaz Fox 2024-07-10 22:11:01 +02:00
  • 911dad6935 Channel: parse subscriber count and channel banner ChunkyProgrammer 2024-07-09 13:25:18 -04:00
  • 7214fdaff4 JS: Update timeupdate event defensive to prevent errors PMK 2024-07-06 21:39:00 +02:00
  • 220cc9bd2f Typo syeopite 2024-07-04 10:13:01 -07:00
  • aace30b2b4 Bump nightly container build workflow crystal ver syeopite 2024-07-04 10:11:36 -07:00
  • 64d1f26ece Fix trigger for stable container build syeopite 2024-07-01 21:39:14 -07:00
  • 8f5c6a602b Rename container workflows syeopite 2024-07-01 21:35:08 -07:00
  • dd38eef41a Add workflow to build container on release syeopite 2024-06-24 11:45:00 -07:00
  • 848ab1e9c8 Specify which workflow builds from master syeopite 2024-06-24 11:36:11 -07:00
  • 933802b897 Use "master" label for master container build syeopite 2024-06-24 11:34:55 -07:00
  • 3bac467a8c Call as? instead of as to not force string conversion meatball 2024-06-19 12:52:53 +02:00
  • 248df785d7 Update spec and rollback to last commits changes meatball 2024-06-18 20:55:14 +02:00
  • 6b429575bf Update ameba version syeopite 2024-06-16 16:22:01 -07:00
  • c24ed85110 Fix named arg syntax when passing force_resolve syeopite 2024-06-16 14:49:48 -07:00
  • e0ed094cc4 Cache ameba binary syeopite 2024-06-16 13:29:06 -07:00
  • a644d76497 Update ameba config syeopite 2024-06-16 13:12:15 -07:00
  • 45fd4a1968 Add job to lint code through Ameba in CI syeopite 2024-06-16 13:11:48 -07:00
  • e82c965e89 Player: Fix video playback for videos that have already been watched. Fijxu 2024-06-05 11:26:57 -04:00
  • f466116cd7 Extract label for transcript in YouTube response syeopite 2024-06-13 09:05:47 -07:00
  • 288e1dccda Fix player menus hiding onHover giacomocerquone 2024-06-13 01:10:35 +02:00
  • 5b519123a7 Raise error when transcript does not exist syeopite 2024-06-11 18:46:34 -07:00
  • 0224162ad2 Rewrite transcript logic to be more generic syeopite 2024-06-11 17:57:33 -07:00
  • 04ca64691b Make solution complaint with spec meatball 2024-05-30 22:37:55 +02:00
  • 5957523624 Improve code quallity meatball 2024-05-30 22:13:30 +02:00
  • 629599f940 Fix change in parser file meatball 2024-05-30 21:57:15 +02:00
  • 31ad708206 fix: Handle nil value for genreUcid in Video struct meatball 2024-05-30 21:56:33 +02:00
  • 1ae14cc224 move helm chart to a dedicated github repository (#4711) Émilien (perso) 2024-05-27 00:40:43 +02:00
  • 9980c0e00f Update uptime logic to handle updown.io response syeopite 2024-05-22 13:28:15 -07:00
  • aa96cf3453 Fix invalid logic for instance uptime comparison syeopite 2023-12-07 11:43:44 -08:00
  • 41c978d350 Use HTTP::Client directly in instance list job syeopite 2023-12-07 11:21:06 -08:00
  • cff25a7b25 Refactor instance fetching logic into separate job syeopite 2023-09-24 15:09:59 -04:00
  • 6b7e730100 Validate override for crystal 1.12.1 syeopite 2024-05-22 13:10:46 -07:00
  • 1ce2d10c50 fix: use ion icon for search icon thansk 2024-05-20 14:17:30 +00:00
  • 5abafb8296 fix: use a search icon instead of text thansk 2024-05-20 11:49:56 +00:00
  • 9cd2e93a2e feat: allow submitting search with mouse thansk 2024-05-19 11:46:55 +00:00
  • 3b773c4f77 Fix missing commas absidue 2024-04-25 21:51:19 +02:00
  • 57e606cb43 Add back missing resolution field absidue 2024-04-25 21:38:51 +02:00
  • f57aac5815 Fix the missing p in the quality labels. absidue 2024-04-21 14:58:12 +02:00
  • 71a821a7e6 Return actual height, width and fps for streams in /api/v1/videos absidue 2024-04-20 18:50:17 +02:00
  • e0d0dbde3c API: Check if playlist has any videos on it. Fijxu 2024-05-13 21:07:46 -04:00
  • 90fcf80a8d Handle playlists cataloged as Podcast Fijxu 2024-05-13 19:27:27 -04:00
  • c4fec89a9b Apply suggestions from code review ulmemxpoc 2024-05-10 11:23:11 -07:00
  • 9d66676f2d Use full URL in the og:image property. Fijxu 2024-05-01 22:17:41 -04:00
  • f696f96824 Add rel="noreferrer noopener" to external links ulmemxpoc 2024-04-30 03:40:19 +00:00
  • ccb2a6c58e Bump http_proxy to v0.10.3 syeopite 2024-04-28 21:34:05 -07:00
  • 3b471ae964 Automatically initialize proxy via stdlib override syeopite 2023-10-04 14:36:04 -04:00
  • eb8fcc9e88 Add support for using HTTP proxies syeopite 2023-08-25 16:08:02 -07:00
  • 5b11ca22d0 Use string interpolation instead of concatenation tracedgod 2024-04-28 00:04:30 -04:00
  • 2fdb6dd644 CI: Bump Crystal version in docker too Samantaz Fox 2024-04-27 21:02:37 +02:00
  • 470245de54 YtAPI: Remove API keys like official clients Samantaz Fox 2024-04-27 20:48:42 +02:00
  • b0ec359028 CI: Bump Crystal version matrix Samantaz Fox 2024-04-27 20:01:19 +02:00
  • eda7444ca4 Update changelog v2.20240427 Samantaz Fox 2024-04-27 00:15:45 +02:00
  • 79b342aee5 Rename legacy changelog file Samantaz Fox 2024-04-27 00:14:46 +02:00
  • 0ab6d9e748 Videos: Use android test suite client (#4650) Samantaz Fox 2024-04-26 23:54:24 +02:00
  • 6f889dc695 Trending: Un-nest category if this is the only one (#4600) Samantaz Fox 2024-04-26 23:52:44 +02:00
  • 8eaaeb1c74 API: Add bitrate to formatStreams too (#4590) Samantaz Fox 2024-04-26 23:49:44 +02:00
  • 7c1d2714e0 Comments: Add support for new format (#4576) Samantaz Fox 2024-04-26 23:45:44 +02:00