Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
bfcf45343f
feat: Add password protection for posts, improve markdown rendering for code and images, and introduce basic responsive styling.
347ac8af55
feat: Implement basic markdown rendering for post content and user-based visibility for private posts.
82f7e006cf
feat: Add attachment management with upload, deletion, serving, and media metadata stripping.
57f2610164
feat: Implement public blog post listing and individual post viewing with new public handlers and templates, adding chrono for date formatting.
ef068f7dfa
feat: Implement blog post management including database schema, models, handlers, and UI.