Commit Graph

6 Commits

Author SHA1 Message Date
271a0603b8 feat(auth): enhance login flow with notifications and path normalization
Some checks failed
CI / Test (1.22) (push) Failing after -30m33s
CI / Test (1.23) (push) Failing after -30m32s
CI / Lint (push) Failing after -30m39s
CI / Build (push) Failing after -30m35s
- add success notification on successful login
- show error notification with detailed message on login failure
- normalize API paths to prevent double slashes and trailing slashes
- redirect to login page only if not on login request or page
2026-03-05 01:03:50 +02:00
500db67c72 feat(cli): add user management commands for CRUD operations
Some checks failed
CI / Build (push) Failing after -22m48s
CI / Lint (push) Failing after -22m29s
CI / Test (1.23) (push) Failing after -22m10s
CI / Test (1.22) (push) Failing after -22m17s
2026-02-20 20:48:57 +02:00
Hein
592ed24204 Refactor port again
Some checks failed
CI / Test (1.22) (push) Failing after -24m17s
CI / Test (1.23) (push) Failing after -24m17s
CI / Build (push) Successful in -26m37s
CI / Lint (push) Successful in -26m23s
2026-02-04 14:22:12 +02:00
Hein
c1dbff318d feat(docker): 🚀 Update server port to 8025
Some checks failed
CI / Test (1.22) (push) Failing after -24m19s
CI / Test (1.23) (push) Failing after -24m15s
CI / Lint (push) Successful in -26m35s
CI / Build (push) Successful in -26m34s
- Change default server port from 8080 to 8025 across all configurations.
- Update Dockerfile, docker-compose.yml, and related documentation.
- Ensure all CLI commands and API endpoints reflect the new port.
- Adjust example configurations and health check URLs accordingly.
2026-02-04 13:37:38 +02:00
16aaf1919d CLI refactor 2025-12-29 05:29:53 +02:00
499104c69c initial commit 2025-12-28 21:34:45 +02:00