7bf1aca2f3
브라우저별 flaky assertion 정리
2026-06-12 20:28:40 +09:00
d951bd825f
Playwright 테스트 기대값을 현재 UI에 맞게 보정
2026-06-12 20:23:47 +09:00
cc2565ef9b
refresh_token 통합 및 login claims 테스트 보정
2026-06-12 20:16:21 +09:00
e365c97dc0
refresh_token 통합 테스트 실행 경로 정리
2026-06-12 19:52:55 +09:00
ec55d4847e
devfront 로그인 claim e2e 검증 추가
2026-06-12 19:07:37 +09:00
bdd86f4d88
offline_access 스코프 유지 처리 및 refresh_token 발급 경로 수정
2026-06-12 16:33:43 +09:00
568dc258e7
offline_access 기본 강제 제거 및 refresh_token grant 정책 정리
2026-06-12 16:01:51 +09:00
c587f37089
ClientConsentsPage Biome 포맷 정리
2026-06-12 15:02:45 +09:00
ca15e2a35c
offline_access 기본 스코프 추가 및 refresh_token 발급 확인
2026-06-12 14:55:17 +09:00
fb7a05797c
date/timezone 한 줄 정렬
2026-06-12 14:55:17 +09:00
73cebd993b
consent 시간대 검증 반영과 RP claim 입력 검증 안정화
2026-06-11 16:45:13 +09:00
269a607302
devfront biome 오류 수정
2026-06-11 16:38:16 +09:00
5ac72be6b1
onsent 시간대 검증과 RP claim 플레이그라이트 기대값 정리
2026-06-11 16:35:25 +09:00
79845d2b6a
devfront e2e test 오류 수정
2026-06-11 16:25:24 +09:00
01bc6d9b08
code-check lint 오류 수정
2026-06-11 15:37:40 +09:00
1b9421f3e6
RP Custom Claims 권한 체크박스 정리
2026-06-11 15:17:44 +09:00
d480a01857
분리된 tenant 스코프 제어 정책 적용
2026-06-11 15:16:45 +09:00
22afe6654e
offline_access 제거 확인 추가 및 scope 선택 개선
2026-06-11 15:02:52 +09:00
c495e9119b
offline 스코프 제거, rp_claims 값 표준화
2026-06-11 14:50:26 +09:00
f60b15a17b
custom claim 타입보정 UI. 대표테넌트 노출 보정
2026-06-11 11:27:11 +09:00
4d77060b5d
custom claim 권한체크 확인
2026-06-11 08:29:25 +09:00
1b075e049f
devfront Playwright 실패 케이스 수정
2026-06-10 16:28:39 +09:00
01bde0925d
adminfront/devfront E2E 및 lint 실패 수정
2026-06-10 15:59:33 +09:00
b591184194
devfront lint 오류 수정
2026-06-10 15:47:46 +09:00
52046e4a66
adminfront/devfront code-check 수정
2026-06-10 15:42:01 +09:00
2234986abd
devfront biome 오류 수정
2026-06-10 10:11:52 +09:00
b919f600e1
누락 locale 키 추가 및 린트 정리
2026-06-10 10:11:52 +09:00
437a3ad98d
개발자 권한을 페이지별로 선택/부여 가능하도록 개선
2026-06-10 10:11:52 +09:00
3ed9e912e6
테넌트 비소속 개발자 권한 신청/부여 가능
2026-06-10 10:11:52 +09:00
0f11173739
개발자 권한 부여 페이지 추가
2026-06-10 10:11:52 +09:00
41e755b1c7
devfront 테넌트 미소속 개발자 신청 안내 추가
2026-06-10 10:11:52 +09:00
894feb20f1
devfront rp_admin tenant_admin 제거
2026-06-10 10:11:52 +09:00
c880b3c333
orgfront 버그 픽스
2026-06-10 09:36:57 +09:00
28478309fa
orgfront 권한 정리
2026-06-10 08:37:27 +09:00
1341f07ef9
chore: consolidate local integration changes
2026-06-09 21:03:05 +09:00
01cd7a0ad3
code-check 오류 수정
2026-06-05 20:37:23 +09:00
1596342d03
사이드바 접기 기능 추가
2026-06-05 13:33:40 +09:00
4bae1dd00d
fix(deploy): align staging frontend runtime with production images
2026-06-05 09:24:44 +09:00
d707cdf850
fix(deploy): resolve frontend deployment failure by fixing workspace detection and dependency installation
2026-06-05 08:58:18 +09:00
a125b1d7ae
test(devfront): update unit tests to match refined RBAC model for privileged roles
2026-06-04 10:14:07 +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
b7c963b672
fix: update devfront tests to match simplified RBAC model
...
- Updated role normalization tests to expect legacy roles mapped to 'user'.
- Updated forbidden message tests to expect standard user guidance for legacy roles.
2026-06-02 19:27:59 +09:00
ae8c2ee06f
Merge branch 'dev' into feature/rbac-simplification-and-remove-dev-switcher
2026-06-02 18:36:44 +09:00
802bf3e91d
feat: simplify RBAC roles and remove dev role switcher
...
- Simplified RBAC system to two roles: super_admin and user.
- Removed tenant_admin and rp_admin roles across backend and frontend.
- Removed Dev Role Switcher feature from adminfront.
- Updated all handlers, middlewares, and navigation to reflect the new role model.
- Fixed backend build errors and updated tests.
2026-06-02 18:29:18 +09:00
2c5eed1774
75f192fb24 기준 병합 code-check 수정
2026-06-02 11:52:16 +09:00
38605ac8a3
devfront 테스트 커버리지 추가 보강
2026-06-02 11:52:16 +09:00
a4d457073a
테스트 커버리지 보강 및 공통 유틸 테스트 추가
2026-06-02 11:52:16 +09:00
d0f44de2d1
최근 변경 앱 상세 다국어 정리
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