1
0
forked from baron/baron-sso
Commit Graph

74 Commits

Author SHA1 Message Date
kyy
75cf8355de i18n 키 정리 및 캐시/산출물 정리 2026-02-24 17:24:30 +09:00
Lectom C Han
7fee9c597a 로컬/CI 테스트 동기화 2026-02-24 16:42:55 +09:00
Lectom C Han
8a074f16e7 merge feat/304-userfront-wasm-e2e into dev 2026-02-24 15:40:51 +09:00
Lectom C Han
4ffe5110dd e2e 구조변경 2026-02-24 15:23:36 +09:00
255a47987a af 테스트 삭제 2026-02-24 15:14:27 +09:00
aeae296c48 af lint 2026-02-24 13:13:03 +09:00
c54dcccf49 Merge branch 'dev' into feat/org-chart-rebac 2026-02-24 12:42:02 +09:00
6a7676f95c af 린트 적용 2026-02-24 11:02:30 +09:00
d525895ae7 af 린트 적용 2026-02-23 17:45:24 +09:00
2da570f42c adminfront 린트 적용 2026-02-23 17:23:11 +09:00
68becb43bc 린트 적용 2026-02-23 16:18:01 +09:00
73b0453ad4 유저 그룹 계층형 보기 2026-02-23 15:53:18 +09:00
1c6fb4ef83 feat(adminfront): Implement hierarchical tree view for user group management (Issue #296)\n\n- Refactor TenantGroupsPage.tsx to display user groups in a collapsible tree structure.\n- Add buildGroupTree utility and UserGroupTreeNode recursive component.\n- Update group creation form with parent group selection and unit type.\n- Enhance mutation callbacks with toast notifications for better user feedback.\n- Fix: Add parentId to TenantSummary type in adminApi.ts for type safety. 2026-02-23 13:58:34 +09:00
0ccd1db649 test: 프론트엔드/백엔드 테스트 커버리지 및 시나리오 보강 (Issue #291)
- FE: Vitest 환경 구축 및 공통 UI 컴포넌트(Badge, Button) 테스트 추가
- FE: Playwright E2E 테스트(Auth, Tenant CRUD 및 Validation) 시나리오 보강
- BE: Testcontainers 기반 Repository 통합 테스트(PostgreSQL) 추가
- BE: TenantRepository 계층 구조(Hierarchy), DB 제약조건(Unique) 테스트
- BE: UserRepository 통합 테스트(CRUD, Delete) 추가
- BE: PasswordPolicy 유틸리티 테스트 보강
- BE: TenantService 엣지 케이스(중복 슬러그, 권한 등) 검증 로직 추가
- Fix: 하위 테넌트 생성 시 ParentID 누락 문제 해결
2026-02-23 11:23:48 +09:00
919bcd27e8 프론트엔드 UI/UX를 전면 개편 2026-02-20 17:56:53 +09:00
Lectom C Han
9f50a6e14a chore: ignore playwright report artifacts 2026-02-20 10:36:42 +09:00
Lectom C Han
62a2047374 build: add local code-check target and stabilize adminfront e2e 2026-02-20 10:35:13 +09:00
Lectom C Han
c117e10f48 ci: enforce flutter/biome format checks and fix front lint violations 2026-02-20 10:25:45 +09:00
Lectom C Han
9e3e08dd24 CI test playwright 분기 2026-02-20 10:16:55 +09:00
Lectom C Han
a14c67f189 ci: simplify adminfront runner flow and stabilize e2e auth state 2026-02-20 10:14:53 +09:00
f844f2586a Merge pull request 'featur/tenantsign' (#284) from featur/tenantsign into dev
Reviewed-on: baron/baron-sso#284
2026-02-20 09:46:44 +09:00
Lectom C Han
8ed3bd8c77 CI test 업데이트 2026-02-20 09:43:19 +09:00
e40dd8120e adminfront 로그인 해결 2026-02-19 18:02:47 +09:00
ad5895a1ea I18 추가 2026-02-13 15:15:21 +09:00
7f8d52ac3f fix: resolve i18n resource check failures and restore logout functionality 2026-02-13 14:33:26 +09:00
ce703005e1 Merge branch 'feature/user-group' into dev 2026-02-13 14:22:32 +09:00
594fd24adb feat: 구현: 유저 그룹 중심 권한 통합 및 미들웨어 정책 고도화 2026-02-13 14:16:13 +09:00
Lectom C Han
485bbafe71 Merge branch 'dev' into feature/i18n 2026-02-13 12:06:37 +09:00
Lectom C Han
dfa2fc2406 feat: i18n 개선 및 userfront 로그인/로케일 보완 2026-02-13 10:23:50 +09:00
Lectom C Han
b6d3b69cda i18n refresh and frontend fixes 2026-02-13 10:23:50 +09:00
Lectom C Han
47193e56ff Merge feature/i18n into dev (userfront only) 2026-02-12 21:53:42 +09:00
Lectom C Han
7c936da7ed feat: i18n 개선 및 userfront 로그인/로케일 보완 2026-02-12 21:25:26 +09:00
74884f6616 린트 적용 2026-02-12 10:39:47 +09:00
6f397895d7 fix: 루트 locales와 프론트엔드 locales 동기화 및 i18n 체크 대응 #239 2026-02-11 17:50:44 +09:00
b59e70031d fix: i18n 리소스 체크 실패 대응 (template.toml 누락 키 추가 및 미사용 키 정리) #239 2026-02-11 17:40:59 +09:00
ab2a5462d4 refactor: 보안 정책 준수를 위해 Keto 포트 외부 노출 제거 및 내부 통신으로 변경 #239 2026-02-11 16:25:02 +09:00
bb7f3a7b25 fix: 팝업 로그인 시에도 redirect_uri를 항상 포함하여 콜백 처리 보장 #243 2026-02-11 15:57:58 +09:00
50209a1506 fix: SSO 팝업 로그인 시 postMessage 흐름 보장 및 콜백 페이지 팝업 대응 #243 2026-02-11 15:41:27 +09:00
2c6322db60 refactor: 별도의 /ssologin 경로 대신 기존 /signin 경로를 사용하도록 수정 #243 2026-02-11 15:26:37 +09:00
9d7c28b1c1 feat: SSO 로그인 리다이렉션 흐름 구현 (userfront & adminfront 연동) #243 2026-02-11 15:20:17 +09:00
3163514227 fix: 환경변수 USERFRONT_URL 직접 참조 및 SSO 경로(/ssologin) 수정 #243 2026-02-11 14:57:32 +09:00
2864a946f2 feat: 어드민 로그인 방식을 SSO 팝업 연동 방식으로 변경 #243 2026-02-11 14:32:37 +09:00
474c8971a7 refactor: 어드민 프론트엔드에서 애플리케이션(RP) 목록 기능 제거 #239 2026-02-11 13:54:16 +09:00
68df43f3a8 feat: 테넌트/RP 관리자 할당 UI 및 ReBAC 권한 검증 도구 구현 #244 2026-02-11 13:26:26 +09:00
8856485265 feat: 어드민 프론트엔드 로그인 및 로그아웃 기능 구현 #243 2026-02-11 12:46:09 +09:00
dc0d1a8e63 fix: AppLayout.tsx 머지 충돌 해결 및 i18n 키 추가 #239 2026-02-11 11:17:16 +09:00
f83af9c8cc fix: Vite import-analysis 에러 수정을 위해 locale 파일을 src 내부로 복사 및 경로 수정 #239 2026-02-11 11:04:50 +09:00
4ef7ab78e2 feat: 테넌트 그룹 관리 UI 및 상세 멤버십 관리 기능 구현 #239 2026-02-11 10:47:44 +09:00
1548e60361 feat: 테넌트 그룹(Tenant Group) 기능 구현 #239 2026-02-11 10:31:48 +09:00
Lectom C Han
05cdc7d8ae i18n refresh and frontend fixes 2026-02-10 19:16:13 +09:00