Commit graph

12 commits

Author SHA1 Message Date
051e44033f
wire user texts routes and update seed
open POST /api/texts and node create endpoints to any
authenticated user; expose new /texts and /texts/{id} pages
plus admin-only GET /api/texts/all. ViewController gains
userTexts and userText methods. seed gives Tanach to the
regular user and adds a second non-admin user.
2026-05-02 21:43:48 +03:00
bfacb5b62c
add today view route and template 2026-04-26 21:24:35 +03:00
5f207f7fcb
add login and register view methods 2026-04-24 13:28:40 +03:00
29db3aec55
add home controller method 2026-04-23 10:02:10 +03:00
189493b045
php cs fixer 2026-04-19 23:07:48 +03:00
68da48aedd
add view for single text 2026-04-17 09:23:38 +03:00
89c295e6d2
Remove TextRepository dependency and createText from ViewController 2026-04-15 20:47:21 +03:00
72d92debab
make create text method 2026-04-12 22:39:50 +03:00
d4e31baed0
implement texts view method 2026-04-12 22:14:30 +03:00
6b4ea8a1f4
remove all twig related code 2026-04-11 22:41:30 +03:00
6d75d3770a
use regular php files instead of twig 2026-04-11 22:36:30 +03:00
394b8d890c
move response logic to new view controller 2026-03-22 10:51:22 +02:00