No description
Find a file
Claude 2ac5fc1e3d
feat: idempotency key middleware + sitemap.xml
IdempotencyKey middleware caches POST responses by Idempotency-Key
header for 24h. Prevents duplicate registrations from network retries.
Returns X-Idempotency-Replayed: true on cached responses.

Commit #102.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 13:00:41 +01:00
.phpunit.cache feat: TestCase base class + test infrastructure 2026-04-04 12:17:54 +01:00
app feat: idempotency key middleware + sitemap.xml 2026-04-04 13:00:41 +01:00
bootstrap feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
config security: add CSP nonce attributes to inline scripts and styles 2026-04-04 10:22:38 +01:00
database refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName 2026-04-04 11:24:27 +01:00
public fix: update API URLs for production domain separation 2026-04-04 09:50:37 +01:00
resources feat: complete module scaffolding — all 6 modules with controllers, routes, services 2026-04-03 16:26:17 +01:00
routes feat: lthn.io CorePHP app — TLD website + blockchain services 2026-04-03 16:13:55 +01:00
tests feat: TestCase base class + test infrastructure 2026-04-04 12:17:54 +01:00
utils wip: FrankenPHP container setup (Octane + Supervisor) 2026-04-04 10:54:20 +01:00
.gitignore fix: add .gitignore — exclude vendor, .env, storage 2026-04-03 16:35:07 +01:00
artisan feat: lthn.io CorePHP app — TLD website + blockchain services 2026-04-03 16:13:55 +01:00
Caddyfile feat: complete module scaffolding — all 6 modules with controllers, routes, services 2026-04-03 16:26:17 +01:00
composer.json feat: CorePHP packages integrated — tenant, commerce, api 2026-04-04 12:44:43 +01:00
composer.lock feat: CorePHP packages integrated — tenant, commerce, api 2026-04-04 12:44:43 +01:00
docker-compose.yml fix: switch from SQLite to MariaDB for production 2026-04-04 11:39:13 +01:00
Dockerfile fix: SQLite database path in container + create on build 2026-04-04 11:36:08 +01:00
phpunit.xml feat: TestCase base class + test infrastructure 2026-04-04 12:17:54 +01:00
start.sh feat(names): wallet health endpoint + pre-flight balance check 2026-04-04 02:52:34 +01:00