Live Change Log

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

17,966
Total Changes
4,633
Features
4,554
Fixes
32
Projects
Filter by project
All Projects17,966AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService383InitializerService300KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,526TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,589kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,325kamo-signer-monorepo50kamolos102
Filter by type
All TypesBuild24CI523Chore670Docs228Feature4,633Fix4,554Other6,781Performance136Refactor274Revert23Style48Test71Upgrade1
November 27, 2025
Featurekamo-login

Add USERNAME and REMEMBER_ME cookies with domain-specific settings

- Set USERNAME cookie when remember me is checked on successful login (1 year expiration) - Clear USERNAME cookie when remember me is unchecked on any login att...

snadjafinia·9mo ago
November 26, 2025
Otherkamo-login

Update hidden username field to use formKey for remount

- Add key to hidden username input to force remount after logout - Ensures all username-related fields are completely fresh after logout

snadjafinia·9mo ago
Otherkamo-login

Force form remount after logout to prevent browser autofill

- Add formKey state that changes after logout to force component remount - Change TextField key to include formKey - Change motion.div key to include formKey - ...

snadjafinia·9mo ago
Otherkamo-login

Use randomized field names to prevent browser autofill recognition

- Generate random suffix for username field names on each page load - Prevents browser from recognizing field as same one across page loads - Combined with auto...

snadjafinia·9mo ago
Otherkamo-login

Prevent browser autofill from restoring old username after logout

- Change autocomplete from 'username' to 'off' on username field - Change form autocomplete from 'on' to 'off' - Clear username and password state when coming f...

snadjafinia·9mo ago
Otherkamo-login

Delete ALL cookies indiscriminately during logout

- Delete all cookies on kamo-login logout page (client-side) - Delete all cookies on kamo-login logout API (server-side) - Clear localStorage and sessionStorage...

snadjafinia·9mo ago
Otherkamo-login

Clear session data before deleting key in logout endpoint

- Set session data to empty JSON before deleting the key - Ensures session is unusable even if deletion fails or there's replication lag - Add error handling wi...

snadjafinia·9mo ago
Otherkamo-login

Clear existing *** cookies before setting new one during login

- Clear all possible *** cookie variations (base domain, hostname, no domain) - Prevents reusing old session cookies from previous logins - Ensures new login al...

snadjafinia·9mo ago
Otherkamo-login

Fix logout: call SecurityService logout endpoint to fully invalidate session

- Call SecurityService /api/security/logout to properly invalidate session on Java backend - This ensures session is deleted, CSRF tokens are removed, and sessi...

snadjafinia·9mo ago
Otherkamo-login

Fix logout flow: clear cookies but still attempt auto-login

- Remove skipAutoLogin logic (auto-login should always work) - Add clearCookies param to logout redirect - Login page clears cookies when clearCookies=true, the...

snadjafinia·9mo ago
Otherkamo-login

Fix logout issue: prevent auto-login after logout

- Add skipAutoLogin query parameter to logout redirect - Skip auto-login check when skipAutoLogin=true is present - Enhanced cookie clearing on logout (multiple...

snadjafinia·9mo ago
November 3, 2025
Fixkamo-login

Force-terminate stuck pods faster

snadjafinia·10mo ago
October 29, 2025
Chorekamo-login

Update session and redis configuration

snadjafinia·10mo ago
Fixkamo-login

Remove unused helper functions from Theme.tsx

snadjafinia·10mo ago
Otherkamo-login

Update Redis to use redis.kamo.svc.cluster.local

snadjafinia·10mo ago
October 28, 2025
Fixkamo-login

Replace mysql-auth secret with ***

snadjafinia·10mo ago
CIkamo-login

Trigger pipeline for CockroachDB migration

snadjafinia·10mo ago
CIkamo-login

Trigger build

snadjafinia·10mo ago
CIkamo-login

Retry after runner restart

snadjafinia·10mo ago
Fixkamo-login

Replace old IP 10.8.1.1 with k1m1 in kubeconfig

snadjafinia·10mo ago
Fixkamo-login

Use system kubectl, remove PATH workarounds

snadjafinia·10mo ago
Fixkamo-login

Configure buildx to use HTTP for insecure registry

snadjafinia·10mo ago
CIkamo-login

Trigger build after docker permissions fix

snadjafinia·10mo ago
Fixkamo-login

Add Docker Buildx setup to workflow

snadjafinia·10mo ago
CIkamo-login

Trigger build

snadjafinia·10mo ago
CIkamo-login

Trigger build

snadjafinia·10mo ago
CIkamo-login

Trigger build

snadjafinia·10mo ago
CIkamo-login

Retry with corrected registry credentials

snadjafinia·10mo ago
CIkamo-login

Retry with updated registry password

snadjafinia·10mo ago
CIkamo-login

Retry after runner restart

snadjafinia·10mo ago
CIkamo-login

Retry build

snadjafinia·10mo ago
CIkamo-login

Trigger build with updated registry secret

snadjafinia·10mo ago
CIkamo-login

Retry build after network error

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

Trigger pipeline

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 18, 2025
CIkamo-login

Disable K2M1 deployment - server is down

snadjafinia·10mo ago
Stylekamo-login

Update link colors to use global CSS primary colors

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

Add floating orbs and apply modern gradients to recover page

Login Page Enhancements: - Added two floating orbs with independent animations - Orbs float vertically and horizontally with scale effects - Heavily blurred for...

snadjafinia·10mo ago
Featurekamo-login

Modernize Welcome Back section with polished gradients

- Replaced solid background with sophisticated 135deg gradient using primary colors - Added animated radial gradient overlay that pulses subtly (8s loop) - Adde...

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

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