Commit Graph

13 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
b81febafc9 feat(cli): enhance user and hook management with new commands and flags
Some checks failed
CI / Test (1.22) (push) Failing after -22m38s
CI / Test (1.23) (push) Failing after -22m21s
CI / Lint (push) Failing after -22m42s
CI / Build (push) Failing after -23m0s
2026-02-20 21:17:09 +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
f9773bd07f refactor(API): Relspect integration
Some checks failed
CI / Test (1.23) (push) Failing after -22m46s
CI / Test (1.22) (push) Failing after -22m32s
CI / Build (push) Failing after -23m30s
CI / Lint (push) Failing after -23m12s
2026-02-05 13:39:43 +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
a3eca09502 Lint fixes and testing workflow actions
Some checks failed
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled
2025-12-29 10:24:18 +02:00
767a9e211f Major refactor to library 2025-12-29 09:51:16 +02:00
ae169f81e4 Whatsapp Business support 2025-12-29 06:23:16 +02:00
09a12560d3 Event logging 2025-12-29 06:01:04 +02:00
2b1b77334a Server refactor completed 2025-12-29 05:42:57 +02:00
16aaf1919d CLI refactor 2025-12-29 05:29:53 +02:00
499104c69c initial commit 2025-12-28 21:34:45 +02:00