desker/apps/api/src/auth
Pau Costa Ferrer e80984faa1 Add user profile management with avatar upload and update support
- Create `+page.svelte` for managing user profiles, including name, avatar, and password updates.
- Add `Avatar.svelte` component for rendering user avatars with Gravatar and fallback initials support.
- Implement backend APIs for fetching and updating user profiles (`/users/profile`).
- Add support for avatar uploads with file validation (max size: 5MB).
- Update `FloorplanViewer.svelte` to display user names and avatars in reservations.
- Introduce utilities for Gravatar URLs and user avatar management (`getGravatarUrl`, `getInitials`).
2026-03-28 17:22:57 +01:00
..
decorators Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
dto Add user management and registration features with invite-based onboarding 2026-03-28 16:11:10 +01:00
guards Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
strategies Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
auth.controller.ts Add user management and registration features with invite-based onboarding 2026-03-28 16:11:10 +01:00
auth.module.ts Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
auth.service.ts Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00