Hide_D
6c3a156b84
Merge branch 'main' into feature/main-signup-kakao-gate
...
# Conflicts:
# app/gateway-frontend/src/views/LobbyView.vue
2026-07-26 10:17:37 +00:00
Hide_D
a7bb352ba2
feat: add local signup and Kakao verification gate
2026-07-26 10:17:16 +00:00
Hide_D
465d9f0234
feat: restore gateway logout and main status
2026-07-26 10:01:38 +00:00
Hide_D
477862464e
feat: complete map and trend frontend flows
2026-07-26 08:39:35 +00:00
Hide_D
e5615ce93c
Merge branch 'main' into feature/general-icon-names
...
# Conflicts:
# app/game-frontend/src/views/CurrentCityView.vue
2026-07-26 06:01:04 +00:00
Hide_D
e5d012871a
Verify initialized icon paths in Chromium
2026-07-26 05:56:00 +00:00
Hide_D
bf08c5e658
Separate runtime profile identity from scenario
2026-07-26 05:45:45 +00:00
Hide_D
a3fc1b5ebd
Merge branch 'main' into feature/auction-menu-parity
...
# Conflicts:
# app/game-frontend/e2e/playwright.config.mjs
# app/game-frontend/package.json
# app/gateway-api/src/adminRouter.ts
# app/gateway-api/src/lobby/profileStatusService.ts
# app/gateway-api/src/orchestrator/gatewayOrchestrator.ts
# app/gateway-api/test/orchestratorOperations.test.ts
# app/gateway-api/test/orchestratorPlan.test.ts
# app/gateway-frontend/e2e/server-operations.spec.ts
# app/gateway-frontend/src/views/AdminView.vue
# app/gateway-frontend/src/views/ServerOperationsView.vue
2026-07-26 05:38:38 +00:00
Hide_D
7679e8f5b7
Batch rank persistence for large scenario startup
2026-07-26 05:37:40 +00:00
Hide_D
5c19d24254
feat: complete auction menu parity
2026-07-26 05:33:33 +00:00
Hide_D
61b540384c
feat(battle-sim): isolate authenticated worker lifecycle
2026-07-26 05:30:48 +00:00
Hide_D
27945fbca9
Add Chromium general icon lifecycle coverage
2026-07-26 05:29:08 +00:00
Hide_D
eec2acc08d
feat: complete tournament API lifecycle
2026-07-26 04:29:45 +00:00
Hide_D
0e93a8c859
fix(gateway): keep terms links under base path
2026-07-25 16:39:18 +00:00
Hide_D
11a559f169
feat(frontend): restore account oauth and yearbook flows
2026-07-25 16:35:49 +00:00
Hide_D
84c88388b4
Wait for the freshly started HWE lobby
2026-07-25 14:31:08 +00:00
Hide_D
33673e0dfd
Distinguish repeated lifecycle reset requests
2026-07-25 14:29:00 +00:00
Hide_D
62b6e20c46
Wait for the requested lifecycle operation
2026-07-25 14:05:48 +00:00
Hide_D
42f68d9827
Verify the administrator gateway main page
2026-07-25 13:58:39 +00:00
Hide_D
fac9889d46
Assert HWE availability through its enabled action
2026-07-25 13:57:47 +00:00
Hide_D
a3f657e77f
Use stable HWE row selector
2026-07-25 13:56:59 +00:00
Hide_D
74b2db2420
Add full HWE lifecycle browser verification
2026-07-25 13:52:21 +00:00
Hide_D
46f9d8e916
Enable superuser admin navigation
2026-07-25 13:35:03 +00:00
Hide_D
27616dfd76
Merge branch 'main' into feature/frontend-legacy-parity
2026-07-25 11:45:07 +00:00
Hide_D
f438634b4e
feat(frontend): restore legacy gateway and hall styling
2026-07-25 11:44:35 +00:00
Hide_D
02d22de72c
feat: add admin scenario operations
2026-07-25 11:38:58 +00:00
Hide_D
2cb6bc8e96
chore: standardize TypeScript version to 6.0.2 across workspace
...
- Updated pnpm-workspace.yaml to enforce TypeScript version 6.0.2.
- Replaced legacy TypeScript import with the current version in comparison tools.
- Added ignoreDeprecations setting in tsconfig.base.json to suppress deprecation warnings for baseUrl.
- Introduced TypeScript version policy documentation outlining the rationale and upgrade gate for moving to TypeScript 7.
2026-07-25 06:39:04 +00:00
Hide_D
2824e5af13
feat: 환경 변수 및 Caddy 라우팅 설정 추가, 게임 API URL 템플릿 지원
2026-07-25 04:32:41 +00:00
Hide_D
9244062989
feat: 다음 시즌 번호 필드 추가 및 프로필 메타 업데이트 로직 수정
2026-01-29 17:49:27 +00:00
Hide_D
2f05e5a1e1
feat: zod 라이브러리 버전을 4.3.5로 업데이트
2026-01-18 08:27:36 +00:00
Hide_D
43dd42d928
feat: 로컬 계정 생성 기능 추가; 환경 설정에 따라 계정 생성 가능 여부 제어
2026-01-17 15:20:59 +00:00
Hide_D
70c7c0b039
feat: add git reference support for scenario previews; implement git ref handling in admin router and frontend
2026-01-17 14:27:11 +00:00
Hide_D
bc76b6e725
feat: Enhance scenario installation options and UI integration
...
- Added new installation options to GatewayAdminActionRecord and implemented parsing logic in gatewayOrchestrator.ts.
- Updated resolveResetSeedInfo to accommodate new scenario installation parameters.
- Introduced a new scenario catalog module to manage scenario previews and details.
- Enhanced AdminView.vue to include a comprehensive installation form with various configuration options.
- Implemented scenario listing and selection functionality in the frontend.
- Updated profile repository to support scenario updates.
- Added tests to cover new functionalities and ensure stability.
2026-01-17 12:24:57 +00:00
Hide_D
b5f53a7c42
feat: add access token management and gateway token exchange functionality
2026-01-16 19:23:40 +00:00
Hide_D
9c85a50645
feat: implement public map features including caching, API integration, and UI components
2026-01-16 18:31:26 +00:00
Hide_D
24fbace987
lint 로직 변경
2026-01-15 14:58:44 +00:00
Hide_D
38a8d33242
refactor: update test setup, introduce system environment for commands, and streamline frontend build configuration.
2026-01-07 17:17:04 +00:00
Hide_D
44df19b079
refactor: improve war module type safety and reserved turns test data handling
2026-01-05 17:34:36 +00:00
Hide_D
cb7e9c832f
feat: 타입 정의 개선 및 any 사용 제거
2026-01-05 17:19:32 +00:00
Hide_D
10e9c80eb4
fix: 버튼 클릭 이벤트 순서 수정
2026-01-05 16:09:19 +00:00
Hide_D
c965b1120f
feat: eslint 적용 및 관련 코드 일괄 수정
2026-01-05 15:46:47 +00:00
Hide_D
b1f2523fa3
feat: GamePrisma를 사용하여 데이터베이스 클라이언트 및 관련 타입 정의 업데이트
2026-01-05 15:13:59 +00:00
Hide_D
c3b6833172
feat: 모든 패키지에서 타입 체크 명령어를 --noEmit에서 -b로 변경 및 @sammo-ts/game-api 의존성 추가
2026-01-05 15:07:14 +00:00
Hide_D
1861cbc9c6
feat: Zod를 사용한 월드 상태 구성 및 메타 타입 추가, 사용자 ID 처리 개선
2026-01-05 14:49:19 +00:00
Hide_D
3581477a42
feat: 타입스크립트 설정 및 Vite 구성 추가
2026-01-04 17:01:38 +00:00
Hide_D
b2a625d4e7
feat: 군대 관련 기능 추가 및 명령어 정의 업데이트
2026-01-04 13:54:30 +00:00
Hide_D
eb4577a4c5
Refactor code structure for improved readability and maintainability
2026-01-03 16:43:14 +00:00
Hide_D
aec43e67fa
feat: add es-toolkit dependency to multiple package.json files
2026-01-03 16:40:15 +00:00
Hide_D
95f263785a
feat: implement admin authentication context and update related procedures and tokens
2026-01-03 15:44:27 +00:00
Hide_D
e5bd6d89ab
feat: add admin user management features and update user repository methods
...
- Implemented updateRoles, updateSanctions, and deleteUser methods in both in-memory and PostgreSQL user repositories.
- Enhanced UserSanctions and UserServerRestriction interfaces to include additional properties.
- Added AdminView component for admin functionalities including user lookup, role management, sanctions application, and profile management.
- Integrated admin token handling in TRPC client for secure API requests.
- Updated routing to include admin dashboard and linked it in the default layout.
2026-01-03 15:28:51 +00:00