Live Change Log

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

18,042
Total Changes
4,671
Features
4,589
Fixes
32
Projects
Filter by project
All Projects18,042AIService114APIService140BillingService133ConversionService87DaemonService109DocsService191ESigService80EmailService392InitializerService304KBService76KlusterServices550MCPGatewayService45MediaService466RAGService63SecurityService1,532TranslateService47VOIPService175VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,606kamo-login319kamo-marketing590kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,332kamo-signer-monorepo50kamolos104
Filter by type
All TypesBuild24CI523Chore670Docs231Feature4,671Fix4,589Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
March 16, 2026
Fixkamo-internal

Open doc editor tab synchronously to avoid popup blocker

window.open() after an async fetch is blocked by browsers because it's no longer in the user-gesture context. Open a blank tab immediately on click, then naviga...

kamo·6mo ago
Fixkamo-internal

Add DOCS_EDITOR to fallback org features in layout and API route

The layout's server-side org fetch often uses the fallback org (no auth context during SSR), which was missing DOCS_EDITOR. This prevented the New Document butt...

kamo·6mo ago
FeatureInitializerService

Enable DOCS_EDITOR feature for all mock organizations

Kamo·6mo ago
FixDocsService

Remove COPY .mvn/ from Dockerfile to fix CI build

The .mvn directory was empty and untracked, causing builds to fail. Maven is already provided by the base image.

Kamo·6mo ago
FixInitializerService

Enable Hibernate schema auto-creation for email_metadata

Add **************** property so Hibernate creates missing PostgreSQL schemas before creating tables.

Kamo·6mo ago
FeatureDocsService

Add OTK auth, org-branded WOPI, cached MinIO client

- WopiController: look up org title from JWT orgId claim for dynamic BrandName ("{orgTitle} Docs") in CheckFileInfo response - DocumentController: require OTK...

Kamo·6mo ago
RevertEmailService

Restore ddl-auto to none

Kamo·6mo ago
FixEmailService

Change ddl-auto from none to update for auto schema management

Hibernate was not creating the email_metadata schema and conversations table because ddl-auto was set to none in the k8s configmap.

Kamo·6mo ago
Featurekamo-internal

Add New Document button to NavTop with DocsService integration

Adds DOCS_EDITOR app type (ID 16), NewDocumentButton component with document type picker popover, API proxy route for DocsService, and NavTop integration gated ...

kamo·6mo ago
FeatureAPIService

Add DocsService route mapping for /api/docs/*

Kamo·6mo ago
FixDocsService

Review fixes - dialect, error handling, CI/CD manifests

- Fix Hibernate dialect to CockroachDialect (matching K8s configmap) - Separate token validation from business logic in checkFileInfo - Add Docs and ingress man...

Kamo·6mo ago
FeatureKlusterServices

Add wopi-*** for DocsService

Adds WOPI JWT signing secret used by DocsService for Docs access tokens. Deployed to both K1M1 and K2M1 clusters.

Kamo·6mo ago
FeatureDocsService

Add Forgejo CI/CD workflow

Kamo·6mo ago
FeatureDocsService

Add Docs K8s deployment manifests

Kamo·6mo ago
FeatureDocsService

Add Kubernetes manifests

Kamo·6mo ago
FeatureDocsService

Add multi-stage Dockerfile

Kamo·6mo ago
FeatureDocsService

Add DocumentController with create endpoint

Kamo·6mo ago
CIEmailService

Trigger pipeline for shared library fix

Kamo·6mo ago
Fixkamo-shared-library

Use native query for markConversationRead to resolve Hibernate 6.2 type mismatch

CURRENT_TIMESTAMP in JPQL returns java.sql.Timestamp which doesn't match the Instant-typed updatedAt field. Native query with NOW() bypasses this.

Kamo·6mo ago
FeatureDocsService

Add WOPI lock service with Redis

Kamo·6mo ago
FeatureDocsService

Add WOPI JWT token service

Kamo·6mo ago
FeatureDocsService

Add CORS and security configuration

Kamo·6mo ago
FeatureDocsService

Add application.yml configuration

Kamo·6mo ago
FeatureDocsService

Add DocsServiceApplication main class

Kamo·6mo ago
ChoreDocsService

Initialize DocsService project

Kamo·6mo ago
Featurekamo-shared-library

Add DocumentRepository for DocsService

Kamo·6mo ago
Featurekamo-shared-library

Add Document entity for DocsService

Kamo·6mo ago
Featurekamo-shared-library

Add DOCS_EDITOR service type (ID 16)

Kamo·6mo ago
Otherkamo-analytics

Merge branch 'dev' of **************** into dev

Mike Cao·6mo ago
Otherkamo-analytics

Gate replays.

Mike Cao·6mo ago
Otherkamo-analytics

update calculations to Google's current web vitals spec

Francis Cao·6mo ago
March 15, 2026
CIEmailService

Trigger pipeline

Kamo·6mo ago
Fixkamo-shared-library

Use database-level timestamps instead of Instant.now()

Replace all @Builder.Default Instant.now() and @PreUpdate methods with @CreationTimestamp(source=DB) and @UpdateTimestamp(source=DB) so the database is the sing...

Kamo·6mo ago
RefactorEmailService

Migrate JPA entities and repos to kamo-shared-library

Entities and repositories moved to **************** in the shared library. All imports updated to reference shared lib.

Kamo·6mo ago
Featurekamo-shared-library

Add email metadata entities and repositories

Migrate JPA entities and repos from EmailService to shared library so KamoInitializerService can manage all schemas via ddl-auto.

Kamo·6mo ago
FixEmailService

Use native query for PostgreSQL text[] column in ConversationRepository

MEMBER OF is not supported by Hibernate for @JdbcTypeCode(ARRAY) fields. Switch to native SQL with ANY() for folder_ids array lookup.

Kamo·6mo ago
CIEmailService

Trigger pipeline

Kamo·6mo ago
March 14, 2026
Featurekamo-internal

Add search UI, virtual scrolling, IndexedDB caching, and offline mode

- Add SearchBar with operator autocomplete, saved/recent search suggestions - Add AdvancedSearchPanel with structured field-based query builder - Add VirtualMes...

kamo·6mo ago
FeatureEmailService

Add IMAP connection pool, search intelligence, and delta sync endpoints

- Add Apache Commons Pool2 keyed connection pool for IMAP Store reuse (3/account, 500 total, 10min idle eviction) - Migrate EmailImapService from ConcurrentHash...

Kamo·6mo ago
Featurekamo-internal

Add enterprise email organization — labels, filters, shortcuts, quick actions

Plans 2-3: conversation threading views, email API layer with zustand store, label picker, filter rule builder, smart folder modal, keyboard shortcuts with help...

kamo·6mo 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