SPMS_API/SPMS.API/Controllers
SEAN 0eacf25eb3 improvement: 메시지 상세/프리뷰 응답 강화 (#226)
- MessageInfoResponseDto에 service_name, service_code, created_by_name, latest_send_status 추가
- MessagePreviewRequestDto/ResponseDto에 JsonPropertyName snake_case 적용
- MessagePreviewResponseDto에 link_type 필드 추가
- Repository에 GetByMessageCodeWithDetailsAsync (Navigation Include), GetSendStatsAsync 추가
- MessageService.GetInfoAsync에서 서비스/작성자/발송상태 매핑
- MessageService.PreviewAsync에서 link_type 반환

Closes #226
2026-02-25 14:43:29 +09:00
..
AccountController.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AppVersionController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AuthController.cs improvement: 인증 보안 정책 — Rate Limit + 시도제한 + 보안 로깅 (#190) 2026-02-25 11:13:49 +09:00
BannerController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceController.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00
FaqController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileController.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MaintenanceController.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
MessageController.cs improvement: 메시지 상세/프리뷰 응답 강화 (#226) 2026-02-25 14:43:29 +09:00
NoticeController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PasswordController.cs improvement: 인증 보안 정책 — Rate Limit + 시도제한 + 보안 로깅 (#190) 2026-02-25 11:13:49 +09:00
ProfileController.cs improvement: 공통 응답/에러 포맷 고정 (#164) 2026-02-24 16:24:56 +09:00
PublicController.cs fix: Health check Redis 상태를 실제 PING 체크로 변경 (#156) 2026-02-11 10:49:47 +09:00
PushController.cs feat: 상세 로그 다운로드 API 구현 (#140) 2026-02-11 09:43:47 +09:00
ServiceController.cs improvement: API Key 마스킹 및 전체 조회 엔드포인트 추가 (#220) 2026-02-25 13:56:59 +09:00
StatsController.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00
TermsController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00