Block a user
squid
deleted branch BLOG-119_restrict_unpublished_post_access from squid/blog
2025-08-06 22:13:57 +08:00
BLOG-119 Restricted access to unpublished posts
It shouldn't be possible for everyone to access unpublished posts
BLOG-119 Restricted access to unpublished posts
**The current check only prevents unauthenticated users from viewing unpublished
posts. However, it does not verify if an authenticated user (user_id.is_some()
) is
the…
BLOG-119 Restricted access to unpublished posts
**The current logic for
is_published_only
is flawed. Ifuser_id
is present, it
incorrectly forcesis_published_only
totrue
, preventing…
BLOG-119 Restricted access to unpublished posts
squid
created branch BLOG-119_restrict_unpublished_post_access in squid/blog
2025-08-06 21:57:25 +08:00
BLOG-90 Fix backend docker build error
BLOG-90 Fix backend docker build error
**Verify if your Rust application truly requires OpenSSL. If it uses a pure Rust TLS
implementation likerustls
, theopenssl-dev
andopenssl-libs-static
…