Live Change Log

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

17,905
Total Changes
4,602
Features
4,528
Fixes
32
Projects
Filter by project
All Projects17,905AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService369InitializerService299KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,566kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs226Feature4,602Fix4,528Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
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
Featurekamo-register

Add EXIT and ENTER buttons for XXX_RATED and ATF_ONLY age verification

- Remove birth date input forms for XXX_RATED and ATF_ONLY - Add EXIT button that redirects to sorry page - Add ENTER button with age confirmation (18 for XXX, ...

snadjafinia·10mo ago
Featurekamo-register

Enhance age verification with modernized date inputs and comprehensive validation

- Add polished, card-based date input UI with visual feedback - Implement comprehensive date validation (valid ranges, actual calendar dates, not future) - Show...

snadjafinia·10mo ago
Featurekamo-register

Implement comprehensive age verification system with country-specific date formats

- Add WORLD_WIDE_BAN to AgeReqType enum - Update CountryType with date format and separator properties - Create /sorry page for age restriction redirects - Comp...

snadjafinia·10mo ago
FeatureSecurityService

Add registration and org domain endpoints for age verification

snadjafinia·10mo ago
Featurekamo-shared-library

Add date format and separator fields to CountryType enum

snadjafinia·10mo ago
FeatureAPIService

Add domain-agnostic IngressRoute for api subdomain

snadjafinia·10mo ago
Featurekamo-register

Add domain-agnostic IngressRoute for register subdomain

snadjafinia·10mo ago
Featurekamo-internal

Add domain-agnostic IngressRoute for internal subdomain

snadjafinia·10mo ago
Featurekamo-login

Add domain-agnostic IngressRoute for automatic SSL and routing

- Added k8s/ingressroute.yaml with HostRegexp pattern for login subdomain - Updated CI/CD to deploy IngressRoute automatically - Enables Cloudflare-like automat...

snadjafinia·10mo ago
October 19, 2025
Featurekamo-internal

Add themed colors and background logo to calendar page

snadjafinia·10mo ago
Featurekamo-internal

Add OAuth configuration management UI for multi-tenant system

- Create OAuth App Configurations settings page at /settings/integrations - Add UI for managing OAuth credentials per organization - Support Google Calendar, Mi...

snadjafinia·10mo ago
FeatureSecurityService

Implement multi-tenant OAuth configuration system

- Update GoogleCalendarService to fetch OAuth credentials from database per organization - Update MicrosoftOutlookService to use database-driven OAuth configs -...

snadjafinia·10mo ago
Featurekamo-shared-library

Add multi-tenant OAuth configuration system

- Create OAuthAppConfiguration entity for storing OAuth credentials per organization - Add OAuthAppConfigurationRepository with comprehensive queries - Support ...

snadjafinia·10mo ago
FeatureSecurityService

Add iCal export and import functionality

- Create ICalService for RFC 5545 iCalendar format support - Implement calendar export to .ics file format - Implement single event export functionality - Add i...

snadjafinia·10mo ago
Featurekamo-internal

Add recurring events and enhanced event creation

- Add recurring event support in EventModal - Implement recurrence frequency selection (daily, weekly, monthly, yearly) - Add recurrence interval and occurrence...

snadjafinia·10mo ago
Featurekamo-internal

Add search and filtering functionality to calendar

- Create CalendarSearchBar component with search input and filter popover - Add calendar-specific filtering (show/hide specific calendars) - Implement privacy f...

snadjafinia·10mo ago
FeatureSecurityService

Add CalendarSyncService for automatic background synchronization

- Create CalendarSyncService with scheduled tasks - Add automatic sync every 5 minutes for enabled integrations - Implement smart sync frequency checking based ...

snadjafinia·10mo ago
FeatureSecurityService

Implement Google Calendar and Microsoft Outlook OAuth integrations

- Add GoogleCalendarService with full OAuth flow and calendar sync - Add MicrosoftOutlookService with Microsoft Graph API integration - Implement token exchange...

snadjafinia·10mo ago
Featurekamo-internal

Add Third-Party Integrations page and replace Login & Security

- Create ThirdPartyIntegrationsTab component with modern UI - Replace Login & Security tab with Third-Party Integrations in user settings - Add integration mana...

snadjafinia·10mo ago
Featurekamo-internal

Add comprehensive calendar system UI

- Add Calendar button to top navigation bar - Create TypeScript types for calendar system (events, calendars, integrations) - Implement calendar page with 4 vie...

snadjafinia·10mo ago
FeatureSecurityService

Add Calendar and ThirdPartyIntegration controllers

- Add CalendarController with full CRUD operations for calendars and events - Add event search, date range filtering, and event management endpoints - Add Third...

snadjafinia·10mo ago
Featurekamo-shared-library

Add comprehensive calendar and third-party integration entities

- Add CalendarEvent entity with full event management support - Add UserCalendar entity for user-specific calendars - Add CalendarIntegration entity for externa...

snadjafinia·10mo ago
FeatureSecurityService

Add ingress route for notes API endpoints

snadjafinia·10mo ago
October 18, 2025
Featurekamo-internal

Complete domain ownership verification system with modern UI

snadjafinia·10mo ago
Featurekamo-shared-library

Add domain ownership verification system with TXT record validation

snadjafinia·10mo ago
Featurekamo-internal

Improve domain duplicate error handling and user feedback

snadjafinia·10mo ago
FeatureSecurityService

Improve domain duplicate error messages for better UX

snadjafinia·10mo ago
Featurekamo-internal

Integrate SystemDiagnostics into Session Debug Dashboard

snadjafinia·10mo ago
October 17, 2025
Featurekamo-internal

Add comprehensive System Diagnostics dashboard to Settings

New Features: - Added 'System Diagnostics' tab to Settings page with 4 subtopics - Created SystemDiagnostics component with real-time monitoring - Added API pro...

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