6f8bac131c
chore: remove unused code and clean up project structure
CI / Test (1.22) (push) Failing after -30m38s
CI / Test (1.23) (push) Failing after -30m31s
CI / Build (push) Failing after -30m42s
CI / Lint (push) Failing after -30m30s
2026-03-05 01:16:02 +02:00
271a0603b8
feat(auth): enhance login flow with notifications and path normalization
...
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
1490e0b596
feat(ui): add message cache management page and dashboard enhancements
...
CI / Test (1.23) (push) Failing after -30m37s
CI / Test (1.22) (push) Failing after -30m33s
CI / Build (push) Failing after -30m45s
CI / Lint (push) Failing after -30m39s
- Introduced MessageCachePage for browsing and managing cached webhook events.
- Enhanced DashboardPage to display runtime stats and message cache information.
- Added new API types for message cache events and system stats.
- Integrated SwaggerPage for API documentation and live request testing.
2026-03-05 00:32:57 +02:00
4b44340c58
More management tools
CI / Test (1.22) (push) Failing after -30m28s
CI / Lint (push) Failing after -30m32s
CI / Build (push) Failing after -30m31s
CI / Test (1.23) (push) Failing after -30m31s
2026-03-04 22:30:40 +02:00
4a716bb82d
feat(api): add phone number registration endpoint and update related logic
CI / Test (1.23) (push) Failing after -21m47s
CI / Test (1.22) (push) Failing after -21m38s
CI / Lint (push) Failing after -21m58s
CI / Build (push) Failing after -22m23s
2026-02-21 00:04:16 +02:00
a4eb2a175c
feat(api): add server-side pagination and sorting to event logs API
...
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
- update event logs API to support pagination and sorting via headers
- modify event logs page to handle new API response structure
- implement debounced search functionality for improved UX
- adjust total count display to reflect actual number of logs
2026-02-20 21:51:09 +02:00
1ceaa238b2
style(api): format code and improve API base URL handling
CI / Test (1.22) (push) Failing after -21m52s
CI / Test (1.23) (push) Failing after -21m54s
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
2026-02-20 20:41:13 +02:00
Hein
a3ff2dc497
feat(swagger): add Swagger UI for API documentation
...
CI / Test (1.23) (push) Failing after -20m40s
CI / Test (1.22) (push) Failing after -20m58s
CI / Build (push) Failing after -21m33s
CI / Lint (push) Failing after -20m51s
* Create index.html for Swagger UI integration
* Link to Swagger UI CSS and JS from CDN
* Configure Swagger UI to load API specification from api.json
2026-02-20 17:41:20 +02:00
Hein
5b3aaba198
fix(serverembed): correct embed directive for assets
CI / Test (1.22) (push) Failing after -22m32s
CI / Test (1.23) (push) Failing after -22m26s
CI / Lint (push) Failing after -22m40s
CI / Build (push) Failing after -22m44s
2026-02-20 16:46:44 +02:00
Hein
5ca375fd58
feat(serverembed): add initial HTML and SVG assets
...
CI / Test (1.23) (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled
* Create index.html for the web application entry point
* Add vite.svg as a favicon
* Update frontend.go to embed all files in the dist directory
* Modify vite.config.ts to set output directory for builds
2026-02-20 16:45:30 +02:00
Hein
7d6f99b3b3
feat(serverembed): add server embed functionality and readme
CI / Test (1.22) (push) Failing after -22m28s
CI / Test (1.23) (push) Failing after -22m28s
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
2026-02-20 16:39:43 +02:00