Commit Graph

9 Commits

Author SHA1 Message Date
Jose
bf19607a07 feat: Refactor UserController to use UserMapper for DTO conversions
feat: Add ApiErrorDto and ApiValidationErrorDto for standardized error responses

feat: Implement ChangeAvatarRequest, ChangePasswordRequest, ChangeRoleRequest, ChangeStatusRequest, LoginRequest, LoginResponse, and RegisterRequest DTOs

feat: Create custom exceptions for better error handling: BadRequestException, ConflictException, ForbiddenException, NotFoundException, UnauthorizedException, and ValidationException

feat: Add RequestLoggingFilter for logging incoming requests

feat: Implement DevCorsConfig for CORS settings in development environment

feat: Create GlobalExceptionHandler for centralized exception handling

feat: Implement RestAccessDeniedHandler and RestAuthEntryPoint for handling access denied and unauthorized requests

feat: Create CustomPrincipal for Spring Security user details

feat: Implement JwtFilter and JwtService for JWT authentication

feat: Add PasswordGenerator for secure password generation

feat: Implement ServiceAuthFilter for service-level authentication

feat: Create AuthService for handling authentication and password changes

refactor: Update CustomUserDetailsService to use CustomPrincipal

refactor: Update UserService to improve user management and exception handling

fix: Update frontend API base URL in development and production settings

refactor: Clean up Header component and associated CSS
2026-03-07 21:46:28 +01:00
Jose
fdc3120aa7 Merge remote-tracking branch 'origin/dev' into dev 2026-02-22 14:06:33 +01:00
Jose
af65e3b51e Add: basic backend functionality 2026-02-22 14:06:21 +01:00
Jose
5ef4d0f2e0 Add: basic functionality 2026-02-19 04:29:51 +01:00
Jose
dcc1d55db6 Add: backend dir and moved frontend to frontend dir 2026-02-17 01:43:08 +01:00
Jose
95dd13595e Add: experimental mobile version 2026-02-16 18:18:34 +01:00
Jose
aec029b670 Add: translations. Fix: some css 2026-02-16 16:59:30 +01:00
Jose
859d5b88bc Basic web structure 2026-02-15 22:54:58 +01:00
Jose
f3ba3cf1b1 Initial commit 2026-02-15 02:53:57 +01:00