lthn.io/app/Mod/Names
Claude ca11c4ccee
refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName
CorePHP Actions pattern — single-purpose classes with static ::run().
Controller methods now delegate to Actions. Each Action validates,
executes, and returns typed results. Enables reuse from commands,
jobs, and tests without going through HTTP.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 11:24:27 +01:00
..
Actions refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName 2026-04-04 11:24:27 +01:00
Commands feat(names): background retry for queued DNS tickets 2026-04-04 02:41:29 +01:00
Controllers refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName 2026-04-04 11:24:27 +01:00
Migrations refactor: move pre-registration claims from Cache to database model 2026-04-04 11:21:58 +01:00
Models refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName 2026-04-04 11:24:27 +01:00
Routes feat(names): pre-registration claim system for soft launch 2026-04-04 08:30:23 +01:00
Views fix: revert @cspnonce — Headers Boot not registering directive 2026-04-04 11:14:41 +01:00
Boot.php refactor: move /v1/* API routes exclusively to Website/Api module 2026-04-04 09:36:59 +01:00