Live Change Log

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

17,918
Total Changes
4,606
Features
4,537
Fixes
32
Projects
Filter by project
All Projects17,918AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService372InitializerService300KBService74KlusterServices545MCPGatewayService43MediaService461RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,573kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,321kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs226Feature4,606Fix4,537Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
October 18, 2025
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·10mo 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·10mo 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·10mo 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·10mo ago
October 16, 2025
Fixkamo-internal

Prevent cell width adjustment by using fixed 180px width

- Outer container now has fixed width: 180px - Removed minWidth in favor of fixed width - Inner flex container handles content layout - No more width adjustment...

snadjafinia·11mo ago
Fixkamo-internal

Make timer update every second and add 'ago' suffix to elapsed time

- Timer now updates EVERY SECOND regardless of age (truly live) - calculateTimeAgo() uses currentTime state for real-time calculation - Added ' ago' suffix to a...

snadjafinia·11mo ago
Fixkamo-internal

Make timer truly live with constant recalculation and stabilize hover area

- Timer now recalculates on every render (truly live, no lag) - State updates trigger re-renders at smart intervals (1s to 1hr) - Fixed glitchy hover by adding ...

snadjafinia·11mo ago
Fixkamo-internal

Store and retrieve timezone from localStorage instead of API calls

- Updated validate route to fetch timezone from Redis session data - Store timezone in localStorage during validation - DateTimeDisplay now reads from localStor...

snadjafinia·11mo ago
Fixkamo-internal

Add user-info API route for timezone fetching

snadjafinia·11mo ago
October 15, 2025
Fixkamo-shared-library

Replace try-with-resources with manual close for OtkValidator

snadjafinia·11mo ago

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