บันทึกการเปลี่ยนแปลงชีวิต

ดูว่าเราจะสร้างอะไรในเรียลไทม์ ทุก ๆ ลักษณะ, การ ซ่อม, และ การ ปรับ ปรุง ต่าง ๆ จะ ถูก ส่ง ข้าม เวที.

17,933
เปลี่ยนแปลงทั้งหมด
4,614
คุณสมบัติต่าง ๆ
4,543
แก้ไข
32
โครงการ
กรองโดยโครงการ
ทุกโครงการ17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
กรองตามประเภท
ทุกประเภทBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
October 14, 2025
Otherkamo-login

FIX ทางวิชาชีพ: ลบจุดปลายที่บริโภค OTK ก่อนเวลาอันควรออกไป

ต้นตอ: - api/valiatedate and /api/validate-otk in kama-login กําลังเรียก รปภ. - นี้บริโภค OTK IMBEDIATEATELY หลังจากล็อกอิน (ก่อนผู้ใช้จะใช้งาน) ปูมบันทึกการรัก...

snadjafinia·11mo ago
Otherkamo-login

ข้อผิดพลาดในการแก้ไข: ใช้สถานะการเช็คค่า x

แก้ไขเมื่อ: - แสดงตัวปั่นเอกสารขณะตรวจสอบวาระงาน *** ที่มีอยู่ - ซ่อนแบบฟอร์มล็อกอินระหว่างการตรวจสอบอัตโนมัติ - ให้ข้อมูล UX ที่ดีกว่า (ดู 'วาระงาน'...' ข้อควา...

snadjafinia·11mo ago
Otherkamo-login

เพิ่มไลบรารี Redis ที่ขาดหายไปสําหรับ login อัตโนมัติ และล็อกเอาต์เอนด์

การซ่อมแซมผิดพลาด: - สร้างโปรแกรม/ Lib/rediscs โดยมีการอ่าน/ เขียนโปรแกรมช่วยเหลือลูกข่าย Redis - printments ได้รับ redisclient () และได้รับ rediscsClient () - ...

snadjafinia·11mo ago
Otherkamo-internal

Update logout flow to use direct Redis access

Logout Flow Changes: - /logout (page): DELETE Redis session via /api/logout, forward to login/logout - /api/logout: Direct Redis DELETE (no SecurityService call...

snadjafinia·11mo ago
Otherkamo-login

ระบบย่อย SSO ระบบบันทึกอัตโนมัติ และการไหลแบบสมบูรณ์

คุณสมบัติของปูมบันทึกอัตโนมัติ: - ตรวจสอบคุกกี้ที่มีอยู่แล้วบนหน้าล็อกอิน วาระงานตรวจสอบความถูกต้องกับ Redis โดยตรง - หากใช้ได้ ให้สร้างโปรแกรม OTK ตัวใหม่ และเ...

snadjafinia·11mo ago
Otherkamo-internal

FORCE REBUILD: Add extensive logging to /api/validate (Direct Redis)

Critical Change: - This endpoint does NOT call SecurityService - It queries Redis DIRECTLY for OTK validation - Extensive logging added to trace every step New...

snadjafinia·11mo ago
OtherSecurityService

Remove cookie-setting from /validate-otk endpoint

Simplification: - /validate-otk endpoint now only returns *** ID and TTL - No longer sets cookies (Next.js handles this directly) - Added getSessionTtlSeconds()...

snadjafinia·11mo ago
Otherkamo-internal

Make *** cookie client-accessible & validate OTK directly in Next.js

Major Simplifications: - *** cookie is now client-accessible (httpOnly: false) - Both Next.js and Java can read the cookie directly - Cookie expires in 30 minut...

snadjafinia·11mo ago
OtherSecurityService

Reduce *** ID length from 512 to 128 characters

Changes: - ***_ID_LENGTH: 512 -> 128 (64 bytes of entropy) - Updated all documentation and comments - Updated logging to show full 128-char ID - OTK length rema...

snadjafinia·11mo ago
Otherkamo-internal

Fix build error and change *** length to 128 chars

Build Fixes: - Escape apostrophe in validate page (') - Add searchParams dependency to useEffect *** Length Change: - Update expected *** length from 512 ...

snadjafinia·11mo ago
Otherkamo-internal

Add comprehensive debugging UI to validate page

- Show component render count and validation attempt count - Display OTK information and length validation - Show retrieved *** ID (512 chars) when successful -...

snadjafinia·11mo ago
OtherSecurityService

Increase *** ID length to 512 characters for enhanced security

- *** ID: 512-char hex string (256 bytes of secure random data) - OTK ID: 64-char hex string (32 bytes - unchanged) - Updated generateSecureHexString() to accep...

snadjafinia·11mo ago
Otherkamo-internal

Fix OTK validation duplicate calls issue

- Add useRef to track validation attempts - Prevent duplicate API calls (critical for one-time keys) - Change useEffect deps to empty array (run once on mount) ...

snadjafinia·11mo ago
Otherkamo-internal

Update OTK validation to use new *** session model

- Extract ***Id from JSON response body (not Set-Cookie header) - SecurityService now returns { success, message, ***Id } - Set *** cookie with 64-char GUID fro...

snadjafinia·11mo ago
OtherSecurityService

Implement new *** session model with 64-char GUID

- Add KSessionService for simplified session management - *** ID is now a 64-char hex string (not encoded KToken) - Redis key format: ***<64-char-guid> - Redis ...

snadjafinia·11mo ago
October 13, 2025
OtherSecurityService

Trigger rebuild with latest kamo-shared-library

snadjafinia·11mo ago
OtherAPIService

Trigger rebuild with latest kamo-shared-library

snadjafinia·11mo ago
Otherkamo-analytics

Card mode for tables.

Mike Cao·11mo ago
Otherkamo-login

แก้ไขสุดท้าย:

kamo·11mo ago
Otherkamo-login

ลบการอนุญาตสิทธิ์การขึ้นต่อกันระหว่างแพกเกจ, สลับไปยังความปลอดภัย

- ลบตรรกะการอนุญาตสิทธิ์แบบซับซ้อน - แทนที่ผู้ให้บริการ OAuth2 ด้วยการตรวจสอบความปลอดภัย API - เก็บปุ่ม OAuth2 สําหรับเครื่องหมายการค้าภาพแบบองค์กรเฉพาะ (ไม่มีก...

kamo·11mo ago
October 12, 2025
OtherSecurityService

Fix Redis configuration

- Remove SSL configuration (was causing type conversion error) - Remove password requirement for local redis-slave service - Set host to **************** (local...

kamo·11mo ago
OtherSecurityService

Fix database connection settings

- Update database URL to connect to 10.8.0.1:3306 directly - Change username from root to kamo - Update secret reference from root-password to DB_PASSWORD - Rem...

kamo·11mo ago
OtherSecurityService

Fix SecurityService deployment configuration

- Update ConfigMap with complete application.yml including database, Redis, and external service configs - Update Deployment to mount ConfigMap as application.y...

kamo·11mo ago
OtherAPIService

Trigger CI/CD workflow

kamo·11mo ago

เหมือนที่คุณเห็นการขนส่ง?

ทุก คน ที่ ได้ รับ การ ปรับ ปรุง เหล่า นี้ จะ ลง ไป ใน ที่ ทํา งาน ของ คุณ โดย อัตโนมัติ. เริ่มให้อิสระและดูมันเติบโตสัปดาห์แล้วสัปดาห์เล่า.

เริ่ม เป็น อิสระ ตลอด ไปแสดงพริ้นซ์