feature : Connect front to backend #1

Merged
BoxOfPandor merged 25 commits from feat/connect-front-to-backend into main 2026-03-19 14:56:19 +01:00

25 Commits

Author SHA1 Message Date
Thibault Pouch
e68c2c32ba fix: integrate bug reporting API and enhance dashboard with recent bug statistics 2026-03-18 11:13:35 +01:00
Thibault Pouch
032b08bfb5 feat: implement forum moderation features with category management and thread operations 2026-03-18 10:59:07 +01:00
Thibault Pouch
bc9d93fe90 refactor: improve error handling and response structure for getThreads API function 2026-03-18 10:59:01 +01:00
Thibault Pouch
e7d1cda356 refactor: enhance authentication middleware to validate user existence and status before proceeding 2026-03-18 10:58:55 +01:00
Thibault Pouch
792816c6c8 refactor: connect frontend to backend by integrating SettingsContext and updating route handling for forum and bug reporting features 2026-03-17 16:44:06 +01:00
Thibault Pouch
a46dfde6d2 feat: add SettingsContext for managing forum and bug reporting settings 2026-03-17 16:43:45 +01:00
Thibault Pouch
e8cd7e9562 refactor: enable conditional rendering of forum and bug report links in Navbar and Footer based on settings 2026-03-17 16:43:35 +01:00
Thibault Pouch
2e42d67196 refactor: update response structure for bugs endpoint to use 'data' key 2026-03-17 16:43:27 +01:00
Thibault Pouch
53740dc694 feat: implement settings API for toggling forum and bug reporting features 2026-03-17 11:44:14 +01:00
Thibault Pouch
f9012bd123 feat: integrate settings API to manage forum and bug reporting availability 2026-03-17 11:44:05 +01:00
Thibault Pouch
f481a6fc4e feat: add settings route for managing forum and bug feature toggles 2026-03-17 11:43:50 +01:00
Thibault Pouch
f926951e22 feat: add SiteSettings model to manage forum and bug feature toggles 2026-03-17 11:43:41 +01:00
Thibault Pouch
513bfbda96 feat: update front service port mapping from 5173 to 80 2026-03-12 11:30:55 +01:00
Thibault Pouch
c2135bbb5d feat: implement fallback team members and enhance StudioPage layout with team information 2026-03-12 11:30:51 +01:00
Thibault Pouch
e86eee8744 git : Merge branch 'main' into feat/connect-front-to-backend 2026-03-12 11:13:38 +01:00
Thibault Pouch
b6b3d94fac feat: add dependencies for front and intra services to ensure API availability 2026-03-03 10:24:47 +01:00
Thibault Pouch
64fe3d440e feat: update Nginx configuration for API routing; implement API fetch utility in IntranetEvents component 2026-03-03 10:24:41 +01:00
Thibault Pouch
db647fe7ac feat: update Dockerfile and nginx configuration for improved API routing; modify events API response structure 2026-03-03 10:24:31 +01:00
Thibault Pouch
d08cda9d22 feat: enhance logging in PrismaClient for better query, warning, and error visibility 2026-03-03 10:21:29 +01:00
Thibault Pouch
039b9c1ff4 feat: enhance AuthContext to integrate API for authentication and user management 2026-03-03 09:48:54 +01:00
Thibault Pouch
c5a9bd081c refactor: simplify DevRoleSwitcher by removing role selection and unused variables 2026-03-03 09:48:47 +01:00
Thibault Pouch
a45e9a86cd refactor: add embedded poll reference to EventPost interface 2026-03-03 09:48:40 +01:00
Thibault Pouch
9bf759c829 feat: implement comprehensive API structure for authentication, users, forum, bugs, events, and team management 2026-03-03 09:48:28 +01:00
Thibault Pouch
11708032bd refactor: update ports to use 80 for front-end services in Docker and Nginx configuration 2026-03-03 09:48:22 +01:00
Thibault Pouch
f54f237dd9 feat: integrate API calls for forum, bug, and event pages; replace mock data with dynamic data fetching 2026-03-03 09:48:07 +01:00