taekyoungc
c708d30660
실사 저장 안정화와 메뉴 운영 정책을 일관되게 반영한다.
...
실사 저장값이 페이지 이동 후 원복되지 않도록 저장/조회 경로를 보강하고, 코드 범위 보정과 bis 간 동기화를 추가했다. 또한 메뉴 관리를 레벨4 이상으로 제한하고 메뉴 변경 사항을 모든 지자체에 일괄 반영하도록 동기화 로직을 도입했다.
Made-with: Cursor
2026-04-29 14:59:49 +09:00
taekyoungc
6fddf15000
fix: keep selected menu type while applying site fallback
...
Preserve the selected site mt_idx in the UI and use a separate effective mt_idx for data fallback, so choosing site no longer appears as admin.
Made-with: Cursor
2026-04-08 17:29:40 +09:00
taekyoungc
b99c108aeb
fix: fallback site menu mt_idx when mapping is inconsistent
...
When site menu resolves to an id with no rows, retry with legacy site mt_idx=4 and surface fallback state in debug output.
Made-with: Cursor
2026-04-08 17:26:04 +09:00
taekyoungc
f68f135446
chore: add temporary menu debug diagnostics
...
Show current lg_idx and resolved menu type values on admin menu page when debug=1 to diagnose empty menu rendering.
Made-with: Cursor
2026-04-08 17:23:10 +09:00
taekyoungc
0d512bd21d
fix: normalize legacy menu type query parameter
...
Map legacy /admin/menus?mt_idx=2 requests to the actual site menu type id and apply the same normalization to JSON list responses.
Made-with: Cursor
2026-04-08 17:14:19 +09:00
taekyoungc
a3f92cd322
feat: TOTP 2차 인증, 관리자 메뉴/대시보드 및 의존성 반영
...
- robthree/twofactorauth, Auth 설정·TotpService·2FA 뷰·라우트
- member TOTP 컬럼 DDL(login_tables, member_add_totp.sql)
- 관리자 메뉴·레이아웃·필터·대시보드 등 연관 변경
- env 샘플에 auth.requireTotp 주석
Made-with: Cursor
2026-03-26 15:30:32 +09:00
taekyoungc
4e557d4be1
Initial project import for team collaboration.
...
Exclude local docs, MCP, and secrets via gitignore.
Made-with: Cursor
2026-03-25 12:05:33 +09:00