Live Change Log

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

17,922
Total Changes
4,609
Features
4,537
Fixes
32
Projects
Filter by project
All Projects17,922AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService372InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,574kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs226Feature4,609Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
October 28, 2025
FixKlusterServices

Skip Traefik deployment until CRDs are installed

snadjafinia·10mo ago
FixKlusterServices

Use k1m1 and k2m1 short hostnames, add validation skip

snadjafinia·10mo ago
FixKlusterServices

Use full path for kubectl in install step

snadjafinia·10mo ago
October 25, 2025
Fixkamo-internal

Resolve session timeout warning popup closure bug in SessionManager

- Fixed React closure bug causing inconsistent warning popup behavior - Added useRef hooks to maintain access to latest state in callbacks - Implemented useCall...

snadjafinia·10mo ago
October 24, 2025
Fixkamo-internal

God mode global state + session expiration at zero verification

1. God Mode State (useUserInfo hook): - Move isGodMode to GLOBAL state in hook (not local to NavTop) - Export isGodMode, setIsGodMode for all components ...

snadjafinia·10mo ago
Fixkamo-internal

Move god mode state to global useUserInfo hook

BREAKING FIX: Properly separates isGod and isGodMode Architecture (as intended): - isGod: Permission from session (GD field) - Can user access god mode? - isGo...

snadjafinia·10mo ago
Fixkamo-internal

God mode toggle state and add fire icon

Bug fix: - God Mode switch was using isGodModeActive() from hook for 'checked' prop - But onChange was calling setGodModeActive (local state) - This created a d...

snadjafinia·10mo ago
Fixkamo-login

Set *** cookie on login.* domain for auto-login

BREAKING: Enables auto-login when user has valid session Before: *** cookie only created on internal.* domain after OTK validation After: *** cookie created on...

snadjafinia·10mo ago
Fixkamo-internal

Ensure all session expirations go through /logout endpoint

BREAKING: Fixes improper session expiration flow Before: Various components redirected directly to login site when sessions expired After: All redirects go thr...

snadjafinia·10mo ago
FixSecurityService

Remove remaining KTokenSessionService reference in refresh-token endpoint

- Updated /refresh-token endpoint to use **************** - Removed unused KToken import - Changed endpoint to extend session TTL instead of refreshing KToken o...

snadjafinia·10mo ago
Fixkamo-internal

Add missing properties to SessionInfo interface

- Added userId, orgId, memberId, tokenExpiration to SessionInfo - These fields are returned by backend getSessionInfo() method - Fixes TypeScript build error in...

snadjafinia·10mo ago
FixSecurityService

Remove problematic timezone endpoint and duplicate getSessionIdFromCookie

- Removed **************** endpoint (no longer needed, timezone is in *** cookie) - Removed duplicate getSessionIdFromCookie method that was causing compilation...

snadjafinia·10mo ago
Fixkamo-internal

Add missing Button import to page.tsx

snadjafinia·10mo ago
Fixkamo-internal

Migrate Grid component to Grid2 for MUI compatibility

snadjafinia·10mo ago
Fixkamo-register

Add missing ioredis dependency for redis integration

snadjafinia·10mo ago
FixSecurityService

Add missing List import in RecoveryController

snadjafinia·10mo ago
Fixkamo-register

Remove duplicate 'Ocean' key in BACKGROUND_COLORS array

snadjafinia·10mo ago
Fixkamo-register

Resolve React hydration error in login URL

snadjafinia·10mo ago
Fixkamo-register

Update Dockerfile to handle missing package-lock.json

snadjafinia·10mo ago
October 23, 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