f35fcbc875feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint
fabio
2026-04-27 22:37:59 +0200
b260daffedRefactor TypeScript RPC codebase and API structure
fabio
2026-04-26 14:31:25 +0200
3461395eb3feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports
fabio
2026-04-15 18:25:31 +0200
5b9fe6c9b7Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling.
fabio
2026-04-09 09:21:38 +0200
3731e6e409Refactor user management module: rename package, restructure user controller, and implement authentication features
fabio
2026-04-06 21:37:06 +0200
b3741f86c8Add signup and email templates for user registration and password reset
fabio
2026-04-05 20:46:35 +0200
36fca2af6cRefactor authentication module: Introduce AuthController and endpoints, implement login, registration, password reset, and token management functionalities. Update routes and services to utilize new structures and improve code organization. Enhance user management with detailed error handling and session management. Update API response types and ensure consistent naming conventions across the application.
fabio
2026-04-05 17:09:01 +0200
6920d7ae95chore: update .gitignore to include __debug_bin* and remove debug binary file
fabio
2026-04-05 16:58:34 +0200
13a198da82refactor: remove test role YAML configuration call from main function
fabio
2026-03-24 20:13:33 +0100
e917953d6cfeat: add role management with roles and permissions configuration
fabio
2026-03-24 20:12:35 +0100
e69e1623b5feat: add tooltip component and related position engine
fabio
2026-03-19 19:13:39 +0100
3646b406bbRefactor code structure for improved readability and maintainability
fabio
2026-03-19 19:07:45 +0100