6 Commits

Author SHA1 Message Date
stellarshenson
cc05843519 fix: Docker build pipeline - uv builder, disable Bake, pass CLI args
- rewrite builder stage to use uv with venv for isolated builds and tests
- disable COMPOSE_BAKE (created manifest lists instead of plain images,
  causing latest tag to point to stale cached image despite build logs
  showing successful installation)
- pass "$@" from build scripts to docker compose build so --no-cache
  and other CLI flags actually reach Docker (previously silently ignored)
- fix shared volume comment: read-write not read-only
2026-02-09 22:40:59 +01:00
stellarshenson
43255f70bb fix: store password as bytes, enable COMPOSE_BAKE 2026-01-06 21:25:10 +01:00
stellarshenson
d3fe78bb39 fix: sync NativeAuthenticator on admin panel rename
- SQLAlchemy event listener on orm.User.name intercepts ALL renames
- Removed broken SyncedUserAPIHandler (extra_handlers doesn't override)
- Removed RenameUserHandler (redundant with event listener)
- Added version display in browser console (styled badge)
- Build scripts source project.env for VERSION
2026-01-06 17:27:35 +01:00
stellarshenson
d034d41dd4 updated permissions 2025-08-08 20:16:08 +02:00
stellarshenson
591d3a44f7 updated with the changes to certificate handling 2025-07-17 15:52:55 +02:00
stellarshenson
28bbe71bd5 changed scripts directory 2025-07-16 09:41:14 +02:00