Thibault Pouch
3d21e41f88
fix: remove demo login hints from LoginPage form
2026-03-26 11:10:25 +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
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
f9012bd123
feat: integrate settings API to manage forum and bug reporting availability
2026-03-17 11:44:05 +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
77d57fb354
feat: update Dockerfiles to use Node 25-alpine and enhance nginx configuration for API proxying
2026-03-12 10:59:01 +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
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
Thibault Pouch
83d5a70b08
feat(nest-front): add API_URL proxy and VITE_API_URL support for split deployment
...
- nginx.conf: proxy /api/ to ${API_URL} (injected at container start via envsubst)
- Dockerfile: accept VITE_API_URL build arg; use envsubst CMD to hydrate nginx template
- src/utils/api.ts: export API_BASE using VITE_API_URL or fallback to /api
Enables nest-front to run on Coolify while nest-backend runs on Portainer.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-03 09:13:27 +01:00
Thibault Pouch
6b8039da28
feat: add Dockerfile, docker-compose, and nginx configuration for application deployment
2026-02-27 10:38:29 +01:00
Thibault Pouch
6ed13d1ffc
refactor : Remove intranet components along with their associated styles and logic
2026-02-26 16:23:48 +01:00
Thibault Pouch
c2d94a349c
chore : move all to root
2026-02-26 16:16:44 +01:00
Thibault Pouch
308a758e79
feat: add events and polls functionality to intranet and public pages
2026-02-18 12:48:16 +01:00
Thibault Pouch
c5b4b44bb8
refactor: Update font styles and improve button sizing for better UI consistency
2026-02-18 12:38:18 +01:00
Thibault Pouch
0021787af7
refactor : UI styles across intranet and public pages for consistency
2026-02-18 11:16:42 +01:00
Thibault Pouch
b79c8e2460
feat : Add .gitignore file to exclude logs, build artifacts, and editor configurations
2026-02-18 10:52:52 +01:00
Thibault Pouch
0fb3fc77cd
Init project
2026-02-18 09:15:38 +01:00