7e4c48469a
feat: enhance Stripstream configuration handling
...
- Introduced a new resolver function to streamline fetching Stripstream configuration from the database or environment variables.
- Updated various components and API routes to utilize the new configuration resolver, improving code maintainability and reducing direct database calls.
- Added optional environment variables for Stripstream URL and token in the .env.example file.
- Refactored image loading logic in the reader components to improve performance and error handling.
2026-03-11 21:25:58 +01:00
9b679a4db2
fix: harden auth form sign-in flow and redirect reliability
2026-02-28 18:25:10 +01:00
Julien Froidefond
482bd9b0d2
feat: refactor UI components to utilize new Container, Section, and StatusBadge components for improved layout and styling consistency across the application
2025-10-17 11:49:28 +02:00
Julien Froidefond
faca1cdce6
feat: enhance UI components with backdrop blur effects and improved background styles for better visual aesthetics
2025-10-17 11:09:07 +02:00
Julien Froidefond
7426bfb33c
feat: integrate NextAuth for authentication, refactor login and registration processes, and enhance middleware for session management
2025-10-16 15:50:37 +02:00
Julien Froidefond
727d6301ae
style: login page and logo
2025-03-04 21:35:51 +01:00
Julien Froidefond
a4b521fe2e
fix: lint type import
2025-03-02 14:02:23 +01:00
Julien Froidefond
86c5b5fac7
docs: demo and capture
2025-03-02 08:41:21 +01:00
Julien Froidefond
438d08f3f2
fix: lints
2025-03-02 06:47:38 +01:00
Julien Froidefond
55ae6e4308
fix: login form and registerForm error KOs
2025-02-28 16:23:51 +01:00
Julien Froidefond
bc2ceadb8f
fix: errorMessage has to throw apperror code if apperror
2025-02-28 08:00:34 +01:00
Julien Froidefond
5893f1a15f
fix: error on hydration and ErrorMessage
2025-02-28 07:38:48 +01:00
Julien Froidefond
279f6c6e88
refacto: error and types
2025-02-27 21:59:14 +01:00
Julien Froidefond
ea51ff53a9
feat(i18n): first shoot on translated errors
2025-02-27 15:05:44 +01:00
Julien Froidefond
e76b849b17
feat(i18n): loginpage translate
2025-02-27 12:48:59 +01:00
Julien Froidefond
15a27005a0
refacto: UI and component for error in loginpage
2025-02-25 08:46:29 +01:00
Julien Froidefond
d6939820b9
fix(db); no more bug on switch connection
2025-02-14 22:06:15 +01:00
Julien Froidefond
5d47b307bd
feat(db): Login register and auth
2025-02-14 17:00:50 +01:00