Goal-Calibration/app/Node
Yisroel Baum 7473af4163
enforce text ownership on node endpoints
getNodesOfText, createNode, and bulkCreateNodes now require
the session user, look up the target text, and respond 403
unless the user owns the text or is an admin. paves the way
for moving these endpoints out of the admin-only group.
2026-05-02 21:45:47 +03:00
..
UseCases add count validation in bulk create nodes use case 2026-04-19 23:36:37 +03:00
CreateNodeDto.php add parent node to node, fix type of null 2026-02-21 22:17:59 +02:00
JsonNodeRepository.php php cs fixer 2026-04-19 23:07:48 +03:00
Node.php add parent node to node, fix type of null 2026-02-21 22:17:59 +02:00
NodeController.php enforce text ownership on node endpoints 2026-05-02 21:45:47 +03:00
NodeRepository.php add find by text id method to node repo w/ impl 2026-02-21 22:43:55 +02:00