Jeffrey Paul sneak
sneak commented on issue sneak/upaas#163 2026-03-10 01:10:23 +01:00
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.

sneak pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-10 01:09:27 +01:00
48c9297627 Merge branch 'main' into fix/issue-156-env-vars-404
49ff625ac4 fix: add missing Makefile targets (docker, hooks) and test timeout (#159)
Compare 2 commits »
sneak deleted branch fix/makefile-targets-timeout from sneak/upaas 2026-03-10 01:09:17 +01:00
sneak pushed to main at sneak/upaas 2026-03-10 01:09:16 +01:00
49ff625ac4 fix: add missing Makefile targets (docker, hooks) and test timeout (#159)
sneak closed issue sneak/upaas#137 2026-03-10 01:09:16 +01:00
make test missing 30-second timeout
sneak closed issue sneak/upaas#136 2026-03-10 01:09:16 +01:00
Makefile missing required targets: fmt-check, docker, hooks
sneak merged pull request sneak/upaas#159 2026-03-10 01:09:15 +01:00
fix: add missing Makefile targets (docker, hooks) and test timeout
sneak pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-10 01:08:07 +01:00
2d04ff85aa Merge branch 'main' into fix/issue-156-env-vars-404
ab63670043 fix: pass notification settings from create form to service (#160)
Compare 2 commits »
sneak commented on pull request sneak/upaas#158 2026-03-10 01:07:59 +01:00
feat: monolithic env var editing with bulk save

option 1

sneak pushed to fix/js-formatting at sneak/upaas 2026-03-10 01:07:28 +01:00
602046b329 Merge branch 'main' into fix/js-formatting
ab63670043 fix: pass notification settings from create form to service (#160)
Compare 2 commits »
sneak commented on issue sneak/neoirc#11 2026-03-10 01:05:27 +01:00
Implement hashcash proof-of-work for session creation

yes, do it

sneak commented on pull request sneak/webhooker#42 2026-03-10 01:04:46 +01:00
feat: add CSRF protection, SSRF prevention, and login rate limiting

use the stdlib comparison function and remove ours

sneak pushed to fix/makefile-targets-timeout at sneak/upaas 2026-03-10 01:02:09 +01:00
328896c2eb Merge branch 'main' into fix/makefile-targets-timeout
ab63670043 fix: pass notification settings from create form to service (#160)
Compare 2 commits »
sneak deleted branch fix/issue-157-notification-settings from sneak/upaas 2026-03-10 01:01:34 +01:00
sneak pushed to main at sneak/upaas 2026-03-10 01:01:34 +01:00
ab63670043 fix: pass notification settings from create form to service (#160)
sneak closed issue sneak/upaas#157 2026-03-10 01:01:33 +01:00
bug: app slack/ntfy settings are not saved or properly displayed on edit
sneak merged pull request sneak/upaas#160 2026-03-10 01:01:33 +01:00
fix: pass notification settings from create form to service
sneak commented on pull request sneak/upaas#158 2026-03-10 01:00:42 +01:00
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.…

sneak commented on pull request sneak/upaas#158 2026-03-10 00:57:57 +01:00
feat: monolithic env var editing with bulk save

@clawbot Please make another PR for the formatting change.

sneak commented on pull request sneak/neoirc#61 2026-03-10 00:56:42 +01:00
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.