Commit Graph

  • d66424074c fix: update Dockerfile to compile seed script and run it before starting the application main Thibault Pouch 2026-03-26 13:28:40 +01:00
  • 600026d90c fix: update environment variables and correct front service port in docker-compose.prod.yml Thibault Pouch 2026-03-26 13:20:31 +01:00
  • f313c99696 feat: add Postman environment files for local and production setups Thibault Pouch 2026-03-26 11:34:08 +01:00
  • 3d21e41f88 fix: remove demo login hints from LoginPage form Thibault Pouch 2026-03-26 11:10:25 +01:00
  • bc4d3e1dae fix: remove Prisma migrations directory from .gitignore Thibault Pouch 2026-03-26 11:10:22 +01:00
  • 80e26b85d5 feat: add initial database migration and update package dependencies Thibault Pouch 2026-03-26 11:10:17 +01:00
  • 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 BoxOfPandor 2026-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
  • e86eee8744 git : Merge branch 'main' into feat/connect-front-to-backend Thibault Pouch 2026-03-12 11:13:38 +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
  • a45e9a86cd refactor: add embedded poll reference to EventPost interface Thibault Pouch 2026-03-03 09:48:40 +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
  • 1ed5dc15d8 chore: add root-level CLAUDE.md and docker-compose.yml Thibault Pouch 2026-03-03 09:11:24 +01:00
  • 61efd906bc chore: merge nest-intra history into monorepo Thibault Pouch 2026-03-03 09:11:10 +01:00
  • 3b06c38f62 chore: merge nest-front history into monorepo Thibault Pouch 2026-03-03 09:11:05 +01:00
  • 244bea372e feat: add user creation endpoint with validation and error handling Thibault Pouch 2026-03-02 09:50:44 +01:00
  • eb2a2b7d6e feat: add staff user creation functionality and enhance role badge display Thibault Pouch 2026-03-02 09:50:38 +01:00
  • 3e0eeafac3 chore: remove mock data usage and initialize state in various components for cleaner setup Thibault Pouch 2026-03-02 09:47:40 +01:00
  • 65282832cb feat: update nginx configuration and enhance AuthContext for improved authentication handling Thibault Pouch 2026-03-02 09:38:34 +01:00
  • 073dc38fd7 feat: update environment configuration and seed admin user in database Thibault Pouch 2026-02-28 14:35:54 +01:00
  • f700d7fd86 feat : Init Project Thibault Pouch 2026-02-28 14:20:09 +01:00
  • 90efb6175f feat: add Dockerfile, docker-compose.yml, and nginx.conf for containerized deployment Thibault Pouch 2026-02-27 10:38:38 +01:00
  • 6b8039da28 feat: add Dockerfile, docker-compose, and nginx configuration for application deployment Thibault Pouch 2026-02-27 10:38:29 +01:00
  • 16b047e49f feat: add IntranetServices page and services.json for external tools Thibault Pouch 2026-02-27 10:32:44 +01:00
  • 4607e79b8b feat: implement lazy loading for LoginPage and add Suspense to IntranetLayout Thibault Pouch 2026-02-27 10:22:37 +01:00
  • 992b4340bd feat : init Project Thibault Pouch 2026-02-27 10:15:40 +01:00
  • 4bfc10fd98 feat : Initial commit Thibault Pouch 2026-02-26 16:26:16 +01:00
  • 6ed13d1ffc refactor : Remove intranet components along with their associated styles and logic Thibault Pouch 2026-02-26 16:23:48 +01:00
  • c2d94a349c chore : move all to root Thibault Pouch 2026-02-26 16:16:44 +01:00
  • 308a758e79 feat: add events and polls functionality to intranet and public pages Thibault Pouch 2026-02-18 12:48:16 +01:00
  • c5b4b44bb8 refactor: Update font styles and improve button sizing for better UI consistency Thibault Pouch 2026-02-18 12:38:18 +01:00
  • 0021787af7 refactor : UI styles across intranet and public pages for consistency Thibault Pouch 2026-02-18 11:16:42 +01:00
  • b79c8e2460 feat : Add .gitignore file to exclude logs, build artifacts, and editor configurations Thibault Pouch 2026-02-18 10:52:52 +01:00
  • 0fb3fc77cd Init project Thibault Pouch 2026-02-18 09:15:38 +01:00