Commit graph

31 commits

Author SHA1 Message Date
9126b0e968
test nullable pdf params 2026-06-26 10:08:30 +03:00
be2c51bfb7
test filesystem abstraction 2026-06-26 08:23:17 +03:00
b1bee8a16e
test pdf use case 2026-06-26 08:13:46 +03:00
3a9116dc3f
test parent navigation 2026-06-22 10:33:21 +03:00
62dc119b11
add child element ordering 2026-06-22 09:51:21 +03:00
eb868679c8
test element siblings 2026-06-21 22:36:29 +03:00
f4b42973cb
delete child elements 2026-06-21 22:13:59 +03:00
34b0fd0b44
add child creation 2026-06-21 22:02:36 +03:00
28f4114def
test pdf path removal 2026-06-20 22:46:11 +03:00
0d5783ba9c
test element file routing 2026-06-14 23:05:45 +03:00
1934a6b94f
fix media removal 2026-06-02 17:00:33 +03:00
bd38e350cf
test shorter upload names 2026-06-02 16:37:35 +03:00
1d9e2cff0a
use element update route 2026-06-02 16:33:18 +03:00
9cb968afd8
test element update route 2026-06-02 16:28:21 +03:00
b6da71ecd2
test unified uploads 2026-06-02 16:06:59 +03:00
1fbe198d8c
test pdf uploads 2026-06-02 10:21:28 +03:00
0f3bb6de6b
test icon uploads 2026-06-02 10:17:21 +03:00
d334745ade
refactor element updates 2026-05-28 20:33:14 +03:00
73b0befc97
add element updates 2026-05-28 20:08:36 +03:00
ac7af2463d
test element icons 2026-05-27 21:10:52 +03:00
f9c4d72e60
test element youtube url 2026-05-27 20:36:34 +03:00
6c6b3ad257
test element pdf path 2026-05-27 20:15:51 +03:00
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