Commit Graph

  • 21fd34710c Fix font sizes in search bar being incorrect (#190) Butter Cat 2024-07-24 19:56:06 -04:00
  • 4205959ade fix(docs): Add env HIDE_SIDEBAR_AND_SUMMARY (#188) Jere Vuola 2024-07-24 04:02:15 +03:00
  • 27b56c1781 fix(client): handle new gated and quarantined error types (#187) Matthew Esposito 2024-07-21 14:22:54 -04:00
  • c167859672 test(client): add test for gated and quarantined fix_gated_and_quarantined Matthew Esposito 2024-07-21 14:21:14 -04:00
  • e3f5cb9322 fix(client): handle new gated and quarantined error types Matthew Esposito 2024-07-21 14:17:58 -04:00
  • 374238abc3 Add RSS feeds (fix #57) (#90) Matthew Esposito 2024-07-21 14:09:34 -04:00
  • bb0e2c23b8 feat(rss): implement URLs for RSS rss Matthew Esposito 2024-07-21 14:01:39 -04:00
  • ee364bb1c8 feat(rss): conditionally add RSS feeds to user and sub pages Matthew Esposito 2024-07-21 11:15:36 -04:00
  • f83f9c1d7d fix(rss): update info page Matthew Esposito 2024-07-21 11:15:18 -04:00
  • 0c316b237d feat(rss): config-ify rss Matthew Esposito 2024-07-21 11:02:19 -04:00
  • cdadadd6fd feat(rss): feature-ify rss Matthew Esposito 2024-07-21 10:50:46 -04:00
  • 71d9d0ded4 Merge branch 'main' into rss Matthew Esposito 2024-07-21 10:37:41 -04:00
  • 9bdb5c8966 feat: also blur text in post body for spoilers (#186) Pim 2024-07-21 16:22:40 +02:00
  • 410872d988 Make search bar responsive on mobile devices (#178) syeopite 2024-07-18 01:28:50 +00:00
  • c890e809b7 Improve post information widget of user comments for devices under 480px width (#183) syeopite 2024-07-18 01:27:13 +00:00
  • 4f21388643 fix: also use hls if possible for gifs in post_in_list macro (#177) Pim 2024-07-05 22:33:06 +02:00
  • 8a917fcde3 feat: add download button on image/gif/video posts (#173) Pim 2024-07-05 03:32:12 +02:00
  • 67a890cab3 fix(posts): fix sort call on new (#171) Matthew Esposito 2024-07-02 08:04:27 -04:00
  • 1d4e010c4d fix(posts): fix sort call on new fix_sorting_by_new Matthew Esposito 2024-07-02 08:02:23 -04:00
  • 366bc17f97 feat: show post link title for comments on user page (#169) Pim 2024-07-01 23:15:50 +02:00
  • d9e7681004 v0.35.1 v0.35.1 Matthew Esposito 2024-06-29 13:28:18 -04:00
  • f74d1affb6 fix(posts): manually sort by flags (#168) Matthew Esposito 2024-06-29 13:26:09 -04:00
  • 07b24c9858 fix(posts): shorten sort call fix_pinned_sorting Matthew Esposito 2024-06-29 13:24:09 -04:00
  • 4ccf7290f6 fix(posts): manually sort by flags Matthew Esposito 2024-06-29 13:22:54 -04:00
  • f44638a2cb v0.35.0 v0.35.0 Matthew Esposito 2024-06-29 12:00:34 -04:00
  • beb4cf193b fix(posts): manually sort by created date (#166) Matthew Esposito 2024-06-29 11:48:42 -04:00
  • c565ebfb01 refactor(log): update some logs Matthew Esposito 2024-06-29 10:44:33 -04:00
  • 459a8e1245 refactor(log): shorten some logs Matthew Esposito 2024-06-29 00:20:19 -04:00
  • 0f7eba717e fix(client): Handle invalid reddit response of base URL location Matthew Esposito 2024-06-28 22:39:42 -04:00
  • ea87ec33a1 fix(subreddit): handle plus-encoding errors even better (#163) Matthew Esposito 2024-06-28 22:28:58 -04:00
  • 2eed278e19 chore(clippy): fix lint fix_multi_sub_v2 Matthew Esposito 2024-06-28 22:23:22 -04:00
  • 380229d175 fix(subreddit): handle plus-encoding errors even better Matthew Esposito 2024-06-28 22:20:07 -04:00
  • 102cd2f23f Merge pull request #162 from redlib-org/oauth_arc_swap Matthew Esposito 2024-06-28 18:17:00 -04:00
  • 3b2ad212d5 fix(oauth): arc_swap Matthew Esposito 2024-06-28 18:14:47 -04:00
  • 4dc7ff8165 Merge pull request #160 from redlib-org/oauth_oppenheimer Matthew Esposito 2024-06-27 23:35:51 -04:00
  • 2f8a38d8c7 chore(clippy): fix lint oauth_oppenheimer Matthew Esposito 2024-06-27 23:34:27 -04:00
  • 13083e999c fix(oauth): handle extremely rare race condition by atomically compare_exchanging Matthew Esposito 2024-06-27 23:32:17 -04:00
  • 4e2ec3fbc9 fix(oauth): handle case where a rate limit sneaks in Matthew Esposito 2024-06-27 23:29:50 -04:00
  • 89313f73e6 fix(oauth): atomics to avoid simultaneous token rollover Matthew Esposito 2024-06-27 23:26:31 -04:00
  • 3bd8b511a7 fix(oauth): strengthen sync guarantees Matthew Esposito 2024-06-26 23:41:26 -04:00
  • 8c5aaaa33d feat(scripts): add load testing Matthew Esposito 2024-06-26 23:40:31 -04:00
  • 023cc8505b Merge pull request #158 from redlib-org/oauth_proper_atomics Matthew Esposito 2024-06-26 22:20:00 -04:00
  • 2e476dea63 fix(oauth): reset rate limit earlier in refresh cycle oauth_proper_atomics Matthew Esposito 2024-06-26 22:16:41 -04:00
  • d045a5760a Merge pull request #156 from redlib-org/fix_oauth_ratelimit Matthew Esposito 2024-06-26 19:33:04 -04:00
  • 07bf20dbc0 feat(oauth): roll over oauth key on rate limit fix_oauth_ratelimit Matthew Esposito 2024-06-26 19:19:30 -04:00
  • 518bf03e04 fix(client): Add trace logging for ratelimit info, render error page if exceeded Matthew Esposito 2024-06-26 08:05:22 -04:00
  • 00dee52320 chore(deps): Cargo update Matthew Esposito 2024-06-25 20:42:06 -04:00
  • 48873c01b9 Merge pull request #154 from redlib-org/fix_multi_sub Matthew Esposito 2024-06-25 19:52:33 -04:00
  • 951fe400ae fix(subreddit): handle plus-encoding errors fix_multi_sub Matthew Esposito 2024-06-25 19:50:00 -04:00
  • bacc9e35df refactor(oauth): leave android header unmodified (fixes #131) Matthew Esposito 2024-06-25 19:28:41 -04:00
  • 724b960112 Merge pull request #149 from pimlie/feat-blur-spoiler-previews Matthew Esposito 2024-06-23 10:28:46 -04:00
  • a673256e80 fix(oauth): try resetting oauth data on refresh try_fix_oauth_refresh Matthew Esposito 2024-06-23 10:27:17 -04:00
  • 69f9d9ff3c feat: also blur spoiler previews on post view pimlie 2024-06-22 12:47:33 +02:00
  • 1d44bd180e feat: add spoiler badge to post title pimlie 2024-06-22 12:38:13 +02:00
  • 3301da1ef1 feat: add support to blur spoiler previews pimlie 2024-06-22 12:16:12 +02:00
  • 213481ef53 Merge pull request #148 from Pix3l01/fix-healthcheck Matthew Esposito 2024-06-20 08:06:27 -04:00
  • 2d5cfcb41d Merge pull request #146 from ac615223s5/default-filter Matthew Esposito 2024-06-20 07:58:41 -04:00
  • f460895cc0 chore(clippy): fix lint Matthew Esposito 2024-06-20 07:56:43 -04:00
  • 5193164719 Merge branch 'redlib-org:main' into default-filter ac615223s5 2024-06-19 20:10:05 -04:00
  • 9013e589dd chore(clippy): fix lint Matthew Esposito 2024-06-19 14:45:55 -04:00
  • 997cd8f829 feat(bug): Improve bug reporting while keeping logs private Matthew Esposito 2024-06-19 14:45:32 -04:00
  • 5a13b9892b chore(clippy): add lint Matthew Esposito 2024-06-19 14:28:48 -04:00
  • 91975865b8 Make server listen on both IPv6 and IPv4 by default Alessandro Pizzorni 2024-06-19 00:42:38 +02:00
  • 3491e754ac Update .gitignore nieve 2024-06-18 00:30:53 -04:00
  • 1408c32a4d Update .env.example nieve 2024-06-18 00:25:29 -04:00
  • 30944579d7 add default filter config nieve 2024-06-18 00:21:00 -04:00
  • 9a7da3abce Merge pull request #142 from runofthemillgeek/fix/font-weight-in-font-face Matthew Esposito 2024-06-13 23:13:27 -04:00
  • 7fa37e48d5 Add font-weight range in @font-face rule Sangeeth Sudheer 2024-06-11 21:16:44 +05:30
  • a6f901c094 Merge pull request #128 from arulagrawal/nix-flake Matthew Esposito 2024-06-04 22:49:33 -04:00
  • afad65f204 Merge pull request #127 from pimlie/patch-1 Matthew Esposito 2024-06-04 22:48:51 -04:00
  • c12da45059 Merge pull request #121 from bennettmsherman/patch-1 Matthew Esposito 2024-06-04 22:48:33 -04:00
  • 1132d73975 Merge pull request #134 from EMarshal/main Matthew Esposito 2024-06-02 22:08:38 -04:00
  • 8ece7562ec Remove obsolete references to latest-arm and latest-armv7 images Éli Marshal 2024-06-02 18:45:49 -06:00
  • 08e463fd44 Merge pull request #126 from Harm133/main Matthew Esposito 2024-06-02 18:17:05 -04:00
  • ec11a5511b add nix flake Arul Agrawal 2024-05-31 17:04:43 +04:00
  • 3caa0592f3 fix: healthcheck in Dockerfile Pim 2024-05-31 11:40:01 +02:00
  • 190c92339e Update build-artifacts.yaml Harm133 2024-05-31 10:19:44 +02:00
  • 17c7738d6e Properly apply REDLIB_DEFAULT_HIDE_SIDEBAR_AND_SUMMARY Ben Sherman 2024-05-30 20:40:16 -07:00
  • 8a3ceaf94a Merge pull request #119 from redlib-org/fix_unauth Matthew Esposito 2024-05-30 18:13:43 -04:00
  • bd47c206a1 fix(oauth): Make Android user-agent patching unconditional Matthew Esposito 2024-05-30 18:08:45 -04:00
  • 7a099f259f v0.34.0 v0.34.0 Matthew Esposito 2024-05-29 20:59:27 -04:00
  • 4ea911e6b2 fix workflow again Matthew Esposito 2024-05-29 20:51:39 -04:00
  • 31d68afdc9 fix workflow Matthew Esposito 2024-05-29 20:50:38 -04:00
  • 96a7e155c5 v0.33.3 Matthew Esposito 2024-05-29 20:49:29 -04:00
  • 045a8852ec fix workflow Matthew Esposito 2024-05-29 20:47:44 -04:00
  • 4cc8bf8318 v0.33.2 v0.33.2 Matthew Esposito 2024-05-29 20:05:56 -04:00
  • 1715b36ae9 Update fix for submitted route Matthew Esposito 2024-05-29 20:02:56 -04:00
  • 6102b08894 v0.33.1 v0.33.1 Matthew Esposito 2024-05-29 19:24:09 -04:00
  • 892b0e89c8 Cargo fmt Matthew Esposito 2024-05-29 19:15:54 -04:00
  • a64e2143f3 Fix Display impl, resolving clippy Matthew Esposito 2024-05-29 18:51:20 -04:00
  • e13d9b7239 Merge pull request #86 from EMarshal/main Matthew Esposito 2024-05-29 18:49:40 -04:00
  • e597ed8f06 Merge pull request #87 from ButteredCats/fix_post_footer_text Matthew Esposito 2024-05-29 18:49:15 -04:00
  • 8c67d33721 Merge pull request #102 from ismailkarsli/main Matthew Esposito 2024-05-29 18:48:48 -04:00
  • 26aa374bbd Merge pull request #114 from ufUNnxagpM/main Matthew Esposito 2024-05-29 18:47:19 -04:00
  • 5b8b1e36ca Merge pull request #106 from axeII/feat/hide-summary-and-sidebar Matthew Esposito 2024-05-29 18:46:50 -04:00
  • 093d240530 Merge branch 'main' into feat/hide-summary-and-sidebar Matthew Esposito 2024-05-29 18:46:10 -04:00
  • 9048565d48 Merge pull request #112 from Myzel394/fix-docs Matthew Esposito 2024-05-29 18:45:25 -04:00
  • 6b2aab23c8 Merge pull request #92 from ButteredCats/fix_preview_captions Matthew Esposito 2024-05-29 18:44:48 -04:00
  • 6b11d936b3 Fix clippys Matthew Esposito 2024-05-29 18:44:19 -04:00
  • 34692359cf Merge branch 'redlib-org:main' into fix_preview_captions Butter Cat 2024-05-29 18:42:39 -04:00