Commit graph

  • 7bbee12c7b enables http2 crate feature, replaces http1 protocol with http2 on connection builder, creates a reusable connector alexl8819 2024-10-31 18:39:39 -07:00
  • 6509e58eb7 Fix failing test Nolan Poe 2024-10-31 16:52:21 -07:00
  • 40e88f654f Bump deps Nolan Poe 2024-10-31 16:43:36 -07:00
  • 0ea88ffcbc Run cargo fmt, hide clippy::cmp_owned errors Nolan Poe 2024-10-31 16:34:30 -07:00
  • 9aea9c90a2 fix: reduce to minimum patch, fix clippy Matthew Esposito 2024-10-31 16:09:35 -04:00
  • efdf1848ac fix: emergency patch for 403 Matthew Esposito 2024-10-31 16:06:29 -04:00
  • bc9530821d feat(scraper): add output file Matthew Esposito 2024-10-30 15:15:38 -04:00
  • c71661c616 use border width instead of padding DokterKaj 2024-10-23 00:56:53 +08:00
  • 7b5643c27e iterate over length of gallery DokterKaj 2024-10-23 00:43:42 +08:00
  • 07b367d304 use .gallery_overlay + add experimental progress dots DokterKaj 2024-10-23 00:26:44 +08:00
  • f3d2f0cc59 feat(scraper): add scraper CLI Matthew Esposito 2024-10-21 20:54:05 -04:00
  • 49ef59e000 chore: make library Matthew Esposito 2024-10-21 20:46:03 -04:00
  • f39cf81e5b fix post.gallery.len() DokterKaj 2024-10-21 23:13:09 +08:00
  • fb39759dd3 display gallery as flexbox + add borders to media DokterKaj 2024-10-21 23:03:48 +08:00
  • 9f119f7059
    Merge 77fa67299c into 3ff907d6c1 Nazar 2024-10-20 17:59:37 +00:00
  • 77fa67299c Run cargo fmt Tokarak 2024-10-20 18:56:23 +01:00
  • 7d422242be Add --no-https-verification info to instance-info page Tokarak 2024-10-20 18:52:42 +01:00
  • 0c7cb10655 Fix behaviour of --no-https-verification Tokarak 2024-10-20 18:50:17 +01:00
  • 8bda5c0d37 Use OnceLock for global VERIFY_HTTPS Tokarak 2024-10-20 17:53:45 +01:00
  • c8a018182a Merge branch 'main' into feature-disable-https Tokarak 2024-10-20 15:52:09 +01:00
  • 78aa92a171 Revert "fix(main): update clap args to fix invalidvalue check" Tokarak 2024-10-20 15:24:21 +01:00
  • 10b32ed792
    Fix test for new embedding behavior Butter Cat 2024-10-17 21:16:03 -04:00
  • 15fcafc99a
    Fix images embedded by rewrite_urls() having an empty <p></p> above and below them that caused weird gaps in some scenarios Butter Cat 2024-10-17 20:03:51 -04:00
  • b82111599b change post_should_be_blurred && to *post_should_be_blurred && + unblur all focused content DokterKaj 2024-10-17 12:50:44 +08:00
  • e3b515eb0c
    update devcontainer image, that includes a more recent version of rust Gonçalo Valério 2024-10-16 13:18:16 +00:00
  • 4d051361d8 simplify focus detection + add option to settings DokterKaj 2024-10-16 18:27:18 +08:00
  • 3efda67731 rename .comment_indent -> .comment_collapse DokterKaj 2024-10-16 10:52:16 +08:00
  • 632f5d3ebe
    Fix crossposted galleries not working Butter Cat 2024-10-15 18:08:47 -04:00
  • 3b180e590b simplify with :focus-within to fix right-click taking two tries + add "Unblur post" tooltip DokterKaj 2024-10-16 00:40:12 +08:00
  • 30e854b663
    position relative to .comment_right DokterKaj 2024-10-15 19:54:18 +08:00
  • e4e514875d
    position indent on mobile + fix offset for desktop replies DokterKaj 2024-10-15 19:27:15 +08:00
  • 0fdf57db4d
    only set size when comment is open DokterKaj 2024-10-15 02:49:35 +08:00
  • eacb0cf7fd fix reblurring and disabling after focusing on link DokterKaj 2024-10-15 01:14:16 +08:00
  • 840907a586 collapse comment by clicking on indent line DokterKaj 2024-10-14 22:33:02 +08:00
  • ac7eb2e97b
    fix .post_body a not reenabling on click + separate pointer, filter rules DokterKaj 2024-10-14 15:11:47 +08:00
  • 92852cd423
    revert to old if-else structure DokterKaj 2024-10-14 14:55:21 +08:00
  • 6e7de2f966
    adapt to .post_thumbnail being a wrapper + add unblur on click styles DokterKaj 2024-10-14 14:19:31 +08:00
  • 3f33a73001
    let blurred content be focusable (TODO: add blur focus pref condition) DokterKaj 2024-10-14 13:20:40 +08:00
  • 2657be22b1
    Make restore properly add new subscriptions/filters cookies and delete old unused subscriptions/filters cookies Butter Cat 2024-10-13 11:28:49 -04:00
  • 69b7450c7c
    Small cleanup Butter Cat 2024-10-12 20:29:37 -04:00
  • f0603e8fe4
    Make updating subscription/filters cookies safer Butter Cat 2024-10-12 20:25:32 -04:00
  • 72ec208c17
    Fix old split cookies not being removed and subreddits/filters between cookies occasionally getting merged Butter Cat 2024-10-12 20:00:53 -04:00
  • 3ff907d6c1
    additional new colour tweaks (#285) DokterKaj 2024-10-12 23:42:15 +08:00
  • d27420b62e
    Start cookies without number to be backwards compatible Butter Cat 2024-10-12 10:11:13 -04:00
  • ea855b70d6
    Make join_until_size_limit take the +'s into account when calculating length Butter Cat 2024-10-11 22:46:20 -04:00
  • 554c9f5d56
    Fix subreddits and filters that were at the end and beginning of the cookies getting merged Butter Cat 2024-10-11 22:27:04 -04:00
  • e4b1406b4b
    Fix many subscription misspellings Butter Cat 2024-10-11 21:58:10 -04:00
  • 1e725e90ee
    Fix mispelling for removing subscription cookies Butter Cat 2024-10-11 21:55:16 -04:00
  • 63683ead9d
    Cleanup Butter Cat 2024-10-11 21:31:27 -04:00
  • 718bafe650
    Split subscriptions and filters cookies into multiple cookies and make old cookies properly delete Butter Cat 2024-10-11 21:17:33 -04:00
  • f4a457e529
    Add additional themes to README (#284) Ben Sherman 2024-10-11 12:43:45 -07:00
  • 37b1009417 make black theme accent more legible + make "red" in "redlib" red + update README screenshot DokterKaj 2024-10-11 15:18:44 +08:00
  • e8a9d1620b
    Add additional themes to README Ben Sherman 2024-10-10 17:24:25 -07:00
  • 7dda8d9bbb
    use better accent colour + add libreddit styles (#281) DokterKaj 2024-10-11 06:45:39 +08:00
  • 5f84a82001 fix unrenamed libreddit themes DokterKaj 2024-10-10 22:50:11 +08:00
  • 242bb44eb5 use #d74253 as new accent colour + add old libreddit styles + bolden accented buttons DokterKaj 2024-10-10 11:47:56 +08:00
  • 71bac907e0
    only have 32x32 .ico file DokterKaj 2024-10-07 18:27:56 +08:00
  • 9f92da2e08
    update favicon with new logo DokterKaj 2024-10-07 12:33:32 +08:00
  • b99412b4a1
    feat: update logos and accents (#280) DokterKaj 2024-10-07 03:19:37 +08:00
  • b6bf0faa2b
    remove width, length DokterKaj 2024-10-06 20:18:19 +08:00
  • bbf177db73 fix apple-touch-icon.png size DokterKaj 2024-10-06 18:42:47 +08:00
  • 5b1fe471dd feat: update logos, accents DokterKaj 2024-10-06 18:38:06 +08:00
  • 1838fdaea4
    Replace askama with rinja (#276) Guillaume Gomez 2024-10-02 23:43:13 +02:00
  • f71b0cd178
    chore(deps): Update brotli from 6.0 to 7.0 (#277) Ben Beasley 2024-10-02 14:18:41 -04:00
  • 281e564f44 Update Cargo.lock for brotli 7.0 Benjamin A. Beasley 2024-10-02 10:00:07 -04:00
  • 0959aa7bd3 chore(deps): Update brotli from 6.0 to 7.0 Benjamin A. Beasley 2024-10-02 07:35:26 -04:00
  • 984ea280d4 Replace askama with rinja Guillaume Gomez 2024-10-01 21:35:39 +02:00
  • 604db902e9
    Fix systemd service (#275) Guanran Wang 2024-10-02 03:55:42 +08:00
  • 7d5d51e929
    fix(contrib/systemd): fix incorrect SystemCallFilter format Guanran Wang 2024-10-01 19:52:15 +08:00
  • d7ef7bf732 Add alt to the image Tuan 2024-10-01 17:21:07 +07:00
  • 6f029e6b3c Change the logo to <img> Tuan 2024-10-01 17:17:02 +07:00
  • 2fabc975b7 fix: gracefully shutdown on CTRL+C and SIGTERM 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 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 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 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 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 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 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 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 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