hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod pushed to master at coracle/caravel 2026-04-21 13:09:38 +00:00
a26bc1127d chore: strict Subdomain Validation with Detailed Error Messages (#42)
hodlbod merged pull request coracle/caravel#42 2026-04-21 13:09:37 +00:00
chore: strict Subdomain Validation with Detailed Error Messages
hodlbod closed issue coracle/caravel#37 2026-04-21 13:09:37 +00:00
Subdomain validation has no length limit and allows reserved names
hodlbod pushed to subdomain-validation at userAdityaa/caravel 2026-04-21 13:09:31 +00:00
a10012df46 chore: strict Subdomain Validation with Detailed Error Messages
bc79da34cf feat: encourage payment setup for paid relays without making it required (#40)
38e3a64312 feat: add confirmation dialog for relay deactivate/reactivate with explicit warnings (#41)
Compare 3 commits »
hodlbod pushed to master at coracle/caravel 2026-04-21 13:07:28 +00:00
bc79da34cf feat: encourage payment setup for paid relays without making it required (#40)
hodlbod merged pull request coracle/caravel#40 2026-04-21 13:07:27 +00:00
feat: encourage payment setup for paid relays without making it required
hodlbod pushed to master at coracle/caravel 2026-04-20 21:25:25 +00:00
38e3a64312 feat: add confirmation dialog for relay deactivate/reactivate with explicit warnings (#41)
hodlbod merged pull request coracle/caravel#41 2026-04-20 21:25:24 +00:00
feat: add confirmation dialog for relay deactivate/reactivate with explicit warnings
hodlbod closed issue coracle/caravel#30 2026-04-20 21:25:24 +00:00
No confirmation dialog on relay deactivate/reactivate
hodlbod commented on pull request coracle/caravel#40 2026-04-20 21:06:34 +00:00
feat: encourage payment setup for paid relays without making it required

Sorry, I was wrong about this — I think the default for stripe is to pay in advance. Which means once the subscription is created, a payable invoice will be created as well. So what we should do…

hodlbod commented on pull request coracle/caravel#40 2026-04-20 20:33:34 +00:00
feat: encourage payment setup for paid relays without making it required

This isn't a bad idea, but the wording is a little off — because the invoice hasn't been generated yet we also can't accept payment yet. We can have them set up nwc/stripe, but they can't pay the…

hodlbod deleted branch create-tenant from coracle/caravel 2026-04-20 19:10:28 +00:00
hodlbod commented on issue coracle/flotilla#231 2026-04-20 18:26:27 +00:00
Re-work hosting page

Thanks for the heads-up! I'll unassign this for now. Hope you feel better soon.

hodlbod pushed to master at coracle/caravel 2026-04-20 18:14:16 +00:00
d209353abd docs: document delinquent relay status across spec (#35)
hodlbod merged pull request coracle/caravel#35 2026-04-20 18:14:14 +00:00
docs: document delinquent relay status across spec
hodlbod pushed to add-docs at userAdityaa/caravel 2026-04-20 18:14:09 +00:00
5070368a72 docs: document delinquent relay status across spec
08c9a2920b feat: display relay provisioning errors in UI (#39)
c47727b909 Merge pull request 'Add tenant create endpoint' (#27) from create-tenant into master
0705da8b09 Add tenant create endpoint
Compare 4 commits »
hodlbod commented on issue coracle/caravel#34 2026-04-20 18:13:19 +00:00
Relay sync failures are never retried, relay stays broken indefinitely

Yes, but be sure to avoid an infinite loop. Re-syncing should be delayed, and if it fails repeatedly it should stop retrying.

hodlbod commented on issue coracle/caravel#33 2026-04-20 18:12:05 +00:00
Relay member capacity limit defined in plans but never enforced

Yes, I'm not quite sure how to approach this. Probably add an API endpoint to zooid which allows callers to query the member list. We display the member list on the frontend too, which could be…

hodlbod pushed to master at coracle/caravel 2026-04-20 18:08:48 +00:00
08c9a2920b feat: display relay provisioning errors in UI (#39)
hodlbod merged pull request coracle/caravel#39 2026-04-20 18:08:47 +00:00
feat: display relay provisioning errors in UI