paperclip/ui/src
Antonio cd19834fab feat(server): add github_hmac and none webhook signing modes
Adds two new webhook trigger signing modes for external provider
compatibility:

- github_hmac: accepts X-Hub-Signature-256 header with
  HMAC-SHA256(secret, rawBody), no timestamp prefix. Compatible with
  GitHub, Sentry, and services following the same standard.
- none: no authentication; the 24-char hex publicId in the URL acts
  as the shared secret. For services that cannot add auth headers.

The replay window UI field is hidden when these modes are selected
since neither uses timestamp-based replay protection.

Closes #1892

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 16:26:27 -03:00
..
adapters fix(adapters): honor paused overrides and isolate UI parser state 2026-04-04 14:04:33 -05:00
api feat: server-side override pause/resume for builtin adapter types 2026-04-04 13:17:21 +01:00
components Add blocker relations and dependency wakeups 2026-04-06 09:03:13 -05:00
context Add skill slash-command autocomplete 2026-04-04 17:48:54 -05:00
fixtures Add a run transcript UX fixture lab 2026-03-11 10:47:22 -05:00
hooks feat(inbox): add operator search and keyboard controls 2026-04-02 11:45:15 -05:00
lib fix: count all descendants in collapsed badge and prune stale localStorage IDs 2026-04-05 12:02:49 +01:00
pages feat(server): add github_hmac and none webhook signing modes 2026-04-06 16:26:27 -03:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
App.tsx feat(adapters): external adapter plugin system with dynamic UI parser 2026-04-03 21:11:20 +01:00
index.css fix(ui): make markdown editor monospace for agent instruction files (#2620) 2026-04-02 23:47:00 -07:00
main.tsx Add skill slash-command autocomplete 2026-04-04 17:48:54 -05:00
vite-env.d.ts Add feedback voting and thumbs capture flow 2026-04-02 09:11:49 -05:00