Commit graph

  • 2fabc975b7 fix: gracefully shutdown on CTRL+C and SIGTERM #273 internationalcrisis 2024-10-01 03:59:48 -05:00
  • e57eaa0b78 fix(issue): render checkbox in issue template Matthew Esposito 2024-09-29 22:31:23 -04:00
  • 31ad8c5f7b fix(issue): add checkbox for latest commit Matthew Esposito 2024-09-29 16:29:38 -04:00
  • 5aef97410c
    Update redlib.conf (#271) mdnghtman 2024-09-29 20:45:03 +02:00
  • 010ce20036
    Update redlib.conf #271 mdnghtman 2024-09-29 12:59:44 +02:00
  • 8d0ed4682e
    feat(search): redirect u/ and user/ to profile (#268) DokterKaj 2024-09-27 20:29:33 +08:00
  • 54f8dd725a
    feat(search): redirect u/ and user/ to profile #268 DokterKaj 2024-09-27 15:32:57 +08:00
  • fe4fed0504
    Make jump to comment work from user's page and make last <p> in the post and comment bodies get the margin above it like the others (#219) Butter Cat 2024-09-27 00:44:32 -04:00
  • 6e2e679a0e chore(oauth): add additional logging to login routine Matthew Esposito 2024-09-26 15:06:39 -04:00
  • 6b44c1abf2 chore(oauth): add additional logging to login routine Matthew Esposito 2024-09-26 15:04:36 -04:00
  • a807002ddf
    Fix #206 and make (most) emotes embed in comments (#209) Butter Cat 2024-09-25 13:36:23 -04:00
  • 80e95a0ac2
    Merge branch 'main' into emotes #209 Matthew Esposito 2024-09-25 13:35:00 -04:00
  • 403513ac4c
    fix(search): handle queries' urlencoding (#264) Matthew Esposito 2024-09-24 23:30:06 -04:00
  • 9bebf7d6d1 fix(search): handle queries' urlencoding #264 Matthew Esposito 2024-09-24 23:28:52 -04:00
  • 8d86a3c023 fix(search): handle queries' urlencoding Matthew Esposito 2024-09-24 23:27:27 -04:00
  • 72f7d9d08c
    fix(search): handle multi-sub search (#263) Matthew Esposito 2024-09-24 23:20:12 -04:00
  • f553614864 fix(search): handle multi-sub search #263 Matthew Esposito 2024-09-24 23:18:49 -04:00
  • e6273e2ed5
    fix(client): catch json suspended user error (#262) Matthew Esposito 2024-09-24 23:13:36 -04:00
  • a35602b210 fix(client): catch json suspended user error in better place #262 Matthew Esposito 2024-09-24 23:11:29 -04:00
  • f0ae3d3904 fix(client): catch json suspended user error in better place Matthew Esposito 2024-09-24 23:08:41 -04:00
  • 52260196f0 fix(client): catch json suspended user error in better place Matthew Esposito 2024-09-24 23:08:12 -04:00
  • 34f9838b9c fix(client): catch json suspended user error Matthew Esposito 2024-09-24 23:02:18 -04:00
  • f1d4e6a417
    fix(client): catch various json errors to properly render error page (#261) Matthew Esposito 2024-09-24 23:01:28 -04:00
  • 289cd393e7 fix(client): catch json suspended user error Matthew Esposito 2024-09-24 23:01:15 -04:00
  • 962db68385 fix(client): catch various json errors to properly render error page #261 Matthew Esposito 2024-09-24 22:02:48 -04:00
  • 6392b293f0 fix(client): catch various json errors to properly render error page Matthew Esposito 2024-09-24 21:59:02 -04:00
  • e0d7837c02
    fix(client): don't catch network policy errors, since they indicate q… (#259) Matthew Esposito 2024-09-24 21:45:47 -04:00
  • e5604f0693 fix(client): don't catch network policy errors, since they indicate quarantine #259 Matthew Esposito 2024-09-24 21:43:16 -04:00
  • 2d6ac78acf
    chore(client): update new oauth path (#258) Matthew Esposito 2024-09-24 21:28:54 -04:00
  • c7fbb04647 chore(client): update new oauth path #258 Matthew Esposito 2024-09-24 21:28:30 -04:00
  • 1e54c639d3
    fix(client): add a timeout and retry logic to oauth daemon (#256) Matthew Esposito 2024-09-24 21:02:12 -04:00
  • da717c61e9 fix(client): add a timeout and retry logic to oauth daemon #256 Matthew Esposito 2024-09-24 21:00:37 -04:00
  • 33c876e3ab fix(client): add a timeout and retry logic to oauth daemon Matthew Esposito 2024-09-24 20:59:06 -04:00
  • b51a7a346d fix(main): update clap args to fix invalidvalue check Matthew Esposito 2024-09-23 11:04:41 -04:00
  • 4847064a4d fix(tests): enable manual constructor for all tests with ctor Matthew Esposito 2024-09-23 11:02:12 -04:00
  • 3323c0273c fix(client): Fix ordering of evaluations Matthew Esposito 2024-09-23 10:47:53 -04:00
  • 9e2dc50d6e fix(client): use boolean flag Matthew Esposito 2024-09-23 10:44:17 -04:00
  • d5f137ce47 fix(funding): add sponsor link Matthew Esposito 2024-09-21 15:48:19 -04:00
  • 245fd9d408 fix(funding): update funding Matthew Esposito 2024-09-21 15:47:44 -04:00
  • b54620b5aa fix(client): use async_recursion crate Matthew Esposito 2024-09-21 15:44:27 -04:00
  • edb16f29ce Enable deafult clap-rs features Tokarak 2024-09-21 18:32:16 +01:00
  • f392b37339 Add cli flag --no-https-verification Tokarak 2024-09-21 18:23:29 +01:00
  • 69c7a69afd
    add description for rss item (just like https://news.ycombinator.com/… (#220) freedit-dev 2024-09-21 12:05:32 +08:00
  • 2991813c2d
    Make poll results appear inside of a post (#218) Butter Cat 2024-09-21 00:02:34 -04:00
  • 7156be6ad0 fix(client): fix failing tests, retries for canonical_path fix_tests Matthew Esposito 2024-09-20 23:57:18 -04:00
  • 98079086a5 Refactor: new feature "no-https-verification" Tokarak 2024-09-20 18:31:23 +01:00
  • a5e1380876 Formatting and import scope changes Tokarak 2024-09-20 17:45:51 +01:00
  • ad02a6bb00 POC: disable cert verification Tokarak 2024-09-20 17:29:13 +01:00
  • 793047f63f fix(client): revert to hyper-rustls=0.24.2 Matthew Esposito 2024-09-18 11:24:00 -04:00
  • 3625fdfdbe fix(ci): temporarily disable README updates Matthew Esposito 2024-09-17 14:42:09 -04:00
  • 28f85f2599 Attempting to fix main-docker.yml for downloading digests Matthew Esposito 2024-09-17 14:39:42 -04:00
  • 7be29f609c
    Attempting to fix main-docker.yml for downloading digests (#243) wuchyi 2024-09-18 02:37:39 +08:00
  • 5e6ec52b9d
    Merge pull request #1 from wuchyi/Docker-build-patch #243 wuchyi 2024-09-18 02:27:17 +08:00
  • 5b8eb166ae
    Update main-docker.yml (digests download) wuchyi 2024-09-18 02:26:04 +08:00
  • 8082821559
    Merge branch 'redlib-org:main' into main wuchyi 2024-09-18 02:21:21 +08:00
  • f18d135045
    Update main-docker.yml (digests) (#238) wuchyi 2024-09-18 02:09:32 +08:00
  • 7a856a7f3c
    fix: refresh oauth token by spawning a new task #241 Pim 2024-09-17 13:02:49 +02:00
  • 9b30943244
    Update main-docker.yml (digests) #238 wuchyi 2024-09-17 15:35:07 +08:00
  • 8ef45456d6 actions trigger Matthew Esposito 2024-09-16 16:39:07 -04:00
  • 118708400a fix(ci): unique name Matthew Esposito 2024-09-16 16:36:24 -04:00
  • 28e72c9058
    fix(ci): bump versions (#234) Matthew Esposito 2024-09-16 16:29:52 -04:00
  • bd36f49616 fix(ci): bump versions #234 update_action_version Matthew Esposito 2024-09-16 16:29:33 -04:00
  • 0b15250cc8
    fix(oauth): catch network policy violation and rate limit (#233) Matthew Esposito 2024-09-16 16:16:08 -04:00
  • b299db6ca3 fix(oauth): catch network policy violation and rate limit #233 catch_rate_limit Matthew Esposito 2024-09-16 16:11:28 -04:00
  • e44583d2b8
    add description for rss tiem (just like https://news.ycombinator.com/rss) #220 freedit-dev 2024-09-10 18:57:33 +08:00
  • fca6b955a1
    When going to a comment from a user's page jump to it on page load #219 Butter Cat 2024-09-09 19:41:13 -04:00
  • cd3aac276b
    Make last <p> in post body get padding above it Butter Cat 2024-09-09 19:14:24 -04:00
  • 87153778ff
    Make poll results appear inside of a post #218 Butter Cat 2024-09-09 19:03:55 -04:00
  • 408ebe6ef1
    feat(post): add archive.is link for link posts (#165) Matthew Esposito 2024-09-05 12:00:09 -04:00
  • 7a0ea1fbd3
    fix: spoiler hover and video size (#196) Pim 2024-09-05 17:59:43 +02:00
  • db8b92ea55
    Fix a whole bunch of styling bugs (#193) Butter Cat 2024-09-05 11:59:21 -04:00
  • 8e760c4300
    Update duplicates.html #215 Marvin E 2024-09-04 18:48:50 +07:00
  • 2f6bb096bb
    Update style.css Marvin E 2024-09-04 18:47:53 +07:00
  • 8b9e62d7cb
    Update style.css Marvin E 2024-09-04 16:27:44 +07:00
  • 4f8f18f1a2
    Merge branch 'redlib-org:main' into main Marvin E 2024-09-04 13:05:16 +07:00
  • c494fbec31
    Insert noindex meta for ROBOTS_DISABLE_INDEXING (#199) (#207) Kot C 2024-09-03 18:44:04 -05:00
  • 438e412be3
    Add anchor to comment link (#212) Butter Cat 2024-09-03 19:21:33 -04:00
  • d0e081e6a0
    chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#214) dependabot[bot] 2024-09-03 19:21:11 -04:00
  • 369f10bf09
    chore(deps): bump actions/download-artifact in /.github/workflows #214 dependabot[bot] 2024-09-03 23:15:48 +00:00
  • 32051fc735
    Update duplicates.html Marvin E 2024-09-04 03:03:36 +07:00
  • d690aaab54
    Update duplicates.html Marvin E 2024-09-04 02:11:48 +07:00
  • 2b87a4e299
    When selecting a specific comment jump to it on page load #212 Butter Cat 2024-08-29 19:51:05 -04:00
  • e751a09a96
    Listen to cargo fmt and cargo clippy's suggestions as well as removing some leftover comments and code Butter Cat 2024-08-27 21:08:48 -04:00
  • db058f6d9e
    Restore the behavior that the "rewrite_urls_removes_backslashes_and_rewrites_url" test looks for Butter Cat 2024-08-27 20:51:30 -04:00
  • 12e331d24b
    Make (most) emotes embed within comments Butter Cat 2024-08-27 20:38:29 -04:00
  • 9ea2c9e9f0
    Fix links not being converted when multiple emojis are in one comment Butter Cat 2024-08-25 10:49:42 -04:00
  • 79a478f2b8 Insert noindex meta for ROBOTS_DISABLE_INDEXING (#199) #207 Kot C 2024-08-25 05:34:39 +00:00
  • 041ecceeaf
    Update license tag (#200) Davide Cavalca 2024-08-07 14:09:54 -04:00
  • 3d6257d4b5
    Reduce gap between navbar and content in mobile mode #193 Butter Cat 2024-08-07 09:57:08 -04:00
  • 31baf5ae55 Reduce gap between navbar and content in mobile mode Butter Cat 2024-08-07 09:55:45 -04:00
  • f76be2c1ff Update license tag #200 Davide Cavalca 2024-08-07 09:06:39 -04:00
  • 642e64eb4f
    Fix extra navbar padding on search page Butter Cat 2024-08-03 16:05:02 -04:00
  • b60f1f9d00
    Make feeds button appear in settings menu to keep navbar looking consistent Butter Cat 2024-08-03 15:54:40 -04:00
  • d10cc1c59a
    Make footer text properly horizontally centered in mobile mode and fix slight vertical misalignment issues Butter Cat 2024-08-03 15:27:49 -04:00
  • 5df711f341 chore: tab/space #196 pimlie 2024-07-30 15:02:34 +02:00
  • 736bf1c3dd fix: set min size for video pimlie 2024-07-30 15:01:57 +02:00
  • f90bf5b724 fix: unblur both media as body when hoevering over either one pimlie 2024-07-30 15:01:42 +02:00
  • e377f47caf fix: only autoplay videos if visible #194 Micknugget 2024-07-28 13:06:11 -06:00
  • 4b00a61048
    Make post flair position consistent Butter Cat 2024-07-27 17:01:29 -04:00
  • 3afdfe617a
    Make post flair line up with title Butter Cat 2024-07-27 16:59:23 -04:00