Security Improvements
- Added missing authorization checks in multiple controllers.
- Enforced project-level authorization checks where they were missing.
- Improved plugin security by enforcing installer checks in
PluginControlleractions. - Enabled Parsedown safe mode to add an extra layer of protection to Markdown rendering against unsafe content.
- Added CSRF protection for projec...