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 28, 2025
FeatureKlusterServices

Add Traefik deployment with CRDs and RBAC

snadjafinia·10mo ago
October 25, 2025
October 24, 2025
Featurekamo-internal

Implement god mode toggle in NavTop

Backend changes (app/api/user-info/route.ts): - Read GD field from Redis session data - Map to isGod in API response Frontend changes (app/hooks/useUserInfo.ts...

snadjafinia·10mo ago
FeatureSecurityService

Implement god mode permission in sessions

Changes to SecurityController: - Query is_god field from users table during login - Pass isGod to kSessionService.createSession Changes to KSessionService: - A...

snadjafinia·10mo ago
Featurekamo-shared-library

Add isGod field to User.java for god mode permission

- Add is_god column with database default false - Field indicates if user can access god mode toggle in UI - Used in SecurityService session creation to populat...

snadjafinia·10mo ago
FeatureSecurityService

Add titleShort to organization API response

- Added titleShort field to /org/domain/{domain} endpoint response - Enables frontend to display organization's short name in UI - Used in session expiration wa...

snadjafinia·10mo ago
Featurekamo-internal

Dynamically show org short name in session warning

- Added titleShort property to Organization class - Updated SessionExpirationWarning to use organization's short name - Changed text from 'Kamo applications' to...

snadjafinia·10mo ago
Featurekamo-internal

Double-check Redis before showing session warning

- Always verify Redis TTL right before showing expiration warning - Prevents false warnings if another Kamo app extended the session - Ensures warning popup onl...

snadjafinia·10mo ago
FeatureSecurityService

Implement sliding session expiration - CRITICAL SESSION FIX

- Refresh Redis TTL on every session access (sliding expiration) - Sessions now stay alive as long as user is active in ANY Kamo app - Change Redis key prefix f...

snadjafinia·10mo ago
Featurekamo-internal

Integrate session debug functionality into root dashboard

snadjafinia·10mo ago
Featurekamo-internal

Read timezone from *** cookie instead of making API calls

snadjafinia·10mo ago
Featurekamo-register

Auto-enable nickname field when clicking on disabled textbox

snadjafinia·10mo ago
FeatureSecurityService

Add endpoints for name prefixes and suffixes

snadjafinia·10mo ago
Featurekamo-shared-library

Add NamePrefixType and NameSuffixType enums with international titles

snadjafinia·10mo ago
Featurekamo-register

Complete redesign of sorry page with modern, polished UI

snadjafinia·10mo ago
FeatureSecurityService

Add countries endpoint to return list with banned status

snadjafinia·10mo ago
Featurekamo-register

Age Check improvements and Passport ID enhancements

snadjafinia·10mo ago
October 23, 2025
Featurekamo-register

Modernize Personal Info component and button styling

PERSONAL INFO MODERNIZATION: - Remove card wrapper for cleaner, integrated look - Update header to use var(--color-primary) from globals.css - Increase icon siz...

snadjafinia·10mo ago
Featurekamo-register

Dynamic Member Alias/E-Mail mode and UI improvements

HEADER UPDATES: - Change title from 'Create KamoCRM Passport' to 'Join {OrganizationName}' - Update sign-in text to 'Already have a {Organization Name} member?'...

snadjafinia·10mo ago
Featurekamo-register

Implement comprehensive country-based ATF verification and slide reordering

MAJOR CHANGES: - Rename FormWelcome to FormAgeCheck component - Reorder registration flow: MyCountry first (step 0), AgeCheck second (step 1) - Bump all other s...

snadjafinia·10mo ago
FeatureSecurityService

Return organization ATF fields in org/domain endpoint

- Return isAlcohol, isTobacco, isFirearms boolean flags - Enable frontend to check content against user country restrictions - Support dynamic ATF text generati...

snadjafinia·10mo ago
Featurekamo-shared-library

Add IS_ALCOHOL, IS_TOBACCO, IS_FIREARMS fields to Organization

- Add isAlcohol boolean field (nullable=false, default false) - Add isTobacco boolean field (nullable=false, default false) - Add isFirearms boolean field (null...

snadjafinia·10mo ago
Featurekamo-register

Implement country-specific legal ages and dynamic ATF text

- Update CountryType to include legalAdultAge, legalAtfAge, legalAtfCategories - Dynamically display age requirements based on country (18, 19, 21, etc.) - Gene...

snadjafinia·10mo ago
FeatureSecurityService

Include country legal ages in organization endpoint

- Return country date format and separator in org/domain endpoint - Include legalAdultAge, legalAtfAge, and legalAtfCategories - Enable frontend to dynamically ...

snadjafinia·10mo ago
Featurekamo-shared-library

Add legal age fields and ATF categories to CountryType

- Add legalAdultAge field for adult content verification - Add legalAtfAge field for alcohol/tobacco/firearms age requirements - Add legalAtfCategories field to...

snadjafinia·10mo ago
Featurekamo-register

Align XXX/ATF buttons left-right and add meaningful icons

- Change button layout from centered to space-between (left and right alignment) - Add ExitToApp icon to EXIT button (startIcon on left) - Add VerifiedUser icon...

snadjafinia·10mo ago
Featurekamo-register

Update sorry page buttons to Go Back and Exit Website

- Change Home button to Exit Website with error color styling - Implement window.close() functionality to close tab/window - Add fallback to redirect to about:b...

snadjafinia·10mo 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