Skip to content

Releases: cchalop1/JustDeploy

v0.2.55

Choose a tag to compare

@github-actions github-actions released this 01 May 17:29
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

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:46
feat: add git info in service modal

v0.2.53

Choose a tag to compare

@github-actions github-actions released this 16 May 03:04
chore: update API endpoint paths in web middleware and GitHub app ser…

v0.2.52

Choose a tag to compare

@github-actions github-actions released this 16 May 02:36
chore: add debug log to ManageGithubEvent function for improved event…

v0.2.51

Choose a tag to compare

@github-actions github-actions released this 14 May 08:25
chore: update justdeploy-release workflow to use build-docker.sh scri…

v0.2.50

Choose a tag to compare

@github-actions github-actions released this 14 May 08:01
chore: remove swagger command from Makefile, update Dockerfile to del…

v0.2.49

Choose a tag to compare

@github-actions github-actions released this 14 May 03:18
chore: update Dockerfile to include build argument for version and mo…

v0.2.48

Choose a tag to compare

@github-actions github-actions released this 14 May 02:40
chore: add check for existing installation in install script

v0.2.47

Choose a tag to compare

@github-actions github-actions released this 14 May 02:34
chore: remove prerequisite installation step from install script and …

v0.2.46

Choose a tag to compare

@github-actions github-actions released this 14 May 02:23
refactor: clean up project structure by removing unused files and upd…