SPMS_API/SPMS.Application/Services
SEAN d051ff3b97 improvement: APNs p12 인증서 지원 추가 (#214)
- Service 엔티티에 ApnsAuthType/ApnsCertificate/ApnsCertPassword/ApnsCertExpiresAt 추가
- EF Core Configuration + Migration (AddApnsP12Support)
- DTO: AuthType 분기 (p8/p12) 지원, p12 필드 추가
- 서비스 로직: AuthType별 검증/저장/조회 분기, X509CertificateLoader로 만료일 추출
- AuthType 전환 시 이전 타입 필드 null 초기화
- 컨트롤러 Swagger Description 업데이트

Closes #214
2026-02-25 13:01:55 +09:00
..
AccountService.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigService.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
AuthService.cs improvement: 인증 보안 정책 — Rate Limit + 시도제한 + 보안 로깅 (#190) 2026-02-25 11:13:49 +09:00
BannerService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceService.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00
FaqService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileService.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MessageService.cs feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
MessageValidationService.cs improvement: 공통 응답/에러 포맷 고정 (#164) 2026-02-24 16:24:56 +09:00
NoticeService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushService.cs feat: 상세 로그 다운로드 API 구현 (#140) 2026-02-11 09:43:47 +09:00
ServiceManagementService.cs improvement: APNs p12 인증서 지원 추가 (#214) 2026-02-25 13:01:55 +09:00
StatsService.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00