Block a user
squid
deleted branch BLOG-86_image_can_only_be_uploaded_by_logged_in_user from squid/blog
2025-08-01 18:26:41 +08:00
Image can only be uploaded by logged in user
BLOG-86 Checking authentication before uploading image
BLOG-86 Checking authentication before uploading image
**The
auth_middleware
currently allows requests to proceed ifsession.get
returns an
error or if theuser_id
is not found in the session. This bypasses…
squid
pushed to BLOG-86_image_can_only_be_uploaded_by_logged_in_user at squid/blog
2025-08-01 18:24:12 +08:00
BLOG-86 Checking authentication before uploading image
squid
pushed to BLOG-86_image_can_only_be_uploaded_by_logged_in_user at squid/blog
2025-08-01 18:05:52 +08:00
squid
pushed to BLOG-86_image_can_only_be_uploaded_by_logged_in_user at squid/blog
2025-08-01 17:39:35 +08:00
squid
deleted branch NO-ISSUE_remove_dot_sqlx_from_gitignore from squid/blog
2025-08-01 15:17:43 +08:00
NO-ISSUE Remove .sqlx from gitignore
NO-ISSUE Remove .sqlx from gitignore
squid
created branch NO-ISSUE_remove_dot_sqlx_from_gitignore in squid/blog
2025-08-01 15:12:54 +08:00
BLOG-95 Seperate SQL migration files