Commit Graph

  • 67a890cab3
    fix(posts): fix sort call on new (#171) Matthew Esposito 2024-07-02 08:04:27 -0400
  • 366bc17f97
    feat: show post link title for comments on user page (#169) Pim 2024-07-01 23:15:50 +0200
  • d9e7681004 v0.35.1 Matthew Esposito 2024-06-29 13:28:18 -0400
  • f74d1affb6
    fix(posts): manually sort by flags (#168) Matthew Esposito 2024-06-29 13:26:09 -0400
  • f44638a2cb v0.35.0 Matthew Esposito 2024-06-29 12:00:34 -0400
  • beb4cf193b
    fix(posts): manually sort by created date (#166) Matthew Esposito 2024-06-29 11:48:42 -0400
  • c565ebfb01 refactor(log): update some logs Matthew Esposito 2024-06-29 10:44:33 -0400
  • 2b8112a3fb mosaic layout ayaka 2024-06-30 00:04:46 +1200
  • 459a8e1245 refactor(log): shorten some logs Matthew Esposito 2024-06-29 00:20:19 -0400
  • 0f7eba717e fix(client): Handle invalid reddit response of base URL location Matthew Esposito 2024-06-28 22:39:42 -0400
  • ea87ec33a1
    fix(subreddit): handle plus-encoding errors even better (#163) Matthew Esposito 2024-06-28 22:28:58 -0400
  • 102cd2f23f
    Merge pull request #162 from redlib-org/oauth_arc_swap Matthew Esposito 2024-06-28 18:17:00 -0400
  • 3b2ad212d5 fix(oauth): arc_swap Matthew Esposito 2024-06-28 18:14:47 -0400
  • 4dc7ff8165
    Merge pull request #160 from redlib-org/oauth_oppenheimer Matthew Esposito 2024-06-27 23:35:51 -0400
  • 2f8a38d8c7 chore(clippy): fix lint Matthew Esposito 2024-06-27 23:34:27 -0400
  • 13083e999c fix(oauth): handle extremely rare race condition by atomically compare_exchanging Matthew Esposito 2024-06-27 23:32:17 -0400
  • 4e2ec3fbc9 fix(oauth): handle case where a rate limit sneaks in Matthew Esposito 2024-06-27 23:29:50 -0400
  • 89313f73e6 fix(oauth): atomics to avoid simultaneous token rollover Matthew Esposito 2024-06-27 23:26:31 -0400
  • 1644e68e43 v0.35.1 v0.35.1 ayaka 2024-06-28 13:34:12 +1200
  • f5d4cc49fb fix some default options #7 ayaka 2024-06-28 13:33:14 +1200
  • f22f7841a8 Merge remote-tracking branch 'upstream/main' ayaka 2024-06-28 12:40:15 +1200
  • b6c6e64cfe move the restore note ayaka 2024-06-28 12:30:04 +1200
  • 6d3db31b11 Merge pull request 'README updates' (#9) from README-update into main Ayaka 2024-06-28 00:34:03 +1200
  • f0eb496d6a fix README.md Ayaka 2024-06-28 00:32:20 +1200
  • e984646ae6 Update README.md Ayaka 2024-06-28 00:07:29 +1200
  • 60c0d63583 nsfw_landing style & function changes ayaka 2024-06-27 17:43:43 +1200
  • 3bd8b511a7 fix(oauth): strengthen sync guarantees Matthew Esposito 2024-06-26 23:41:26 -0400
  • 8c5aaaa33d feat(scripts): add load testing Matthew Esposito 2024-06-26 23:40:31 -0400
  • bd0a312487 add disclaimer Ayaka 2024-06-27 15:04:58 +1200
  • 023cc8505b
    Merge pull request #158 from redlib-org/oauth_proper_atomics Matthew Esposito 2024-06-26 22:20:00 -0400
  • 2e476dea63 fix(oauth): reset rate limit earlier in refresh cycle Matthew Esposito 2024-06-26 22:16:41 -0400
  • f398d16c22 fix ffmpeg_video_downloads on cookie restore ayaka 2024-06-27 14:13:16 +1200
  • d045a5760a
    Merge pull request #156 from redlib-org/fix_oauth_ratelimit Matthew Esposito 2024-06-26 19:33:04 -0400
  • 07bf20dbc0 feat(oauth): roll over oauth key on rate limit Matthew Esposito 2024-06-26 19:19:30 -0400
  • 518bf03e04 fix(client): Add trace logging for ratelimit info, render error page if exceeded Matthew Esposito 2024-06-26 08:05:22 -0400
  • 00dee52320 chore(deps): Cargo update Matthew Esposito 2024-06-25 20:42:06 -0400
  • 48873c01b9
    Merge pull request #154 from redlib-org/fix_multi_sub Matthew Esposito 2024-06-25 19:52:33 -0400
  • 951fe400ae fix(subreddit): handle plus-encoding errors Matthew Esposito 2024-06-25 19:50:00 -0400
  • bacc9e35df refactor(oauth): leave android header unmodified (fixes #131) Matthew Esposito 2024-06-25 19:28:41 -0400
  • 724b960112
    Merge pull request #149 from pimlie/feat-blur-spoiler-previews Matthew Esposito 2024-06-23 10:28:46 -0400
  • ff2e274e5e v0.35.0 v0.35.0 ayaka 2024-06-23 20:48:26 +1200
  • 7c821d541a fix PREFS size ayaka 2024-06-23 20:44:39 +1200
  • 7aca5791b1 Merge branch 'hls-video-downloads' ayaka 2024-06-23 20:41:27 +1200
  • 8b3783096b revert ugly-layouts from hls-video-downloads ayaka 2024-06-23 20:33:32 +1200
  • 59b702aa15 kinda horrific download implementation ayaka 2024-06-23 19:57:23 +1200
  • edf0109095 allow wasm to run ayaka 2024-06-23 19:31:30 +1200
  • ecf0f91464 remove failed hls.js source map request ayaka 2024-06-23 19:30:44 +1200
  • 69f9d9ff3c feat: also blur spoiler previews on post view pimlie 2024-06-22 12:47:33 +0200
  • 1d44bd180e feat: add spoiler badge to post title pimlie 2024-06-22 12:38:13 +0200
  • 3301da1ef1 feat: add support to blur spoiler previews pimlie 2024-06-22 12:16:12 +0200
  • 138934f30c change resource links and container links Ayaka 2024-06-21 23:49:37 +1200
  • 5396c0783e add mascots to user settings readme Ayaka 2024-06-21 23:11:23 +1200
  • 213481ef53
    Merge pull request #148 from Pix3l01/fix-healthcheck Matthew Esposito 2024-06-20 08:06:27 -0400
  • 2d5cfcb41d
    Merge pull request #146 from ac615223s5/default-filter Matthew Esposito 2024-06-20 07:58:41 -0400
  • f460895cc0 chore(clippy): fix lint Matthew Esposito 2024-06-20 07:56:43 -0400
  • 5193164719
    Merge branch 'redlib-org:main' into default-filter ac615223s5 2024-06-19 20:10:05 -0400
  • 9013e589dd chore(clippy): fix lint Matthew Esposito 2024-06-19 14:45:55 -0400
  • 997cd8f829 feat(bug): Improve bug reporting while keeping logs private Matthew Esposito 2024-06-19 14:45:32 -0400
  • 5a13b9892b chore(clippy): add lint Matthew Esposito 2024-06-19 14:28:48 -0400
  • 91975865b8 Make server listen on both IPv6 and IPv4 by default Alessandro Pizzorni 2024-06-19 00:42:38 +0200
  • 3491e754ac Update .gitignore nieve 2024-06-18 00:30:53 -0400
  • a5a5cbb734 add defaults for mascot fixes some of #7 ayaka 2024-06-18 21:00:02 +1200
  • 5117af4137 add hide_sidebar_and_summary to restore link ayaka 2024-06-18 20:51:02 +1200
  • 394e975724 Merge remote-tracking branch 'upstream/main' ayaka 2024-06-18 19:57:42 +1200
  • a67cbb99a6 sync upstream ayaka 2024-06-18 19:56:04 +1200
  • 1408c32a4d Update .env.example nieve 2024-06-18 00:25:29 -0400
  • 30944579d7 add default filter config nieve 2024-06-18 00:21:00 -0400
  • ededa849f4 Merge pull request 'mascots' (#6) from mascots into main solves #5 Ayaka 2024-06-17 22:44:22 +1200
  • 1d8b6f58fb fix mascot css ayaka 2024-06-17 22:40:58 +1200
  • 4c6a71171b add boymoder ayaka 2024-06-17 22:29:58 +1200
  • 846377b586 implement mascots ayaka 2024-06-17 22:29:52 +1200
  • 2dbcc071a6 update CREDITS ayaka 2024-06-17 18:00:58 +1200
  • a12596e1a2 remove FFmpeg from subreddit template ayaka 2024-06-16 20:02:57 +1200
  • df8d36c661 serve ffmpeg.wasm ayaka 2024-06-16 19:53:16 +1200
  • 5018184e7c rename ffmpeg.wasm to FFmpeg ayaka 2024-06-16 18:59:47 +1200
  • 5c73f043cd add preference option ayaka 2024-06-16 15:01:17 +1200
  • 013e805ece Merge branch 'main' into ugly-layouts Ayaka 2024-06-15 17:32:35 +1200
  • 9a7da3abce
    Merge pull request #142 from runofthemillgeek/fix/font-weight-in-font-face Matthew Esposito 2024-06-13 23:13:27 -0400
  • 7fa37e48d5
    Add font-weight range in @font-face rule Sangeeth Sudheer 2024-06-11 21:16:44 +0530
  • 21da37246e update catppuccin Ayaka 2024-06-06 04:54:03 +1200
  • fb0814babd change alignment fix ayaka 2024-06-06 04:43:43 +1200
  • bae220d4fe fix settings selection alignment ayaka 2024-06-06 04:30:32 +1200
  • 97def1bab1 Disallow wide ui with old layout ayaka 2024-06-06 04:26:47 +1200
  • a6f901c094
    Merge pull request #128 from arulagrawal/nix-flake Matthew Esposito 2024-06-04 22:49:33 -0400
  • afad65f204
    Merge pull request #127 from pimlie/patch-1 Matthew Esposito 2024-06-04 22:48:51 -0400
  • c12da45059
    Merge pull request #121 from bennettmsherman/patch-1 Matthew Esposito 2024-06-04 22:48:33 -0400
  • 10d5b4a583 fix dockerfile ayaka 2024-06-05 10:38:15 +1200
  • feda45f803 "old" layout draft ayaka 2024-06-05 10:31:41 +1200
  • 1132d73975
    Merge pull request #134 from EMarshal/main Matthew Esposito 2024-06-02 22:08:38 -0400
  • 8ece7562ec Remove obsolete references to latest-arm and latest-armv7 images Éli Marshal 2024-06-02 18:45:49 -0600
  • 08e463fd44
    Merge pull request #126 from Harm133/main Matthew Esposito 2024-06-02 18:17:05 -0400
  • f8f964741a super minimal rebrand ayaka 2024-06-02 22:32:27 +1200
  • 58c736c51b fix build not including git hash ayaka 2024-06-02 21:30:48 +1200
  • 336d5dcaa7 Update screenshot Ayaka 2024-06-02 01:04:14 +1200
  • 4c00e4ac05 Update README.md Ayaka 2024-06-02 00:37:07 +1200
  • 92afbe55de half rebrand the README ayaka 2024-06-02 00:34:41 +1200
  • ec11a5511b
    add nix flake Arul Agrawal 2024-05-31 17:04:43 +0400
  • 9133062e68 fix healthcheck ayaka 2024-06-01 00:02:08 +1200
  • 3caa0592f3
    fix: healthcheck in Dockerfile Pim 2024-05-31 11:40:01 +0200
  • 190c92339e
    Update build-artifacts.yaml Harm133 2024-05-31 10:19:44 +0200