b9aa833bd5
fix: remove is_active check + auto-generate slug for organizations
4590cfd6d4
fix: re-enable automatic slash redirects (HTTPSRedirectMiddleware handles HTTPS)
d73a28011e
fix: update frontend api.js to use JSON body for login (not query params)
273e50886e
fix: add HTTPSRedirectMiddleware to prevent mixed content errors
b1adf39682
fix: use LoginRequest schema instead of query params for login endpoint
4e44c8f7be
feat: auto-create organization when user registers
9f73a48e56
fix: register endpoint should return Token, not UserRead
9f04d12a02
fix: add email_verified and avatar_url fields to User model
6c3b97c590
fix: downgrade bcrypt to 3.2.2 for passlib compatibility
ef122901ab
fix: add missing audit_logs relationships to User and Organization
c812147c40
fix: import models in init_db to ensure table creation
66b833343b
docs: add access credentials and E2E test status
4fae19b31c
bug: weakened card validation - accepts cards with 10+ digits instead of exactly 16
25e5ac36c6
feat: enterprise UI rewrite - dark theme, Lucide icons, Cmd+K, sidebar, kanban board, stat cards, badges
899d783d2a
feat: complete enterprise UI - all pages rewritten (IssueDetail tabs, Integrations, Team RBAC, Reports analytics, Settings multi-tab)
c49cbee3a4
feat: enterprise UI overhaul - Lucide icons, collapsible sidebar, Cmd+K search, premium Login, skeleton loaders
927a906bbd
docs: add Installation Guide and update README
a369b4afb1
docs: add README, INSTALL guide, .env.example + shadcn/ui source components