lthn.io/app/Mod/Names
Claude 3f82c497fd
feat: claim approval/rejection API endpoints
POST /v1/names/claims/{id}/approve — changes status, logs activity.
POST /v1/names/claims/{id}/reject — changes status, logs activity.
Both require auth.api middleware. Validates claim exists and is pending.
Completes the claim lifecycle: submit → review → approve/reject.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:07:38 +01:00
..
Actions feat: activity logging for name operations 2026-04-04 11:46:31 +01:00
Commands refactor: move DNS tickets from Cache to DnsTicket database model 2026-04-04 12:06:00 +01:00
Controllers feat: claim approval/rejection API endpoints 2026-04-04 12:07:38 +01:00
Migrations refactor: move DNS tickets from Cache to DnsTicket database model 2026-04-04 12:06:00 +01:00
Models refactor: move DNS tickets from Cache to DnsTicket database model 2026-04-04 12:06:00 +01:00
Resources feat: API Resources for consistent JSON formatting 2026-04-04 11:49:19 +01:00
Routes feat: claim approval/rejection API endpoints 2026-04-04 12:07:38 +01:00
Tests/Feature feat: test suite for Names API endpoints 2026-04-04 11:51:28 +01:00
Views fix: revert @cspnonce — Headers Boot not registering directive 2026-04-04 11:14:41 +01:00
Boot.php feat: schedule DNS ticket retry every minute via ConsoleBooting 2026-04-04 11:43:54 +01:00
NamesService.php feat: ServiceDefinition for Chain and Names modules 2026-04-04 11:44:39 +01:00