17,865
총 변경
4,581
제품 설명
4,512
수정 사항
32
프로젝트
프로젝트
모든 프로젝트17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
필터 유형
October 18, 2025
Refactorkamo-internal
Move WWW config to left column and make DNS status panel always visible
snadjafinia·10mo ago
Stylekamo-internal
Make Connect Your Custom Domain card fill full height like list view
snadjafinia·10mo ago
Stylekamo-internal
Make DNS Verification Status panel taller to align with left column
snadjafinia·10mo ago
Featurekamo-internal
Complete domain ownership verification system with modern UI
snadjafinia·10mo ago
Fixkamo-internal
Improve error handling for duplicate domains with better user feedback
snadjafinia·10mo ago
FixSecurityService
Improve duplicate domain error handling with structured responses
snadjafinia·10mo ago
FeatureSecurityService
Add domain ownership verification with TXT record validation and transfer
snadjafinia·10mo ago
Otherkamo-internal
Enhanced error reporting: Parse and display detailed backend error messages from SecurityService
snadjafinia·10mo ago
OtherSecurityService
Fix domain deletion: Delete all subdomain aliases before deleting parent domain (fixes 400 error)
snadjafinia·10mo ago
Otherkamo-internal
Add delete confirmation dialog for domains with warning about subdomain alias removal
snadjafinia·10mo ago
Otherkamo-internal
Add comprehensive error logging to debug domain creation HTTP errors
snadjafinia·10mo ago
Otherkamo-internal
Fix build errors: Escape apostrophes and remove unused imports in DomainManager
snadjafinia·10mo ago
Otherkamo-internal
Complete modern redesign: Gradient cards, progress bar, step-by-step UI, visual DNS checking indicators, countdown badges, tooltips
snadjafinia·10mo ago
Otherkamo-internal
Enhanced DNS verification UI: Manual check button, tooltips with detailed messages, checking spinner on each row, pulsing table header
snadjafinia·10mo ago
OtherSecurityService
Add comprehensive DNS verification logging with detailed step-by-step output for debugging
snadjafinia·10mo ago
Otherkamo-internal
Add visual DNS verification feedback: Last check time, countdown timer, checking spinner
snadjafinia·10mo ago
OtherSecurityService
Fix DNS CNAME verification: Normalize trailing dots for accurate comparison
snadjafinia·10mo ago
OtherSecurityService
Add comprehensive DNS verification implementation documentation
snadjafinia·10mo ago
OtherSecurityService
Implement real DNS CNAME verification using dnsjava library - replaces mock implementation with actual DNS lookups
snadjafinia·10mo ago
OtherInitializerService
Fix InitializerService: Set is enabled=true for users and remove invalid localhost:3000 도메인
snadjafinia·10mo ago
Otherkamo-internal
Wire Domain Management to backend: Full API integration, real-time DNS verification, 5 API proxy routes
snadjafinia·10mo ago
OtherSecurityService
Add Domain Management: DomainController with 10 REST endpoints, database migration script, and implementation docs
snadjafinia·10mo ago
Otherkamo-shared-library
도메인 관리 DTO (DomainDTO, CreateDomainRequest, UpdateDomainRequest, DnsStatusDTO, CreateDomainAliasRequest) 추가
snadjafinia·10mo ago
Featurekamo-internal
Add authentication middleware to auto-redirect unauthenticated users to /logout
snadjafinia·10mo ago
Fixkamo-internal
Correct framer-motion import path from motion/react to framer-motion
snadjafinia·10mo ago
Featurekamo-internal
Add feature-rich floating AI chat assistant with drag, resize, minimize, and maximize
snadjafinia·10mo ago
RefactorSecurityService
Move diagnostics endpoint to /api/security/diagnostics for consistency
snadjafinia·10mo ago
Fixkamo-internal
Add default value for usagePercent comparison in SystemDiagnostics
snadjafinia·10mo ago
Fixkamo-internal
Add default value for usagePercent to handle undefined
- Changed usagePercent > 80 to (usagePercent || 0) > 80 - Prevents TypeScript error when usagePercent is possibly undefined - Defaults to 0 if undefined, showin...
snadjafinia·10mo ago
Fixkamo-internal
Remove remaining Grid tags causing syntax error
- Fixed lines 518-527 that still had Grid container/item tags - Replaced with Box + CSS Grid for 2-column layout - All Grid references now removed from SystemDi...
snadjafinia·10mo ago
Fixkamo-internal
Replace all MUI Grid components with Box and CSS Grid
- Removed Grid2 import (module doesn't exist in this MUI version) - Replaced all Grid containers with Box + CSS Grid layout - Used gridTemplateColumns with resp...
snadjafinia·10mo ago
October 17, 2025
Fixkamo-internal
Use Grid2 for proper MUI Grid component support
- Changed Grid import to use @mui/material/Unstable_Grid2 - Fixes TypeScript error: Grid item prop not recognized - Grid2 properly supports item, xs, md, lg pro...
snadjafinia·10mo ago