Commit Graph

  • 307e6f5686 refactor: add better link presence checking unlxam 2024-08-25 15:24:05 -0300
  • be1ed83930 feat: add presence checking and html escaping for link unlxam 2024-08-24 13:40:28 -0300
  • 42ac3c8a21 feat: add confirmation page text unlxam 2024-08-24 13:19:21 -0300
  • effb642948 feat: replace View channel on YouTube and channel's description external links unlxam 2024-08-24 13:16:02 -0300
  • 0fd38e52ef refactor: replace all youtube external links with confirmation page unlxam 2024-08-24 13:01:37 -0300
  • 01e9fa3af7 feat: add rel="noreferrer noopener" to external link unlxam 2024-08-24 12:19:36 -0300
  • b240f915b7 feat: add link url unlxam 2024-08-10 18:31:05 -0300
  • ecfb9fed5a feat: replace external links in description and comments to confirm before leaving unlxam 2024-08-10 18:28:04 -0300
  • e8511443f1 fix: remove redundant Invidious from title unlxam 2024-08-10 12:41:29 -0300
  • f7e5a88dad feat: update youtube.com links to confirm before leaving unlxam 2024-08-10 12:40:59 -0300
  • a02b55b2c0 feat: add confirm leaving Invidious view and route unlxam 2024-08-08 22:51:24 -0300
  • 75b68618ab
    Remove useless proc usage in images.cr syeopite 2024-04-25 13:28:58 -0700
  • 003c6f81dc
    Preserve connection close header of get_storyboard syeopite 2024-01-08 14:13:38 -0800
  • 4bc77b81bf
    Move YTIMG_POOLS to connection_pool.cr syeopite 2023-12-23 13:47:47 -0800
  • 06e1a508e8
    Fix headers not being added in image requests syeopite 2023-12-08 18:52:11 -0800
  • 52bc9aa328
    Refactor duplicate logic in image routes syeopite 2023-12-08 18:42:40 -0800
  • 480e073fa9
    Use HTTP pools for image requests to YouTube syeopite 2023-12-08 18:20:17 -0800
  • 6e39b9b303
    make_client: add YouTube headers on *.youtube.com syeopite 2024-08-24 19:41:39 -0700
  • 46c58bd84c
    Pool: Use force_resolve in fallback new client syeopite 2024-08-24 19:38:02 -0700
  • 7521902e88
    Ensure IP family is always used when force_resolve syeopite 2024-08-24 19:37:04 -0700
  • bd48af825c
    Search API: Fix named arg syntax to make_client syeopite 2024-06-16 14:15:05 -0700
  • ee89db49ba
    Typo syeopite 2024-06-16 15:18:21 +0000
  • 3af6681869
    Fix typo in argument to `make_client` syeopite 2024-05-24 13:11:14 -0700
  • 1124dd645d
    Use `make_client` instead of calling `HTTP::Client` syeopite 2024-05-22 11:29:28 -0700
  • e485773928 Rename CCommons to ClosedCaptions ChunkyProgrammer 2024-08-24 21:04:22 -0400
  • 60de5e91c0 Fix tests ChunkyProgrammer 2024-08-24 18:08:48 -0400
  • a9cc012542 switch to enum flag instead of adding lots of properties to SearchVideo ChunkyProgrammer 2024-08-24 18:00:59 -0400
  • 4ae86e6ac3 Fix Ameba error ChunkyProgrammer 2024-08-24 18:05:35 -0400
  • 4380fcf60c Simplify creation of empty json array ChunkyProgrammer 2024-02-15 19:51:35 -0500
  • 4e9b102c04 Add message for when channel has no posts ChunkyProgrammer 2024-02-15 19:50:59 -0500
  • 4abb1a6174 don't error when a channel doesn't have any community posts ChunkyProgrammer 2024-01-29 22:20:41 -0500
  • 6218eb2b22 add support for new hashtag header format ChunkyProgrammer 2024-03-07 21:41:22 -0500
  • 517a025e54 Use `SearchHashtag` for parsing the header of hashtag pages ChunkyProgrammer 2023-09-07 00:54:21 -0400
  • 926fdf3044 Hashtag: Show next page if a continuation exists ChunkyProgrammer 2023-07-16 13:31:31 -0700
  • 7562bff98f Parse hashtag header when getting the first hashtag page Chunky programmer 2023-06-06 19:31:55 -0400
  • 77de46f316 Use a find instead of an each loop ChunkyProgrammer 2024-07-10 09:26:31 -0400
  • 123c4dfba5 Put temp.delete inside ensure block ChunkyProgrammer 2024-04-30 19:45:29 -0400
  • a0bb4b32c6 Ensure IO is properly closed when importing NewPipe subscriptions ChunkyProgrammer 2023-12-20 00:13:11 -0500
  • f538c44104 remove icon element from channel rss feed ChunkyProgrammer 2024-08-20 18:48:50 -0400
  • 20b71ccf21 do a sanity check on the provided ucid ChunkyProgrammer 2024-01-29 17:38:21 -0500
  • 19baa16eed Channel RSS: deprecate author thumbnail, make less requests to youtube ChunkyProgrammer 2023-11-29 22:34:40 -0500
  • 1c361ccaa6 RSS: return 404 if youtube playlist doesnt exist ChunkyProgrammer 2023-11-29 21:59:19 -0500
  • 2a012f86da encode parameters retrieved from url ChunkyProgrammer 2024-08-20 19:55:22 -0400
  • 99f524b73e Add missing semicolons, remove unused code ChunkyProgrammer 2024-08-13 12:49:04 -0400
  • 5f632e437e use dom manipulation instead of regex to update reply links ChunkyProgrammer 2023-11-28 18:14:39 -0500
  • ea91e6d855 Use javascript to replace reply links, simplify community.js ChunkyProgrammer 2023-10-22 20:51:14 -0400
  • 5f8cd48d4d Fix YT link for post comments ChunkyProgrammer 2023-10-16 12:46:23 -0400
  • b48cf42d33 Allow viewing more comments when js is disabled ChunkyProgrammer 2023-10-16 12:02:07 -0400
  • d26ecbfc2f Parse more metadata badges for SearchVideos ChunkyProgrammer 2024-08-20 02:11:43 -0400
  • c5fdd9ea65
    HTML: Sort playlists alphabetically in watch page drop down (#4853) Samantaz Fox 2024-08-24 20:50:46 +0200
  • 2876ee0f9f
    HTML: Fix XSS vulnerability in description/comments (#4852) Samantaz Fox 2024-08-24 20:49:17 +0200
  • 0699e5fc27
    YtAPI: Bump client versions (#4849) Samantaz Fox 2024-08-24 20:47:01 +0200
  • 15669acccf
    SigHelper: Fix inverted time comparison in 'check_update' (#4845) Samantaz Fox 2024-08-24 20:44:52 +0200
  • cd2daf4adb
    Storyboards: Various fixes and code cleaning (#4153) Samantaz Fox 2024-08-24 20:43:05 +0200
  • ccecc6d318
    Fix lint errors introduced in #4146 and #4295 (#4876) syeopite 2024-08-24 18:11:11 +0000
  • aa0179a109
    Ameba: Fix Naming/PredicateName syeopite 2024-08-24 10:59:23 -0700
  • 0c0d5a0970
    Ameba: Fix Naming/VariableNames syeopite 2024-08-24 10:58:14 -0700
  • 3c6a662aaf
    Search: Add support for Youtube URLs (#4146) Samantaz Fox 2024-08-24 19:44:59 +0200
  • 9e55799269
    Channel: Render age restricted channels (#4295) Samantaz Fox 2024-08-24 19:43:59 +0200
  • da70c9b7b0
    Ameba: Miscellaneous fixes (#4807) Samantaz Fox 2024-08-24 19:42:10 +0200
  • 828da3c6ce
    API: Proxy formatStreams URLs too (#4859) Samantaz Fox 2024-08-24 19:39:36 +0200
  • febf18cbf7
    UI: Add search button to search bar (#4706) Samantaz Fox 2024-08-24 19:38:48 +0200
  • b2133c6b2c
    Videos: Convert URL before putting result into cache Samantaz Fox 2024-08-15 18:10:38 +0200
  • a3e4248f48 removed version line for docker-compose.yml, using docker version is now obsolete AP Direction 2024-08-22 13:06:12 -0400
  • 21ab5dc668
    Storyboard: Revert cue timing "fix" Samantaz Fox 2024-08-22 00:29:15 +0200
  • b200ebfb6b
    CSS: Remove extra space in default.css Samantaz Fox 2024-08-21 20:23:45 +0000
  • ecbea0b67b
    Ameba: Fix Lint/ShadowingOuterLocalVar syeopite 2024-07-26 19:22:42 -0700
  • d1cd790388
    Ameba: Fix Lint/RedundantStringCoercion syeopite 2024-07-26 19:20:06 -0700
  • f66068976e
    Ameba: Fix Naming/PredicateName syeopite 2024-07-26 19:19:31 -0700
  • 22b35c453e
    Ameba: Fix Style/WhileTrue syeopite 2024-07-25 20:12:17 -0700
  • d6ff5f0715
    Merge c754d351c6 into e319c35f09 Ian Brown 2024-08-21 00:40:43 +0200
  • c606465708 Proxify formatStreams URLs too Colin Leroy-Mira 2024-08-19 09:34:51 +0200
  • ad81cf301b
    Merge 389e6a7659 into e319c35f09 Brahim Hadriche 2024-08-18 09:53:33 -0400
  • e2866b4672
    Crystal: Force using PCRE (legacy) for cross-compilation Samantaz Fox 2023-09-17 13:39:48 +0200
  • ea176aba8d
    CI: Add docker file for arm64 cross-compilation Samantaz Fox 2023-09-16 23:36:16 +0200
  • 80a2ce05a8
    Makefile: Add cross-compilation targets Samantaz Fox 2023-09-16 23:33:40 +0200
  • 85deea5aca
    Search: Change smart search inhibitor to a backslash Samantaz Fox 2024-04-27 23:21:27 +0200
  • 78c5ba93c7
    Misc: Clean some code in UrlSanitizer Samantaz Fox 2024-02-17 14:27:25 +0100
  • 31a80420ec
    Search: Add URL search inhibition logic Samantaz Fox 2024-02-13 21:46:12 +0100
  • 4c0b5c314d
    Search: Add support for youtu.be and youtube.com URLs Samantaz Fox 2023-10-05 23:01:44 +0200
  • eb0f651812
    Add a youtube URL sanitizer Samantaz Fox 2023-10-01 19:39:53 +0200
  • e7066c7f6b
    Merge 9b40600835 into e319c35f09 Samantaz Fox 2024-08-17 17:22:30 +0000
  • 9b40600835
    Routes: Run 'before_all' handler in case of a 404 Samantaz Fox 2023-09-17 14:49:20 +0200
  • 72d2817c36
    HTML: Make template.ecr more resilient to errors Samantaz Fox 2023-09-17 14:47:22 +0200
  • 594f25141c
    Add a simple error code page (mostly for handling 404s) Samantaz Fox 2023-09-10 17:00:10 +0200
  • b8afb7bec8
    Routes: use 'resolve_url()' in 404 error route Samantaz Fox 2023-07-15 15:44:15 +0200
  • 764965c441
    Storyboards: Fix lint error Samantaz Fox 2024-08-17 12:20:53 +0200
  • b526f48120 Changed Unix time to Rfc3339 time and removed NaN message RadoslavL 2024-08-16 23:57:49 +0300
  • e8cd631b2d Formatting RadoslavL 2024-08-16 14:13:05 +0300
  • 69ff6def5f Removed useless variable RadoslavL 2024-08-16 14:11:28 +0300
  • 26dc9dc99c Solution RadoslavL 2024-08-16 14:08:04 +0300
  • 2d6b46c926 Fixed a really easy mistake RadoslavL 2024-08-16 14:05:13 +0300
  • cab02d4959 Corrected usage of publishedText variable throughout the code RadoslavL 2024-08-16 13:54:27 +0300
  • b795bdf2a4
    HTML: Sort playlists alphabetically in watch page drop down Samantaz Fox 2024-08-16 12:10:22 +0200
  • 5b05f3bd14
    Storyboards: Workarounds for videojs-vtt-thumbnails Samantaz Fox 2024-08-16 11:28:35 +0200
  • a335bc0814
    Storyboards: Fix some small logic mistakes Samantaz Fox 2023-10-20 23:37:12 +0200
  • 7b50388eaf
    Storyboards: Fix broken first storyboard Samantaz Fox 2023-10-08 20:36:32 +0200
  • da3d58f03c
    Storyboards: Cleanup and document code Samantaz Fox 2023-10-08 20:29:41 +0200
  • 8327862697
    Storyboards: Use replace the NamedTuple by a struct Samantaz Fox 2023-10-08 20:09:38 +0200
  • 6878822c4d
    Storyboards: Move parser to its own file Samantaz Fox 2023-10-08 12:58:04 +0200