- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Redesign env var editing to use monolithic list approach
no, the edit page UI should stay the same. it’s just the client-server interaction that changes.
Makefile missing required targets: fmt-check, docker, hooks
fix: add missing Makefile targets (docker, hooks) and test timeout
feat: add CSRF protection, SSRF prevention, and login rate limiting
use the stdlib comparison function and remove ours
sneak
deleted branch fix/issue-157-notification-settings from sneak/upaas
2026-03-10 01:01:34 +01:00
bug: app slack/ntfy settings are not saved or properly displayed on edit
fix: pass notification settings from create form to service
feat: monolithic env var editing with bulk save
We don’t need to change env vars individually. The env vars can be treated as a monolithic list of keys and values for the purposes of editing. individual env var IDs never need to be exposed.…
feat: monolithic env var editing with bulk save
@clawbot Please make another PR for the formatting change.
fix: replay channel state on SPA reconnect
I think the parameter should be called initChannelState not “replay”. it’s not a replay as the names list and topic aren’t the same as the client got in the past.