Live Change Log

See what we're building, in real-time. Every feature, fix, and improvement shipped across the platform.

17,978
Total Changes
4,641
Features
4,556
Fixes
32
Projects
Filter by project
All Projects17,978AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService385InitializerService301KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,527TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,596kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,326kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs230Feature4,641Fix4,556Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
October 19, 2025
October 18, 2025
FixSecurityService

Add session configuration for Redis in k8s config

snadjafinia·10mo ago
FixSecurityService

Use ProxySQL for MySQL and read/write split for Redis

snadjafinia·10mo ago
FixSecurityService

Use correct master DB/Redis IP (10.8.0.1) in k8s config

snadjafinia·10mo ago
Fixkamo-shared-library

Use getTitle() instead of getName() for Organization

snadjafinia·10mo ago
Fixkamo-internal

Route diagnostics API calls through APIService gateway

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
Fixkamo-internal

Replace any types with proper interfaces in SystemDiagnostics

- Replaced all 'any' types with detailed TypeScript interfaces - Removed unused WarningIcon import - Removed unused getStatusColor and getStatusIcon helper func...

snadjafinia·10mo ago
FixSecurityService

Correct Redis ping() method call in DiagnosticsController

- Changed **************** to connection.ping() - RedisConnection.ping() is the correct API method - Fixes compilation error on lines 302 and 473 Resolves buil...

snadjafinia·10mo ago
Fixkamo-login

Pass re*** build args in Forgejo workflow

- Added build-args to docker/build-push-action with re*** site key - NEXT_PUBLIC_* env vars now properly baked into JavaScript bundle - This enables re*** funct...

snadjafinia·10mo ago
Fixkamo-login

Add build args support for NEXT_PUBLIC environment variables

- Added ARG declarations for NEXT_PUBLIC_RE***_SITE_KEY and related vars - Converted ARGs to ENV vars for Next.js build process - Created BUILD_ARGS_REQUIRED.md...

snadjafinia·10mo ago
Fixkamo-shared-library

Add parent-child domain concatenation to OrganizationRepository

- Updated findByDomain query to handle subdomain + parent concatenation - Now supports both direct matches (localhost) and hierarchical matches (login.kamocrm.c...

snadjafinia·11mo ago
Fixkamo-login

Forward X-Forwarded-Host header to SecurityService providers endpoint

- Added X-Forwarded-Host header when calling /api/security/providers - SecurityService requires this header to determine which organization to fetch providers f...

snadjafinia·11mo ago
Fixkamo-login

Restore white text color on Welcome Back section

- Added explicit color styling (sx={{ color: '#ffffff' }}) to Typography components - Material-UI was overriding the text-white class with default colors - Ensu...

snadjafinia·11mo ago
Fixkamo-shared-library

Correct timestamp field names in ExternalAuthProviderDTO

- Changed getCreatedAt() to getDateCreated() - Changed getUpdatedAt() to getDateUpdated() - Changed from LocalDateTime to Date to match EmbRecordState - EmbReco...

snadjafinia·11mo ago
October 16, 2025

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing