Mabadiliko ya Tabianchi

Kuona nini sisi ni kujenga katika muda halisi. Kila kipengele, kurekebisha, na kuboresha kusafirishwa kwenye jukwaa.

17,865
Mabadiliko ya Jumla
4,581
Features ya
4,512
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI522Chore670Docs226Feature4,581Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
March 11, 2026
Otherkamo-login

Revert "fix: set *** cookie domain to .kamocrm.com for cross-subdomain sharing"

This reverts commit ****************

Kamo·6mo ago
March 9, 2026
Otherkamo-login

Fix background scrolling issue on home page

- Made main container background transparent to prevent white background from covering fixed background image - Changed background image from fixed attachment t...

Kamo·6mo ago
December 16, 2025
December 12, 2025
November 27, 2025
Otherkamo-login

Add logging for rememberMe value and type conversion

- Add type conversion for rememberMe to handle string/boolean/number - Add detailed logging to trace cookie setting logic - Log rememberMe value and type to deb...

snadjafinia·9mo ago
Otherkamo-login

Add comprehensive logging for USERNAME and REMEMBER_ME cookie operations

- Add detailed logging for cookie reading on page load - Add logging to verify cookies are set after login response - Add Set-Cookie header logging in login API...

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
October 29, 2025
Otherkamo-login

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

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

Revert "feat: Disable login form after successful authentication to prevent duplicate submissions"

This reverts commit ****************

snadjafinia·10mo ago
October 16, 2025
October 14, 2025
Otherkamo-login

Add playful shake animation and light red background to password field on error

- Add passwordError state to track incorrect login attempts - Implement smooth shake animation with horizontal movement and rotation - Transition background col...

snadjafinia·11mo ago
Otherkamo-login

Fix SSR build error and modernize logout page design

- Fix 'window is not defined' error during build by adding mounted state - Enhance logo container with 3D rotation and glassmorphism effects - Upgrade typograph...

snadjafinia·11mo ago
Otherkamo-login

CRITICAL FIX: Remove endpoints that were consuming OTK prematurely

Root Cause Found: - /api/validate and /api/validate-otk in kamo-login were calling SecurityService - This consumed the OTK IMMEDIATELY after login (before user ...

snadjafinia·11mo ago
Otherkamo-login

Fix ESLint error: Use checkingExistingSession state

Fix: - Show loading spinner while checking for existing *** session - Hide login form during auto-login check - Provides better UX (user sees 'Checking session....

snadjafinia·11mo ago
Otherkamo-login

Add missing Redis library for auto-login and logout endpoints

Fix Build Error: - Create app/lib/redis.ts with read/write Redis client helpers - Provides getRedisReadClient() and getRedisWriteClient() - Required by /api/aut...

snadjafinia·11mo ago
Otherkamo-login

Implement SSO auto-login and complete logout flow

Auto-Login Feature: - Check for existing *** cookie on login page load - Validate session with Redis directly - If valid, create new OTK and auto-redirect to in...

snadjafinia·11mo ago
October 13, 2025
Otherkamo-login

Remove unused getCookie function comment

kamo·11mo ago
Otherkamo-login

Remove AuthorizationService dependencies, switch to SecurityService

- Remove complex AuthorizationService authentication logic and domain redirects - Replace OAuth2 provider detection with SecurityService API call - Keep OAuth2 ...

kamo·11mo ago
October 10, 2025
Otherkamo-login

Fix Redis connection and update CI/CD workflow

- Update workflow to use existing k8s manifests instead of inline generation - Fix Redis hostname fallback from 'redis' to **************** - Convert ConfigMap ...

kamo·11mo ago
Otherkamo-login

Fix K2M1 TLS certificate verification error

kamo·11mo ago
October 3, 2025
Otherkamo-login

Initial commit for Login project

kamo·11mo ago
September 27, 2025
Otherkamo-login

Initial commit for kamo-login project

kamo·11mo ago
September 23, 2024
Otherkamo-login

Initial commit from Create Next App

sajon.nadjafinia·Sep 23, 2024

Je, unaona nini kuhusu usafiri?

Kila moja ya hizi updates ardhi katika nafasi yako ya kazi moja kwa moja. Kuanza bure na kuangalia kukua wiki baada ya wiki.

Kuwa Huru MileleMtazamo wa bei