Releases: cchalop1/JustDeploy
Releases · cchalop1/JustDeploy
Release list
v0.2.55
feat: replace API key auth with email/password login system - Add admin account creation (email + bcrypt password) on first setup - Add JWT-based session tokens (HMAC-SHA256, 30-day expiry) - Replace API key middleware with JWT Bearer token middleware - Add POST /api/login endpoint for returning users - Update frontend: setup modal now collects email/password - Add login modal shown when admin exists but user is not authenticated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.2.54
feat: add git info in service modal
v0.2.53
chore: update API endpoint paths in web middleware and GitHub app ser…
v0.2.52
chore: add debug log to ManageGithubEvent function for improved event…
v0.2.51
chore: update justdeploy-release workflow to use build-docker.sh scri…
v0.2.50
chore: remove swagger command from Makefile, update Dockerfile to del…
v0.2.49
chore: update Dockerfile to include build argument for version and mo…
v0.2.48
chore: add check for existing installation in install script
v0.2.47
chore: remove prerequisite installation step from install script and …
v0.2.46
refactor: clean up project structure by removing unused files and upd…