Live Change Log

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

17,865
مجموع التغييرات
4,581
المعالم
4,512
Fixes
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
October 24, 2025
Fixkamo-internal

God mode global state + session expiration at zero verification

1. God Mode State (useUserInfo hook): - Move isGodMode to GLOBAL state in hook (not local to NavTop) - Export isGodMode, setIsGodMode for all components ...

snadjafinia·10mo ago
Fixkamo-internal

Move god mode state to global useUserInfo hook

BREAKING FIX: Properly separates isGod and isGodMode Architecture (as intended): - isGod: Permission from session (GD field) - Can user access god mode? - isGo...

snadjafinia·10mo ago
Chorekamo-internal

Remove temp debug file

snadjafinia·10mo ago
Refactorkamo-internal

Add explicit handlers and keys to switches

- Add handleAcceptingLeadsToggle and handleGodModeToggle handlers - Add unique keys and names to both switches - Add aria-labels for accessibility - Helps React...

snadjafinia·10mo ago
Fixkamo-internal

God mode toggle state and add fire icon

Bug fix: - God Mode switch was using isGodModeActive() from hook for 'checked' prop - But onChange was calling setGodModeActive (local state) - This created a d...

snadjafinia·10mo ago
Otherkamo-internal

Add multi-layer god mode validation

Security enhancements to prevent localStorage manipulation: 1. useUserInfo hook: - Add isGodModeActive() method with dual validation - Check 1: User has ...

snadjafinia·10mo ago
Featurekamo-internal

Implement god mode toggle in NavTop

Backend changes (app/api/user-info/route.ts): - Read GD field from Redis session data - Map to isGod in API response Frontend changes (app/hooks/useUserInfo.ts...

snadjafinia·10mo ago
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
Featurekamo-shared-library

إضافة إلى حقل الله إلى مستعمل الجافا للحصول على إذن

- يضاف العمود الغاشم بقاعدة بيانات مزيفة -الميدان يُشير إذا كان المُستخدم يستطيع الوصول إلى طريقة الله في النضال - استُخدمت في دورة الأمن من أجل إنشاء البارامتر...

snadjafinia·10mo ago
Fixkamo-login

وضع *** كوكي على لوح الخشب*

BREAKING: Enables auto-login when user has valid session قبل: *** صنع كوكي فقط على النطاق الداخلي* بعد التحقق من صحة OTK بعد: *** أُنشئت كوكي على اللقطتين* وال...

snadjafinia·10mo ago
Fixkamo-internal

Ensure all session expirations go through /logout endpoint

BREAKING: Fixes improper session expiration flow Before: Various components redirected directly to login site when sessions expired After: All redirects go thr...

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
Featurekamo-internal

Dynamically show org short name in session warning

- Added titleShort property to Organization class - Updated SessionExpirationWarning to use organization's short name - Changed text from 'Kamo applications' to...

snadjafinia·10mo ago
FixSecurityService

Remove remaining KTokenSessionService reference in refresh-token endpoint

-مستجدة/نقطة نهاية مكتملة لاستعمالها - نقل غير مستخدم - تغيير نقطة النهاية لتمديد الدورة TTL بدلا من إعادة تجديد الجسم KToken لا يمكن أن نجد رمزاً لـ (كوتكنس سي...

snadjafinia·10mo ago
RefactorSecurityService

Consolidate session management into KSessionService

- Deleted duplicate KTokenSessionService - Enhanced KSessionService with: * getSessionTTL() - get Redis key TTL * getSessionInfo() - get session data + TTL ...

snadjafinia·10mo ago
Fixkamo-internal

Add missing properties to SessionInfo interface

- Added userId, orgId, memberId, tokenExpiration to SessionInfo - These fields are returned by backend getSessionInfo() method - Fixes TypeScript build error in...

snadjafinia·10mo ago
FixSecurityService

Remove problematic timezone endpoint and duplicate getsession IdFromCky

-أعيدوا العمل - إزالة تكرار الحصول على الامتياز طريقة (إد فروم كوكي) التي كانت تسبب أخطاء في التجميع - الانتصار الحالي أيد فروم كوكي على الخط 555 هو الصحيح - ال...

snadjafinia·10mo ago
Fixkamo-internal

Add missing Button import to page.tsx

snadjafinia·10mo ago
Featurekamo-internal

Double-check Redis before showing session warning

- Always verify Redis TTL right before showing expiration warning - Prevents false warnings if another Kamo app extended the session - Ensures warning popup onl...

snadjafinia·10mo ago
FeatureSecurityService

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

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

snadjafinia·10mo ago
Featurekamo-internal

Integrate session debug functionality into root dashboard

snadjafinia·10mo ago
Fixkamo-internal

Migrate Grid component to Grid2 for MUI compatibility

snadjafinia·10mo ago
Otherkamo-analytics

update psql expanded metrics queries

Francis Cao·10mo ago
Featurekamo-internal

Read timezone from *** cookie instead of making API calls

snadjafinia·10mo ago
Chorekamo-register

إضافة حزمة. json لبنات الإنتاج

snadjafinia·10mo ago
CIkamo-register

إعادة بناء خط الأنابيب

snadjafinia·10mo ago

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

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

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