0899ba1bc9
fix: update Dockerfile to run database migrations on startup and clean up package.json dependencies
Thibault Pouch
2026-03-26 10:41:02 +01:00
5268e7618b
fix: update environment variable handling in Docker Compose files and improve contributing documentation
Thibault Pouch
2026-03-19 21:27:56 +01:00
3714200dc1
fix: update front service port mapping in production Docker Compose
Thibault Pouch
2026-03-19 16:10:28 +01:00
8f5d572632
feat: add production Docker Compose configuration for services
Thibault Pouch
2026-03-19 15:43:43 +01:00
dffb1a6681
git : Merge pull request from feat/connect-front-to-backend into main
BoxOfPandor2026-03-19 14:56:19 +01:00
e68c2c32ba
fix: integrate bug reporting API and enhance dashboard with recent bug statistics
feat/connect-front-to-backend
Thibault Pouch
2026-03-18 11:13:35 +01:00
032b08bfb5
feat: implement forum moderation features with category management and thread operations
Thibault Pouch
2026-03-18 10:59:07 +01:00
bc9d93fe90
refactor: improve error handling and response structure for getThreads API function
Thibault Pouch
2026-03-18 10:59:01 +01:00
e7d1cda356
refactor: enhance authentication middleware to validate user existence and status before proceeding
Thibault Pouch
2026-03-18 10:58:55 +01:00
792816c6c8
refactor: connect frontend to backend by integrating SettingsContext and updating route handling for forum and bug reporting features
Thibault Pouch
2026-03-17 16:44:06 +01:00
a46dfde6d2
feat: add SettingsContext for managing forum and bug reporting settings
Thibault Pouch
2026-03-17 16:43:45 +01:00
e8cd7e9562
refactor: enable conditional rendering of forum and bug report links in Navbar and Footer based on settings
Thibault Pouch
2026-03-17 16:43:35 +01:00
2e42d67196
refactor: update response structure for bugs endpoint to use 'data' key
Thibault Pouch
2026-03-17 16:43:27 +01:00
53740dc694
feat: implement settings API for toggling forum and bug reporting features
Thibault Pouch
2026-03-17 11:44:14 +01:00
f9012bd123
feat: integrate settings API to manage forum and bug reporting availability
Thibault Pouch
2026-03-17 11:44:05 +01:00
f481a6fc4e
feat: add settings route for managing forum and bug feature toggles
Thibault Pouch
2026-03-17 11:43:50 +01:00
f926951e22
feat: add SiteSettings model to manage forum and bug feature toggles
Thibault Pouch
2026-03-17 11:43:41 +01:00
513bfbda96
feat: update front service port mapping from 5173 to 80
Thibault Pouch
2026-03-12 11:30:55 +01:00
c2135bbb5d
feat: implement fallback team members and enhance StudioPage layout with team information
Thibault Pouch
2026-03-12 11:30:51 +01:00
8e877c8651
feat: add functionality toggle for Intranet Bugs and Moderation features with enable/disable buttons
Thibault Pouch
2026-03-12 10:59:07 +01:00
77d57fb354
feat: update Dockerfiles to use Node 25-alpine and enhance nginx configuration for API proxying
Thibault Pouch
2026-03-12 10:59:01 +01:00
cc175b6ce6
git: Merge pull request #1 from CrowMate/feat/connect-front-to-backend
dev
Thibault Pouch
2026-03-03 14:54:26 +01:00
b6b3d94fac
feat: add dependencies for front and intra services to ensure API availability
Thibault Pouch
2026-03-03 10:24:47 +01:00
64fe3d440e
feat: update Nginx configuration for API routing; implement API fetch utility in IntranetEvents component
Thibault Pouch
2026-03-03 10:24:41 +01:00
db647fe7ac
feat: update Dockerfile and nginx configuration for improved API routing; modify events API response structure
Thibault Pouch
2026-03-03 10:24:31 +01:00
d08cda9d22
feat: enhance logging in PrismaClient for better query, warning, and error visibility
Thibault Pouch
2026-03-03 10:21:29 +01:00
039b9c1ff4
feat: enhance AuthContext to integrate API for authentication and user management
Thibault Pouch
2026-03-03 09:48:54 +01:00
c5a9bd081c
refactor: simplify DevRoleSwitcher by removing role selection and unused variables
Thibault Pouch
2026-03-03 09:48:47 +01:00
9bf759c829
feat: implement comprehensive API structure for authentication, users, forum, bugs, events, and team management
Thibault Pouch
2026-03-03 09:48:28 +01:00
11708032bd
refactor: update ports to use 80 for front-end services in Docker and Nginx configuration
Thibault Pouch
2026-03-03 09:48:22 +01:00
f54f237dd9
feat: integrate API calls for forum, bug, and event pages; replace mock data with dynamic data fetching
Thibault Pouch
2026-03-03 09:48:07 +01:00
4768bd5184
feat: add CONTRIBUTING.md and LICENSE files for project guidelines and legal terms
Thibault Pouch
2026-03-03 09:21:42 +01:00
8f8cdc3872
chore: remove CLAUDE.md and update README.md to reflect changes
Thibault Pouch
2026-03-03 09:19:04 +01:00
52c1d429f9
feat: add initial .gitignore and README.md for project setup
Thibault Pouch
2026-03-03 09:16:30 +01:00
83d5a70b08
feat(nest-front): add API_URL proxy and VITE_API_URL support for split deployment
Thibault Pouch
2026-03-03 09:13:27 +01:00