1341f07ef9
chore: consolidate local integration changes
2026-06-09 21:03:05 +09:00
fcb246ea9e
fix: stabilize tests and refine RBAC model for privileged roles
...
- Updated devfront to recognize 'rp_admin' and 'tenant_admin' as privileged developer roles.
- Added specific forbidden messages for privileged roles in devfront.
- Improved adminfront Worksmobile test reliability across browsers.
- Updated Makefile to skip userfront tests in environments without Flutter SDK.
- Applied lint and format fixes across adminfront and devfront.
2026-06-04 09:56:02 +09:00
2c5eed1774
75f192fb24 기준 병합 code-check 수정
2026-06-02 11:52:16 +09:00
d2a7ebd82f
연동 앱 페이지 UI 정리
2026-06-02 11:52:16 +09:00
d40e443d48
최근 변경된 앱 대시보드 추가
2026-06-02 11:52:16 +09:00
c4487b9334
연동 앱 페이지 레이아웃 개선
2026-06-02 11:52:16 +09:00
75f192fb24
merge: integrate origin dev into dev
...
Includes Worksmobile SSOT sync comparison updates, UUID import conflict resolution, and Playwright route mock stabilization.
2026-06-01 17:48:39 +09:00
cadb0631fd
5b345fcf 기준 병합 code-check 오류 수정
2026-05-29 18:26:17 +09:00
59514f4cf3
최근 변경된 앱 E2E 테스트 추가
2026-05-29 18:26:17 +09:00
0f06fbc901
개요/감사로그 개발자 권한 신청 E2E 추가
2026-05-29 18:26:17 +09:00
73ba79b015
변경 앱 이력 조회 박스 추가
2026-05-29 18:26:17 +09:00
509029f8f3
super admin RP 관계 관리 버튼 활성화
2026-05-29 18:26:17 +09:00
6512fea8fe
개요 차단 화면에 개발자 권한 신청 버튼 추가
2026-05-29 18:26:17 +09:00
a830242947
ci: add code check badges and coverage reports
2026-05-29 12:05:43 +09:00
e481ae2821
모바일 fallback 변경. .env유출 가능성 차단
2026-05-26 11:30:00 +09:00
f028aeb716
devfront 코드 체크 오류 수정
2026-05-15 19:58:22 +09:00
79f5ace7ef
누락 키 및 린트 적용
2026-05-14 10:56:23 +09:00
629716f226
액션 러너 캐시 정리
2026-05-13 14:04:59 +09:00
8c2b2f71ef
조직도 M2M조회 추가, 자동로그인 보완
2026-05-13 13:44:30 +09:00
a2b328f3b0
code-check 오류 수정
2026-05-04 15:52:08 +09:00
068d0adbd4
code-check 오류 수정
2026-05-04 11:28:53 +09:00
e484d8c100
커스텀 클레임 test 코드 추가
2026-05-04 11:18:11 +09:00
7d893431d1
Format devfront auto login test
2026-04-30 16:02:39 +09:00
f7e4d43b16
Implement tenant import and RP auto login policies
2026-04-30 15:45:34 +09:00
2ee1ee4037
dev 병합 code-check 오류 수정
2026-04-23 16:49:11 +09:00
c40202f502
dev 병합 code check 수정
2026-04-22 17:27:33 +09:00
5d334069c7
개발자 권한 신청 및 관리 기능 E2E 테스트 추가
2026-04-22 15:47:38 +09:00
141c8e0ab5
dev 브런치 반영 code-check 오류 수정
2026-04-20 16:34:04 +09:00
51e46a4d00
RP 관계 범위의 콘솔 접근 허용
2026-04-20 15:48:42 +09:00
a79c350831
devfront 관계 탭 사용자 검색·다중선택 UX 개선
2026-04-20 15:48:42 +09:00
f494d8e50a
relationships 탭 i18n 누락 및 탭 순서 불일치
2026-04-20 15:48:42 +09:00
034789b8cb
devfront ReBAC 전환 테스트
2026-04-20 15:48:42 +09:00
8d0982b89c
devfront RP 상세 탭 i18n 및 순서 일관화
2026-04-20 15:48:42 +09:00
c6ddf7c485
code check 오류 수정
2026-04-09 16:45:26 +09:00
e3d279cb83
code check 오류 수정
2026-04-06 15:08:29 +09:00
583755c189
fix: improve keto sync reliability and initial rebac permissions for super admin
2026-04-06 10:10:27 +09:00
ec42739764
chore(devfront): fix biome formatting and lints
2026-04-02 17:43:45 +09:00
Lectom C Han
c3ae316570
fix(headless-login): simplify jwks policy checks
2026-04-01 19:24:26 +09:00
Lectom C Han
51f09bf53c
fix(headless-login): show full parsed jwks key values
...
- return the full RSA n value in parsedKeys responses
- render parsed key fields with labels and multiline key material in DevFront
- lock the behavior with backend and Playwright regression tests
2026-04-01 18:51:39 +09:00
Lectom C Han
e2379658c2
fix(headless-login): show parsed jwks n preview
...
- reproduce the missing n preview with the actual parsedKeys response shape
- read nPreview from DevFront instead of the old n field
- keep the preview text as provided by backend summaries
2026-04-01 18:41:35 +09:00
Lectom C Han
9facd24a00
feat(headless-login): add jwks cache visibility and refresh flow
...
- replace inline headless jwks support with jwksUri-only validation
- add cached jwks refresh worker, manual refresh/revoke endpoints, and parsed key summaries
- expose allowed algorithms and key previews in DevFront with regression coverage
2026-04-01 18:33:22 +09:00
37bc1bba22
chore: add missing i18n keys and fix devfront formatting
2026-04-01 13:58:06 +09:00
Lectom C Han
94362bf8eb
headless login으로 리펙토링
2026-04-01 10:50:31 +09:00
e927fa8ea0
dev 반영 code-check 오류 수정
2026-03-31 13:03:16 +09:00
df145b2957
Trusted RP 명칭을 Headless Login으로 일괄 변경
2026-03-31 11:49:47 +09:00
c96a5350a7
code-check 오류 수정
2026-03-30 13:29:36 +09:00
cfe97ecb1e
Trusted RP 생성 흐름 테스트 추가
2026-03-30 13:08:10 +09:00
31b4e6b5f3
code-check 오류 수정
2026-03-25 17:52:14 +09:00
89ac5738e5
dev 추가 반영 후 검증 수정
2026-03-19 17:38:54 +09:00
4aa2c441c6
i18n 누락 키 추가 및 로케일 템플릿 동기화
2026-03-19 17:28:32 +09:00