729a9890a6
테넌트 레지스트리 테이블 UI 복원
2026-06-05 15:32:00 +09:00
d54d258117
검색 placeholder와 폭 정리
2026-06-05 13:36:36 +09:00
f3e9ca52be
사용자 목록 로케일 및 링크 스타일 통일
2026-06-05 13:36:36 +09:00
1596342d03
사이드바 접기 기능 추가
2026-06-05 13:33:40 +09:00
f6c7cb3b22
tenants 레지스트리 가독성/로케일 적용
2026-06-05 13:32:27 +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
2d6ca2f66b
코드 체크 개선
2026-05-21 08:46:08 +09:00
fc4a2f3536
공용 i18n namespace 정리
2026-05-20 13:41:15 +09:00
63622dcf28
박스 타이틀 description 추가 및 로고 추가
2026-05-20 13:41:15 +09:00
c9664b5844
테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정
2026-05-20 13:41:15 +09:00
a1f3604b24
adminfront 카드 타이틀 크기 통일 (text-lg) 및 한국어 적용
2026-05-20 13:41:15 +09:00
d1184613d8
서브 타이틀 텍스트 렌더링 오류 수정
2026-05-20 13:41:15 +09:00
222dc6f4a4
adminfront 상단 화면 i18n 정리
2026-05-20 13:41:15 +09:00
42b49674cc
사용자 상태 세분화
2026-05-20 10:17:15 +09:00
e29d056b9e
네이버 웍스 연동기능 개선
2026-05-18 15:36:30 +09:00
0f80ee4f4d
페이지 타이틀 하단 설명 문구 수정
2026-05-15 18:42:05 +09:00
c0894eeb8a
개요 페이지 공통 컴포넌트 및 문구 적용
2026-05-15 18:42:05 +09:00
d77199bdbc
Fix code-check locale and headless test failures
2026-05-14 10:15:50 +09:00
8bca127723
orgfront 코드 체크 추가, 백엔드 기준 강화
2026-05-14 09:49:37 +09:00
9ca73e8774
권한부여 및 정합성 검사 추가
2026-05-14 08:45:48 +09:00
b8a25135fc
각 프런트의 i18n 연결 및 locale 정리
2026-05-12 13:49:51 +09:00
d4c48da426
코드체크 업데이트
2026-05-12 13:41:43 +09:00
3063450ee0
조직현황 구조변경. 총괄센터삼안 실 조직 삽입확인
2026-05-11 20:14:56 +09:00
843b4100ad
adminfront 조직 통계오류 보정. Kratos Projection용 통계테이블 구조 추가
2026-05-11 13:01:55 +09:00
5f9a61de98
feat: implement multi-tenant member management and UI improvements
...
- Add multi-tenant support (isAddTenant, isRemoveTenant) to backend UpdateUser API.
- Update UserRepository to support searching in company_codes array.
- Implement table sorting and align search bar layout in adminfront.
- Add 'Assign Existing Member' and 'Exclude from Organization' features to TenantUsersPage.
- Auto-populate tenantSlug in UserCreatePage via query parameters.
- Add necessary localization keys for new UI elements.
Resolves #644 , #639 , #642 , #641
2026-05-06 14:20:35 +09:00
2495fcb13d
worksmobile 연동 & ory stack 26.2.0으로 업그레이드
2026-05-06 09:30:00 +09:00
ef679d41ea
Stabilize adminfront tenant tests
2026-04-30 16:17:14 +09:00
6c45eca3d3
Fix locale resources for code check
2026-04-30 15:56:49 +09:00
08aa745e30
make drop 초기화 추가. 한맥그룹 기본값 추가
2026-04-27 17:51:46 +09:00
093d2f2af0
refactor: 미사용 Descope 연동 코드 및 환경 변수 제거 ( resolves #519 )
2026-04-27 11:31:14 +09:00
984adcfa62
feat(adminfront): add org chart to sidebar navigation
...
Adds the Organization Chart tab to the main sidebar for all users. Removes the 'View Org Chart' button from the Tenant List page. Enhances active state logic for nested routes.
2026-04-13 10:38:04 +09:00
a96ef3d204
fix(i18n): fix duplicate TOML section for ui.admin.tenants
...
- Prevent template overwrite caused by duplicate section parsing logic
- Ensures '테넌트 목록' correctly renders instead of '테넌트 구성원 ({{count}})'
2026-04-10 15:58:56 +09:00
addb0fe042
fix(adminfront): fix e2e test assertions and biome linter errors
...
- Fix strict biome errors in OrgChartUploadModal and TenantOrgChartPage (key indices, any types, aria roles, hook dependencies)
- Fix duplicate translation blocks that broke the i18n parser
- Fix UI label assertions in Playwright e2e tests due to updated i18n keys
2026-04-10 15:12:09 +09:00
4293013d4f
chore(i18n): sync adminfront locales with new keys
...
- Adminfront 화면에 표시될 한국어/영어 문구(테넌트 검색, 총 n개 로그 등) 추가
2026-04-10 14:49:19 +09:00
5211842d47
조직도 기능 추가
2026-04-10 11:38:47 +09:00
391773ac90
adminfront/devfront 세션 만료 관리 슬라이딩 갱신 로직 추가
2026-04-01 14:47:35 +09:00
32a0efbf1b
adminfront/devfront 상단바 프로필 메뉴 UI 통일
2026-04-01 14:47:35 +09:00
468ca475ed
본인 계정 비밀번호 초기화 기능 제한
2026-03-31 11:49:47 +09:00
ffba1563a7
chore: add missing i18n keys to satisfy i18n-scanner
2026-03-27 17:41:22 +09:00
ec8abf39aa
Merge branch 'dev' into feature/af-issue363
2026-03-18 09:05:23 +09:00
27e0f4c9dd
번역 추가
2026-03-17 10:35:16 +09:00
1b4b5d433f
역할 라벨 및 dev 접근 안내 문구 키 정리
2026-03-16 16:44:35 +09:00
4392810ec7
fix: revert tab name and improve group list error handling
2026-03-04 15:21:31 +09:00
539a87e93a
docs: rename tab_organization to '조직 관리' for clarity
2026-03-04 15:15:00 +09:00
d1c3bba3e0
feat: optimize tenant admin view and enhance user list with dynamic columns and metadata search
2026-03-04 13:32:01 +09:00
69470e8e4a
feat(adminfront): remove unused tenant dashboard and update global overview quick links
2026-03-04 09:41:49 +09:00
1932180cc8
chore(i18n): sync locales and fix formatting issues
2026-03-03 16:45:44 +09:00
86ef9c6f60
테넌트 소유자, 관리자 분리
2026-03-03 12:38:27 +09:00
77af59b7a8
Merge commit 'ac778f836fb78550dce8088a567dc8bf5ffb8d2e' into feature/adminfront
2026-02-27 12:41:01 +09:00
ca45a14bae
테넌트 목록 및 조직 계층 구조 개선
2026-02-27 10:29:15 +09:00