Matthew Esposito
|
f44638a2cb
|
v0.35.0
|
2024-06-29 12:00:34 -04:00 |
|
Matthew Esposito
|
beb4cf193b
|
fix(posts): manually sort by created date (#166)
|
2024-06-29 11:48:42 -04:00 |
|
Matthew Esposito
|
c565ebfb01
|
refactor(log): update some logs
|
2024-06-29 10:44:33 -04:00 |
|
Matthew Esposito
|
459a8e1245
|
refactor(log): shorten some logs
|
2024-06-29 00:20:19 -04:00 |
|
Matthew Esposito
|
0f7eba717e
|
fix(client): Handle invalid reddit response of base URL location
|
2024-06-28 22:41:36 -04:00 |
|
Matthew Esposito
|
ea87ec33a1
|
fix(subreddit): handle plus-encoding errors even better (#163)
* fix(subreddit): handle plus-encoding errors even better
* chore(clippy): fix lint
|
2024-06-28 22:28:58 -04:00 |
|
Matthew Esposito
|
102cd2f23f
|
Merge pull request #162 from redlib-org/oauth_arc_swap
fix(oauth): arc_swap
|
2024-06-28 18:17:00 -04:00 |
|
Matthew Esposito
|
3b2ad212d5
|
fix(oauth): arc_swap
|
2024-06-28 18:14:47 -04:00 |
|
Matthew Esposito
|
4dc7ff8165
|
Merge pull request #160 from redlib-org/oauth_oppenheimer
fix(oauth): even more atomics to avoid simultaneous token rollover
|
2024-06-27 23:35:51 -04:00 |
|
Matthew Esposito
|
2f8a38d8c7
|
chore(clippy): fix lint
|
2024-06-27 23:34:27 -04:00 |
|
Matthew Esposito
|
13083e999c
|
fix(oauth): handle extremely rare race condition by atomically compare_exchanging
|
2024-06-27 23:32:17 -04:00 |
|
Matthew Esposito
|
4e2ec3fbc9
|
fix(oauth): handle case where a rate limit sneaks in
|
2024-06-27 23:29:55 -04:00 |
|
Matthew Esposito
|
89313f73e6
|
fix(oauth): atomics to avoid simultaneous token rollover
|
2024-06-27 23:26:31 -04:00 |
|
Matthew Esposito
|
3bd8b511a7
|
fix(oauth): strengthen sync guarantees
|
2024-06-26 23:41:26 -04:00 |
|
Matthew Esposito
|
8c5aaaa33d
|
feat(scripts): add load testing
|
2024-06-26 23:40:31 -04:00 |
|
Matthew Esposito
|
023cc8505b
|
Merge pull request #158 from redlib-org/oauth_proper_atomics
fix(oauth): reset rate limit earlier in refresh cycle
|
2024-06-26 22:20:00 -04:00 |
|
Matthew Esposito
|
2e476dea63
|
fix(oauth): reset rate limit earlier in refresh cycle
|
2024-06-26 22:16:41 -04:00 |
|
Matthew Esposito
|
d045a5760a
|
Merge pull request #156 from redlib-org/fix_oauth_ratelimit
feat(oauth): roll over oauth key on rate limit
|
2024-06-26 19:33:04 -04:00 |
|
Matthew Esposito
|
07bf20dbc0
|
feat(oauth): roll over oauth key on rate limit
|
2024-06-26 19:19:30 -04:00 |
|
Matthew Esposito
|
518bf03e04
|
fix(client): Add trace logging for ratelimit info, render error page if exceeded
|
2024-06-26 08:05:22 -04:00 |
|
Matthew Esposito
|
00dee52320
|
chore(deps): Cargo update
|
2024-06-25 20:42:06 -04:00 |
|
Matthew Esposito
|
48873c01b9
|
Merge pull request #154 from redlib-org/fix_multi_sub
fix(subreddit): handle plus-encoding errors
|
2024-06-25 19:52:33 -04:00 |
|
Matthew Esposito
|
951fe400ae
|
fix(subreddit): handle plus-encoding errors
|
2024-06-25 19:50:00 -04:00 |
|
Matthew Esposito
|
bacc9e35df
|
refactor(oauth): leave android header unmodified (fixes #131)
|
2024-06-25 19:28:41 -04:00 |
|
Matthew Esposito
|
724b960112
|
Merge pull request #149 from pimlie/feat-blur-spoiler-previews
feat: add support to blur spoiler previews
|
2024-06-23 10:28:46 -04:00 |
|
pimlie
|
69f9d9ff3c
|
feat: also blur spoiler previews on post view
|
2024-06-22 12:47:33 +02:00 |
|
pimlie
|
1d44bd180e
|
feat: add spoiler badge to post title
|
2024-06-22 12:38:13 +02:00 |
|
pimlie
|
3301da1ef1
|
feat: add support to blur spoiler previews
|
2024-06-22 12:16:12 +02:00 |
|
Matthew Esposito
|
213481ef53
|
Merge pull request #148 from Pix3l01/fix-healthcheck
Make server listen on both IPv6 and IPv4 by default to fix docker healthcheck
|
2024-06-20 08:06:27 -04:00 |
|
Matthew Esposito
|
2d5cfcb41d
|
Merge pull request #146 from ac615223s5/default-filter
Default filters
|
2024-06-20 07:58:41 -04:00 |
|
Matthew Esposito
|
f460895cc0
|
chore(clippy): fix lint
|
2024-06-20 07:56:43 -04:00 |
|
ac615223s5
|
5193164719
|
Merge branch 'redlib-org:main' into default-filter
|
2024-06-19 20:10:05 -04:00 |
|
Matthew Esposito
|
9013e589dd
|
chore(clippy): fix lint
|
2024-06-19 14:45:55 -04:00 |
|
Matthew Esposito
|
997cd8f829
|
feat(bug): Improve bug reporting while keeping logs private
|
2024-06-19 14:45:32 -04:00 |
|
Matthew Esposito
|
5a13b9892b
|
chore(clippy): add lint
|
2024-06-19 14:28:48 -04:00 |
|
Alessandro Pizzorni
|
91975865b8
|
Make server listen on both IPv6 and IPv4 by default
|
2024-06-19 00:42:38 +02:00 |
|
nieve
|
3491e754ac
|
Update .gitignore
|
2024-06-18 15:16:41 -04:00 |
|
nieve
|
1408c32a4d
|
Update .env.example
|
2024-06-18 00:25:29 -04:00 |
|
nieve
|
30944579d7
|
add default filter config
|
2024-06-18 00:21:00 -04:00 |
|
Matthew Esposito
|
9a7da3abce
|
Merge pull request #142 from runofthemillgeek/fix/font-weight-in-font-face
Add font-weight range in @font-face rule
|
2024-06-13 23:13:27 -04:00 |
|
Sangeeth Sudheer
|
7fa37e48d5
|
Add font-weight range in @font-face rule
This makes Safari render the bold weights correctly which otherwise
looks wrong.
|
2024-06-11 21:16:44 +05:30 |
|
Matthew Esposito
|
a6f901c094
|
Merge pull request #128 from arulagrawal/nix-flake
add nix flake
|
2024-06-04 22:49:33 -04:00 |
|
Matthew Esposito
|
afad65f204
|
Merge pull request #127 from pimlie/patch-1
fix: healthcheck in Dockerfile
|
2024-06-04 22:48:51 -04:00 |
|
Matthew Esposito
|
c12da45059
|
Merge pull request #121 from bennettmsherman/patch-1
Properly apply REDLIB_DEFAULT_HIDE_SIDEBAR_AND_SUMMARY
|
2024-06-04 22:48:33 -04:00 |
|
Matthew Esposito
|
1132d73975
|
Merge pull request #134 from EMarshal/main
|
2024-06-02 22:08:38 -04:00 |
|
Éli Marshal
|
8ece7562ec
|
Remove obsolete references to latest-arm and latest-armv7 images
|
2024-06-02 18:45:49 -06:00 |
|
Matthew Esposito
|
08e463fd44
|
Merge pull request #126 from Harm133/main
Create build-artifacts on release
|
2024-06-02 18:17:05 -04:00 |
|
Arul Agrawal
|
ec11a5511b
|
add nix flake
|
2024-05-31 17:10:36 +04:00 |
|
Pim
|
3caa0592f3
|
fix: healthcheck in Dockerfile
Fix typo causing wget to return a warning:
```
# wget --q
wget: option '--q' is ambiguous; possibilities: '--quiet' '--quota'
```
|
2024-05-31 11:40:01 +02:00 |
|
Harm133
|
190c92339e
|
Update build-artifacts.yaml
Only build artifacts on published release
|
2024-05-31 10:19:44 +02:00 |
|