Live Change Log

لنرى ما نبنيه في الوقت الحقيقي كُلّ سمة، تَثبّتُ، وتَحسّنُ شُحنتْ عبر الرصيفِ.

17,864
مجموع التغييرات
4,580
المعالم
4,512
Fixes
32
المشاريع
عرض حسب المشروع
جميع المشاريع17,864AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,552kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
الأفلام حسب النوع
جميع الأنواعBuild24CI522Chore670Docs226Feature4,580Fix4,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; safe default

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

تنفيذ فترة انتهاء الدورة - الدورة السادسة للجنة استعراض تنفيذ الاتفاقية

- إعادة تجديد نظام " ريديس " في كل دورة من دورات الوصول (إنهاء الصلاحية) - تبقى الجلسات الآن على قيد الحياة ما دام المستخدم نشطاً في تطبيق (آني كامو) - تغيير مأ...

snadjafinia·10mo ago
FeatureSecurityService

إضافة نقاط نهاية للأسماء

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 functionity

- إنشاء ICalService for RFC 5545 iCalendar format support - تنفيذ عملية التصدير التقويمي لشكل الملفات - تنفيذ وظيفة واحدة للتصدير - أضف واردات ايكال من الملفات ...

snadjafinia·10mo ago
FeatureSecurityService

يضاف إلى الجدول الزمني لسيرفتشية المعلومات الأساسية التلقائية

- وضع الجدول الزمني لسيرفيك مع المهام المقررة - إضافة التزامن التلقائي كل 5 دقائق للتكامل الممكّن - إجراء فحص متزامن ذكي على أساس أفضليات المستعملين - يضاف تجدي...

snadjafinia·10mo ago
FeatureSecurityService

تنفيذ جدول غوغل وتوقعات ميكروسوفت

- يضاف GoogleCalendarService with full OAuth flow andقوي - إضافة MicrosoftOutlookService with Microsoft Graph API integration - تنفيذ التبادل المكشوف وإعادة الت...

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

إضافة إلى التثبيت لعرقلة تغيير دور الجميع

- إضافة شيك للحماية في نقطة النهاية المستكملة - إضافة شيك للحماية في نقطة النهاية - العودة 403 محظورة عند محاولة تعديل الأدوار المحمية -مجال الشيكات هو (أولوديل...

snadjafinia·11mo ago
October 15, 2025

مثل ما ترى الشحن؟?

كل واحد من هذه تحديثات الأراضي في مكان عملك تلقائيا. ابدأوا بالمجان وشاهدوها تنمو بعد أسبوع.

ابدأوا حراً للأبدخصخصة الفيو