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

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

17,865
เปลี่ยนแปลงทั้งหมด
4,581
คุณสมบัติต่าง ๆ
4,512
แก้ไข
32
โครงการ
กรองโดยโครงการ
ทุกโครงการ17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
กรองตามประเภท
ทุกประเภทBuild24CI522Chore670Docs226Feature4,581Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
November 25, 2025
FeatureSecurityService

Store avatar hash and extension in *** session data

- Added updateSession method to KSessionService for updating session fields - Updated setActiveAvatar to store userAvatarHash and userAvatarExtension in session...

snadjafinia·9mo ago
FeatureSecurityService

Include avatar URLs in member profile response

- Added helper methods to generate avatar URLs (getThemeDomain, getPublicBucketName, generateFileHash, getPublicBucketUrl, generateAvatarUrl) - Updated getMembe...

snadjafinia·9mo ago
FeatureSecurityService

Implement hash-based file storage for avatars

- Generate SHA-256 hash from avatar ID after persistence - Store hash in database fileHash field - Upload files to MinIO using hash-based naming: {hash}.{fileEx...

snadjafinia·9mo ago
November 24, 2025
November 23, 2025
FeatureSecurityService

Add avatar and background management endpoints

snadjafinia·9mo ago
FeatureSecurityService

Organize MinIO storage with folder structure and add Avatar Creator SVG support

- Updated storage paths to use organized folder structure: * members/avatars/photos/ for photo avatars * members/avatars/vector/ for Avatar Creator SVG avat...

snadjafinia·9mo ago
FeatureSecurityService

Add avatar, background, and member profile management endpoints

- Added AvatarController with CRUD operations for avatars (photo and Avatar Creator) - Added UserBackgroundController for managing user background images - Exte...

snadjafinia·9mo ago
November 4, 2025
FeatureSecurityService

Add detailed logging for WebSocket subscription requests

- Added logging to trace when subscribeToSession is called - Logs payload and sessionGuid extraction - Logs database lookup for session verification - Helps dia...

snadjafinia·10mo ago
FeatureSecurityService

Add typing indicator support via WebSocket

snadjafinia·10mo ago
October 30, 2025
FeatureSecurityService

Expose endpoints under /api/security/imaging to match gateway

snadjafinia·10mo ago
FeatureSecurityService

Parse upload metadata JSON; safer defaults

snadjafinia·10mo ago
October 28, 2025
FeatureSecurityService

Migrate to CockroachDB with secure mode

snadjafinia·10mo ago
October 24, 2025
FeatureSecurityService

Implement god mode permission in sessions

Changes to SecurityController: - Query is_god field from users table during login - Pass isGod to kSessionService.createSession Changes to KSessionService: - A...

snadjafinia·10mo ago
FeatureSecurityService

Add titleShort to organization API response

- Added titleShort field to /org/domain/{domain} endpoint response - Enables frontend to display organization's short name in UI - Used in session expiration wa...

snadjafinia·10mo ago
FeatureSecurityService

Implement sliding session expiration - CRITICAL SESSION FIX

- Refresh Redis TTL on every session access (sliding expiration) - Sessions now stay alive as long as user is active in ANY Kamo app - Change Redis key prefix f...

snadjafinia·10mo ago
FeatureSecurityService

Add endpoints for name prefixes and suffixes

snadjafinia·10mo ago
FeatureSecurityService

Add countries endpoint to return list with banned status

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

Add registration and org domain endpoints for age verification

snadjafinia·10mo ago
October 19, 2025
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
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
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
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
FeatureSecurityService

Add ingress route for notes API endpoints

snadjafinia·10mo ago
October 18, 2025
FeatureSecurityService

Improve domain duplicate error messages for better UX

snadjafinia·10mo ago
October 17, 2025
FeatureSecurityService

Add comprehensive diagnostics controller for session debug dashboard

New endpoints: - GET /api/diagnostics/info - Complete system diagnostics - GET /api/diagnostics/health - Quick health check - GET /api/diagnostics/sessions - Re...

snadjafinia·10mo ago
FeatureSecurityService

Add GET /api/security/providers endpoint

- Added endpoint to return enabled external auth providers for an organization - Determines organization from request hostname (X-Forwarded-Host header) - Queri...

snadjafinia·10mo ago
October 16, 2025
FeatureSecurityService

Add backend validation to block Everyone role modifications

- Added protection check in updateRole endpoint - Added protection check in deleteRole endpoint - Returns 403 Forbidden when attempting to modify protected role...

snadjafinia·11mo ago
FeatureSecurityService

Add timezone to *** session data and user info endpoint

snadjafinia·11mo ago
October 15, 2025

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

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

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