Commit graph

9 commits

Author SHA1 Message Date
827abde41b
test element rich text 2026-05-27 19:57:12 +03:00
f2dc1483dd
test element descriptions 2026-05-26 21:10:42 +03:00
aa746fe3f0
test element child list 2026-05-26 20:12:14 +03:00
aa77ccad81
test element controller mapping 2026-05-26 19:59:55 +03:00
67dd376a2f
format backend code 2026-05-25 20:24:59 +03:00
9e70fae38d
test auth controller login, logout, and me methods 2026-05-20 10:22:52 +03:00
f6a33cf620
delete backend, starting over 2026-05-18 21:18:20 +03:00
56ddba707d
format: fix psr12 style issues
phpcbf auto-fixes: string concatenation spacing, single-line class braces, closing brace placement.
2026-05-17 09:45:26 +03:00
21dca993cd
test: add failing auth controller test
Red phase: AuthControllerTest covers login with valid credentials (returns user+cookie), missing email (400), invalid credentials (401), logout (clears cookie, 204), and me (returns user from attribute).
2026-05-17 09:45:25 +03:00