WebHooker/server/lib
RhenCloud c955db03c3
feat(logs): populate send log detail and fix dedup re-claim condition
- dispatch: attach per-send detail (title/url/description/match/provider)
  so the admin log view shows message context, not just a bare ok flag
- idempotency: compare dedup expiry against claimed_at instead of the new
  expires_at so non-expired duplicates are rejected and expired keys re-claim
2026-08-24 22:51:11 +08:00
..
config feat(config): valibot schemas, schema version, migrations, filter AST 2026-08-15 17:03:42 +08:00
core feat(logs): populate send log detail and fix dedup re-claim condition 2026-08-24 22:51:11 +08:00
drivers fix(render): link title head to the event object URL 2026-08-15 18:25:23 +08:00
events feat(config): valibot schemas, schema version, migrations, filter AST 2026-08-15 17:03:42 +08:00
formatters fix(push): link branch ref in title as inline code 2026-08-17 00:01:32 +08:00
github feat: migrate to Nuxt 4 (Nitro) and Tailwind CSS v3 2026-08-13 17:43:33 +08:00
lib feat(logs): populate send log detail and fix dedup re-claim condition 2026-08-24 22:51:11 +08:00
observability chore: auto-fix lint & formatting [skip ci] 2026-08-16 14:47:01 +00:00
providers feat(reliability): idempotency store, custom webhook replay protection, correlation ids 2026-08-15 17:03:32 +08:00
queue chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
storage chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
web feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
cf.ts fix: read raw request + body via h3 context for discord/telegram webhooks 2026-08-13 18:13:55 +08:00
config.ts chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
http.ts feat: migrate to Nuxt 4 (Nitro) and Tailwind CSS v3 2026-08-13 17:43:33 +08:00
types.ts feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
webhook.ts feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00