• Joined on 2025-01-06
squid pushed tag v0.3.0 to squid/blog 2025-08-06 23:24:23 +08:00
squid pushed to release/0.3 at squid/blog 2025-08-06 23:02:12 +08:00
a3892f2289 NO-ISSUE build: update app version
squid created branch release/0.3 in squid/blog 2025-08-06 23:00:35 +08:00
squid pushed to release/0.3 at squid/blog 2025-08-06 23:00:35 +08:00
squid pushed to main at squid/blog 2025-08-06 22:13:57 +08:00
e6b41a768f BLOG-119 Restricted access to unpublished posts (#124)
squid deleted branch BLOG-119_restrict_unpublished_post_access from squid/blog 2025-08-06 22:13:57 +08:00
squid merged pull request squid/blog#124 2025-08-06 22:13:55 +08:00
BLOG-119 Restricted access to unpublished posts
squid closed issue squid/blog#119 2025-08-06 22:13:55 +08:00
It shouldn't be possible for everyone to access unpublished posts
squid commented on pull request squid/blog#124 2025-08-06 22:13:46 +08:00
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…

squid commented on pull request squid/blog#124 2025-08-06 22:12:09 +08:00
BLOG-119 Restricted access to unpublished posts

**The current logic for is_published_only is flawed. If user_id is present, it
incorrectly forces is_published_only to true, preventing…

squid pushed to BLOG-119_restrict_unpublished_post_access at squid/blog 2025-08-06 22:11:29 +08:00
50c9234fc3 BLOG-119 fix: correct logic for is_published_only in get_all_post_info execution based on user_id presence
squid created pull request squid/blog#124 2025-08-06 22:07:20 +08:00
BLOG-119 Restricted access to unpublished posts
squid pushed to BLOG-119_restrict_unpublished_post_access at squid/blog 2025-08-06 22:05:10 +08:00
1f25fad44a BLOG-119 feat: add user_id parameter to get_all_post_info and get_post_by_id handlers for enhanced access control
squid created branch BLOG-119_restrict_unpublished_post_access in squid/blog 2025-08-06 21:57:25 +08:00
squid pushed to BLOG-119_restrict_unpublished_post_access at squid/blog 2025-08-06 21:57:25 +08:00
03d8054cc1 BLOG-119 feat: enhance post handling with user authorization checks and update method signatures
squid deleted branch BLOG-122_fix_backend_build_error from squid/blog 2025-08-06 21:44:08 +08:00
squid pushed to main at squid/blog 2025-08-06 21:44:08 +08:00
a9df43943e BLOG-90 Fix backend docker build error (#123)
squid merged pull request squid/blog#123 2025-08-06 21:44:06 +08:00
BLOG-90 Fix backend docker build error
squid closed issue squid/blog#122 2025-08-06 21:44:06 +08:00
Backend docker build error
squid commented on pull request squid/blog#123 2025-08-06 21:44:03 +08:00
BLOG-90 Fix backend docker build error

**Verify if your Rust application truly requires OpenSSL. If it uses a pure Rust TLS
implementation like rustls, the openssl-dev and openssl-libs-static