project-nomad/admin
Claude def1a0733f
fix: standardize API error responses, fix parseInt radix, harden Docker service
- Create api_response.ts helper for consistent { success, error/data } format
- Add radix parameter (10) to all parseInt calls across controllers and services
- Fix race condition in DockerService by making in-memory guard atomic
- Fix container command splitting to handle quoted arguments properly
- Stop leaking internal error.message to API responses; log details server-side

https://claude.ai/code/session_01JFvpTYgm8GiE4vJ4cJKsFx
2026-03-24 09:30:49 +00:00
..
app fix: standardize API error responses, fix parseInt radix, harden Docker service 2026-03-24 09:30:49 +00:00
bin feat: curated content system overhaul 2026-02-11 15:44:46 -08:00
commands fix: improve download reliability with stall detection, failure visibility, and Wikipedia status tracking 2026-03-20 11:46:10 -07:00
config security: enable CSRF, HSTS, and CSP in shield config 2026-03-24 09:26:46 +00:00
constants feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
database db: add missing indexes for foreign key columns 2026-03-24 09:27:47 +00:00
docs docs(release): finalize v1.30.0 release notes [skip ci] 2026-03-20 18:48:42 +00:00
inertia feat: improve React component performance and accessibility 2026-03-24 09:29:01 +00:00
providers fix(Maps): static path resolution 2026-01-23 14:17:25 -08:00
public feat(UI): add Support the Project settings page 2026-03-20 11:46:10 -07:00
resources/views feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
start feat: add rate limiting middleware for expensive API endpoints 2026-03-24 09:28:46 +00:00
tests feat: initial commit 2025-06-29 15:51:08 -07:00
types fix(GPU): persist GPU type to KV store for reliable passthrough 2026-03-20 11:46:10 -07:00
util feat: display model download progress 2026-02-06 16:22:23 -08:00
views feat: initial commit 2025-06-29 15:51:08 -07:00
.editorconfig feat: initial commit 2025-06-29 15:51:08 -07:00
.env.example feat: Add Windows Docker Desktop support for local development 2026-01-19 10:29:24 -08:00
ace.js feat: initial commit 2025-06-29 15:51:08 -07:00
adonisrc.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
eslint.config.js feat: openwebui+ollama and zim management 2025-07-09 09:08:21 -07:00
package-lock.json fix: upgrade systeminformation to 5.31.0 (CVE-2026-26318) 2026-03-20 11:46:10 -07:00
package.json fix: upgrade systeminformation to 5.31.0 (CVE-2026-26318) 2026-03-20 11:46:10 -07:00
tailwind.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00
tsconfig.json feat: initial commit 2025-06-29 15:51:08 -07:00
vite.config.ts feat: initial commit 2025-06-29 15:51:08 -07:00