Commit Graph

  • 1ff03552ea config: Adjust Nginx listening address, explicitly set Traefik service ports for dev and prod, and rename the dev connection string key. dev steinhelge 2025-11-26 21:48:02 +01:00
  • 63eb33a8c9 refactor: enclose CORS policy configuration in a block statement steinhelge 2025-11-26 15:47:06 +01:00
  • f5f56b0407 fix: Correct api service indentation and remove inline comments. steinhelge 2025-11-26 15:36:24 +01:00
  • 0dba448f15 refactor: name CORS policy 'AllowFrontend' steinhelge 2025-11-26 12:43:45 +01:00
  • 072935e133 config: Update API service connection string and add Traefik load balancer port configuration. steinhelge 2025-11-26 12:41:59 +01:00
  • c3750239c7 feat: configure Traefik load balancer for hospitality-dev-api to use port 8080 steinhelge 2025-11-26 12:33:18 +01:00
  • d1568c788a config: Allow all origins in CORS policy and disable HTTPS redirection. steinhelge 2025-11-26 12:07:31 +01:00
  • dcc8e10bd2 config: Expand CORS policy to include development and production frontend URLs. steinhelge 2025-11-26 11:48:38 +01:00
  • 58b5ff9852 Merge pull request 'dev' (#4) from dev into master master steinhelge 2025-11-26 08:58:24 +00:00
  • 68ecdb0056 feat: Add Nginx configuration for SPA routing and static asset caching. steinhelge 2025-11-25 20:10:47 +01:00
  • bde8e8bedc feat: Integrate Traefik for API and web routing with TLS, updating build workflow to use new HTTPS API endpoints. steinhelge 2025-11-25 20:00:54 +01:00
  • 07af11b541 refactor: move REGISTRY environment variable to job scope and correct step indentation. steinhelge 2025-11-25 19:51:35 +01:00
  • bdfdcbe0f7 Update .gitea/workflows/build.yml steinhelge 2025-11-25 18:30:14 +00:00
  • 16864584e4 Update .gitea/workflows/build.yml steinhelge 2025-11-25 18:29:28 +00:00
  • a5ec63b064 Merge pull request 'feat: Configure VITE_API_URL during build via Gitea workflow and Dockerfile, removing local fallback.' (#3) from master into dev steinhelge 2025-11-25 18:27:38 +00:00
  • bd64eea849 feat: Configure VITE_API_URL during build via Gitea workflow and Dockerfile, removing local fallback. steinhelge 2025-11-25 19:22:56 +01:00
  • a298159ce2 Update .gitea/workflows/build.yml steinhelge 2025-11-25 12:21:49 +00:00
  • 7ae6871f1c Merge pull request 'Update .gitea/workflows/build.yml' (#1) from steinhelge-patch-1 into master steinhelge 2025-11-25 12:18:41 +00:00
  • 030f1d8b49 Merge pull request 'Update src/Hospitality.Backend/Dockerfile' (#2) from steinhelge-patch-2 into master steinhelge 2025-11-25 12:18:26 +00:00
  • 4a055b5cde Update src/Hospitality.Backend/Dockerfile steinhelge 2025-11-25 12:17:01 +00:00
  • 77a795ddcc Update .gitea/workflows/build.yml steinhelge 2025-11-25 12:13:51 +00:00
  • f6243ba5ba refactor: Remove unused Badge import from ScannerPage.tsx steinhelge 2025-11-24 11:47:41 +01:00
  • 8a464aebf4 Merge branch 'master' of https://gitea.theriise.net/steinhelge/hospitality steinhelge 2025-11-24 11:43:35 +01:00
  • 011434ba56 feat: Add Docker Compose configurations for development and production environments and update TypeScript compiler options. steinhelge 2025-11-24 11:43:31 +01:00
  • 43e4446971 Update .gitea/workflows/build.yml steinhelge 2025-11-24 10:38:06 +00:00
  • 3eb297a5c1 Update .gitea/workflows/build.yml steinhelge 2025-11-24 10:21:56 +00:00
  • 2264c27032 feat: add Dockerfiles for frontend and backend, and a Gitea workflow for building and pushing images. steinhelge 2025-11-24 11:10:10 +01:00
  • 3736ccc4f5 Add multi-language support (Norwegian, English, Nynorsk) steinhelge 2025-11-24 06:34:21 +01:00
  • 6417f1b8be Update README with complete documentation steinhelge 2025-11-24 06:26:55 +01:00
  • f7f31b58c1 Add auto-load guest data on login steinhelge 2025-11-24 06:25:56 +01:00
  • 0312a150c1 Restore all API functions with auth interceptors steinhelge 2025-11-24 06:18:06 +01:00
  • 5a48bc61c5 Fix AuthContext import to use types/auth.ts steinhelge 2025-11-23 22:37:30 +01:00
  • d952b1e5e6 Fix auth types export issue steinhelge 2025-11-23 22:35:37 +01:00
  • 20af7d5b52 Add JWT authentication and role-based authorization steinhelge 2025-11-23 22:26:17 +01:00
  • 587847e7ed Show full QR codes with copy button in GroupDetailPage steinhelge 2025-11-23 22:09:11 +01:00
  • 646ab0aef1 Add database seeder with sample data and test guide steinhelge 2025-11-23 21:46:18 +01:00
  • 4b61bd7c29 Complete Phase 5: Update EventDetail and GroupDetail pages with Bootstrap steinhelge 2025-11-23 21:38:17 +01:00
  • 965c4136fc Replace Tailwind with Bootstrap for improved UI styling steinhelge 2025-11-23 21:33:49 +01:00
  • 5669501955 Add Guest List & Quota Assignment UI - Complete admin interface steinhelge 2025-11-23 21:28:56 +01:00
  • 79d7be5023 Phase 3: MVP Frontend - Admin, Staff Scanner, and Guest View steinhelge 2025-11-23 20:25:05 +01:00
  • 9ed5adbfb5 Phase 2: Backend API Implementation - DTOs, Services, and Controllers steinhelge 2025-11-23 15:55:03 +01:00
  • 0661bebd87 Initial commit: Domain model, Infrastructure, and Database setup steinhelge 2025-11-23 15:44:46 +01:00