• Joined on 2025-12-31
padreug pushed to feat/market-nip17-messaging at aiolabs/webapp 2026-05-03 14:02:17 +00:00
a0187a6604 fix(vite): rewrite to <app>.html when query has dots (JWT tokens)
padreug opened issue aiolabs/nostrmarket#3 2026-05-03 13:56:46 +00:00
Garbage collector for stale products from deleted/inactive merchants
padreug pushed to refactor/nip17-messaging at aiolabs/nostrmarket 2026-05-03 13:51:58 +00:00
3208e89e19 Remove orphaned key import/generate UI
padreug opened issue aiolabs/nostrrelay#4 2026-05-03 13:41:29 +00:00
Kind 13 (NIP-59 seal) falls through every event classification
padreug opened issue aiolabs/nostrrelay#3 2026-05-03 13:41:28 +00:00
NIP-59 gift wraps may be rejected under strict createdAtSecondsPast config
padreug opened issue aiolabs/nostrrelay#2 2026-05-03 13:41:26 +00:00
Generic single-letter tag filters (NIP-12 / NIP-01 §filters)
padreug created pull request aiolabs/nostrrelay#1 2026-05-03 13:41:24 +00:00
feat(nip17): support gift-wrapped private direct messages
padreug pushed to feat/nip17-gift-wrap-support at aiolabs/nostrrelay 2026-05-03 11:59:48 +00:00
4811fcf352 feat(nip17): support gift-wrapped private direct messages
padreug created branch feat/nip17-gift-wrap-support in aiolabs/nostrrelay 2026-05-03 11:59:48 +00:00
padreug opened issue aiolabs/webapp#40 2026-05-03 10:35:08 +00:00
chat: migrate from NIP-04 to NIP-17 (NIP-44 + NIP-59 gift wrap)
padreug created pull request aiolabs/webapp#39 2026-05-03 10:31:55 +00:00
feat(market): migrate order DMs to NIP-17 (NIP-44 + NIP-59)
padreug created branch feat/market-nip17-messaging in aiolabs/webapp 2026-05-03 10:28:54 +00:00
padreug pushed to feat/market-nip17-messaging at aiolabs/webapp 2026-05-03 10:28:54 +00:00
121f5cc342 feat(market): migrate order DMs to NIP-17 (NIP-44 + NIP-59 gift wrap)
padreug pushed to demo at aiolabs/webapp 2026-05-03 08:05:28 +00:00
16c03d947a feat(market): self-heal orphan stalls on dashboard mount (closes #38)
628c13c644 fix(market): resolve stall_id from a-tag when content omits it
Compare 2 commits »
padreug opened issue aiolabs/webapp#38 2026-05-03 08:02:29 +00:00
market: self-heal orphan stalls — re-publish kind-30017 when user has merchant but no stall on relay
padreug pushed to demo at aiolabs/webapp 2026-05-03 07:38:55 +00:00
181698c057 fix(auth): server-validate URL tokens + tighten guards (closes #36)
padreug opened issue aiolabs/webapp#37 2026-05-03 07:31:51 +00:00
security: add CSP + standard security headers in nginx (demo + prod)
padreug opened issue aiolabs/webapp#36 2026-05-03 07:31:31 +00:00
auth: validate URL-supplied token before persisting + tighten guards to require populated user
padreug pushed to demo at aiolabs/webapp 2026-05-03 07:16:25 +00:00
eb3393f1b8 fix(market): re-link stallName when stall arrives after product
padreug pushed to demo at aiolabs/webapp 2026-05-02 15:58:00 +00:00
b55792ee90 feat(profile): add Log out button + confirmation dialog