Live Change Log

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

17,933
مجموع التغييرات
4,614
المعالم
4,543
Fixes
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
March 20, 2026
Featurekamo-internal

Add calendar preferences UI

kamo·5mo ago
Fixkamo-internal

Include required fields in create book payload

The backend DTO requires isOrgDefault, isOrgLevel, and isVisible fields — sending only name caused a 415 Unsupported Media Type.

kamo·5mo ago
Featurekamo-internal

Add inline book creation in Add to Contacts dialog

The contact book dropdown now has a 'Create new book' option at the bottom. Clicking it reveals an inline text input with an Add button. The user can type a nam...

kamo·5mo ago
Featurekamo-internal

Add cell phone field to member settings page

kamo·5mo ago
Featurekamo-internal

Add help components for bulk text providers

kamo·5mo ago
Featurekamo-internal

Add bulk text proxy route and API client

kamo·5mo ago
Featurekamo-internal

Inline Add to Contacts dialog from recipient popover

Replace the old behavior (navigating to /contacts page, losing the composer) with a lightweight inline dialog that: - Pre-fills first/last name from the recipi...

kamo·5mo ago
Chorekamo-internal

Remove old Third-Party Integrations tab and unused code

- Delete ThirdPartyIntegrationsTab component (old calendar sync UI, replaced by new CalDAV/CardDAV system) - Delete /api/integrations proxy route (only used b...

kamo·5mo ago
Fixkamo-internal

Prevent recipient popover from flashing at top-left corner

The popover initialized at position {0,0} and repositioned in a useEffect (after paint), causing a visible fly-in from the top-left. Fixed by using useLayoutEf...

kamo·5mo ago
Fixkamo-internal

Portal all overlays out of tool window stacking context

ToolWindowShell applies `transform: translateY(0)` which creates a CSS stacking context. This caused all `position: fixed` overlays (autocomplete dropdown, popo...

kamo·5mo ago
Fixkamo-internal

Fix autocomplete — infinite loop, missing API, auth

Three root causes fixed: 1. Infinite re-render loop: existingEmails was a new array reference every render, causing the search useEffect to re-fire endlessl...

kamo·5mo ago
Fixkamo-internal

Fix untyped recipient inputs and match Subject field styling

- Fixed drag handler blocking input focus by skipping preventDefault when clicking on INPUT elements or buttons - Rewired RecipientField from Tailwind classes...

kamo·5mo ago
Chorekamo-internal

Remove unused legacy MessageComposer and Manager

These components were superseded by the tool window MessageTool.tsx and are no longer imported anywhere in the codebase.

kamo·5mo ago
Fixkamo-internal

Integrate recipient fields into tool window composer

The previous commit added the recipient components but modified the wrong composer (MessageComposer.tsx). This integrates RecipientField into MessageTool.tsx — ...

kamo·5mo ago
Fixkamo-internal

Add book buttons per source, remove redundant manage icon

- Remove redundant "+" manage sources icon from sources view header (already accessible via bottom "Manage Contact Sources" button) - Add "Add book" icon butt...

kamo·5mo ago
Featurekamo-internal

يضاف أسلوب التحرير، وميدان العنوان، والوضع الحي لإدارة المصدر

- ماجيسورس دياللوج الآن لديه زر التحرير لكل مصدر (CalDAV/CardDAV URL, username, password) - إضافة حقل الملكية عند إضافة مصادر جديدة حتى يمكن للمستعملين التمييز ...

kamo·5mo ago
Refactorkamo-internal

يستعاض عن المصدر بالرقم الهاتفي للمصادر

- Rename AddSourceDialog ManageSourcesDialog with full CRUD (list المصادر القائمة التي لها مركز + إزالة، بالإضافة إلى استمارة مضافة خطية - حرّك زرّ "المصادر ا...

kamo·5mo ago
Featurekamo-internal

أضف حقول متلقية حديثة برقائق، مكتملة آليا، ومختار اتصال

يُستعاض عن مدخلات النص الأساسية في شكل بريد إلكتروني إلى حقول لجنة التنسيق بثراء عناصر متلقية: عرض رقائقي مع أزرار خلع، صبغ إجراء اتصالات أوتوماتيكية مع المتلقي...

kamo·5mo ago
Featurekamo-internal

Add sync toggle, source management, and WebSocket status

- Overhaul ContactsLeftPanel with 3 display modes: org-only books, sources with nested books (sync off), and flat org books (sync on) - Add SyncFooter with re...

kamo·5mo ago
Featurekamo-internal

Add Create Contact dialog with multi-tab form

Adds a fully-featured Create Contact dialog accessible via a "New" chip in the contacts toolbar. The dialog supports all contact sub-entities (emails, phones, a...

kamo·5mo ago
Featurekamo-internal

Send and display image attachments in chat

- SmsChatTab: read file as base64 via FileReader, pass to API, render <img> in message bubble - voipApi: add attachment params to sendSms

kamo·5mo ago
March 19, 2026
Fixkamo-internal

Use string conversationId throughout SMS tool to handle 64-bit IDs

Backend now serializes Long as string; update all conversationId types from number to string to match. Also enable send button when an attachment is present wit...

kamo·5mo ago
Fixkamo-internal

Remove duplicate Back button from RingCentralConfig

Parent PhoneProviderSetup already renders an IconButton with ArrowLeft in the config view header, making the Back button inside RingCentralConfig a duplicate.

kamo·5mo ago
Featurekamo-internal

Replace JWT config with OAuth connect UI for RingCentral

- RingCentralConfig: OAuth connect/disconnect button with status indicator, main phone number field, test connection (only when connected) - voipApi: add getO...

kamo·5mo ago
Featurekamo-internal

Equal-height feature cards and Kazoo-aware provider descriptions

- Set height: 100% on FeatureCard motion wrapper so cards in the same row match the tallest card - Update KamoPBX description to highlight Kazoo as a carrier-gr...

kamo·5mo ago
Chorekamo-internal

Add RingCentral and FreePBX SVG logos

kamo·5mo ago
Fixkamo-internal

Use plain img tags for local SVG provider logos

next/image does not reliably serve local SVGs without unoptimized flag. Plain img tags load /public assets directly with no issues.

kamo·5mo ago
Featurekamo-internal

Add SmsTemplatesTab and SmsCrmTab

kamo·5mo ago
Featurekamo-internal

Add SmsNewConversation dialpad component

kamo·5mo ago
Featurekamo-internal

Add shared template data

kamo·5mo ago
Refactorkamo-internal

Remove Client ID and Secret fields from RingCentral UI

These are platform-level credentials set once in the K8s secret. Customers only need to provide their JWT Key and main phone number.

kamo·5mo ago

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

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

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