লাইভ লগ পরিবর্তন

দেখ আমরা কী বিল্ডিং করছি, বাস্তব সময়ে। প্ল্যাটফর্মের সকল বৈশিষ্ট্য, সংশোধন এবং উন্নতি।.

17,933
মোট ফলাফল
4,614
IMAP-র বৈশিষ্ট্য
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
March 27, 2026
Fixkamo-internal

Accept large CockroachDB IDs in org Zod schema

The org ID from unique_rowid() exceeds JS MAX_SAFE_INTEGER, causing z.coerce.number().int() to fail with "too_big". Now accepts number, bigint, or string to han...

kamo·5mo ago
Fixkamo-internal

Accept UUID strings for feature IDs in org Zod schema

The OrgFeature schema required id to be a coercible integer, but the backend returns UUIDs. This caused a ZodError on every layout fetch, falling back to the ha...

kamo·5mo ago
Fixkamo-internal

Always refresh org context after any app toggle, not just completed-stage

POS and other non-completed apps also affect the UI (e.g. Pipeline in NavPri). The stage check was preventing the refresh for these apps.

kamo·5mo ago
Fixkamo-internal

Update all fallback feature lists and gate Pipeline/Chat/LeadStatus

Root cause: layout.tsx and org API route had hardcoded fallback feature lists with only 6 old apps (missing VOIP, AI_SUPPORT, SUPPORT, KB, NOTES, DOCS). When th...

kamo·5mo ago
FixSecurityService

Auto-provision completed-stage app features in org domain endpoint

Moves auto-provisioning from the FeatureController (only hit from the apps settings page) to the SecurityController org domain endpoint (hit on every page load ...

Kamo·5mo ago
FixSecurityService

Auto-provision missing completed-stage app features for existing orgs

When listing features, the controller now checks for missing OrgFeature rows for COMPLETED-stage apps and creates them. This ensures orgs created before new app...

Kamo·5mo ago
FixInitializerService

Auto-enable all completed-stage apps for new orgs instead of hardcoded list

Replaces hardcoded feature list (which had duplicates and deprecated types) with a loop over all COMPLETED-stage, non-core, non-deprecated ServiceTypes. New app...

Kamo·5mo ago
FixSecurityService

Catch all exceptions in FeatureController enable/disable endpoints

Prevents uncaught RuntimeExceptions from becoming opaque 500 errors. Now returns structured error messages for any failure.

Kamo·5mo ago
Fixkamo-internal

Show CC and BCC in sent item email previews

Add bcc field to EmailMessage type. ThreadDetailView now displays BCC recipients when present (typically in sent folder copies).

kamo·5mo ago
FixEmailService

Extract BCC recipients from IMAP messages

BCC header is retained on sent folder copies. Now extracted alongside To and CC so the frontend can display it in sent item previews.

Kamo·5mo ago
Fixkamo-internal

Email nav icon now links to /messages instead of legacy /email iframe

The /email page embeds mail.kamocrm.com in an iframe (legacy webmail). The actual built-in email client is at /messages. Updated NavPri to point to the correct ...

kamo·5mo ago
Fixkamo-internal

Surface actual backend error message on feature toggle failure

Enable/disable now parses the error response body and shows the real error in the toast instead of a generic message. Helps diagnose what's actually failing on ...

kamo·5mo ago
Fixkamo-internal

Restore org context refresh after toggling completed-stage apps

Without router.refresh(), the org context stayed stale after enabling apps — NavPri, homepage, and settings never showed the newly enabled features. Now refresh...

kamo·5mo ago
Fixkamo-internal

প্রিন্ট করার বৈশিষ্ট্য সম্বলিত সকল কার্ড এবং বৈশিষ্ট্য সম্বলিত বিভাগ

হোম-পেজ: ডকুমেন্ট কার্ড এখন ব্যবহার করা হচ্ছেDoc'র (src-র নির্দেশাবলী অবচিত নয়) ক্যালেন্ডারটি ই-মেইলের গেট দিয়ে তৈরি। ব্যাকগ্রাউন্ড পেজ: বাণিজ্যিক বিভাগের গে...

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

রাউটারের মধ্যে নতুন করে প্রদর্শন বন্ধ করা হবে (f)

রাউটার নতুন করে খোলা হবে। পুনরায় আরম্ভের প্রচেষ্টা করুন সকল ট্যাবের মধ্যে উপলব্ধ ট্যাব পুনরায় লোড করা হবে। ক্যাশ অবৈধ এবং কর স্বাক্ষর suples () বর্তমানে তালিক...

kamo·5mo ago
FixSecurityService

Prevent duplicate apps in features list by excluding all existing types

The available list was only excluding features with enabled=true, so a disabled feature (isActive=false) appeared in both the features array AND the available a...

Kamo·5mo ago
Fixkamo-internal

Invalidate org cache after feature toggle to reflect changes immediately

The org API route caches organization data in Redis for 24h. After enabling or disabling an app, the stale cache caused feature flags to remain false, making se...

kamo·5mo ago
Fixkamo-internal

Gate all nav links and settings pages by org feature flags

NavTop: hide AI chat, softphone, SMS, credits, notes, calendar, and contacts links when their corresponding app is disabled. Settings pages for CRM, Email, Phon...

kamo·5mo ago
Fixkamo-internal

Sync settings nav with actual tab definitions across all pages

Add missing Mailboxes and CalDav/CardDav entries to email section in both the settings main page and the NavPri slide-out drawer. Fix Account section card linki...

kamo·5mo ago
Fixkamo-internal

Provider save field name and mailboxes tab member list endpoint

Provider save for non-configurable types now sends correct field name. Mailboxes tab now uses **************** endpoint which actually exists, instead of non-ex...

kamo·5mo ago
FixEmailService

Provider GET returns both type and providerType, PUT accepts both

GET /api/email/provider now includes both 'type' and 'providerType' fields in the response for frontend compatibility. PUT now accepts 'type' as a fallback when...

Kamo·5mo ago
Fixkamo-login

স্মরণে রাখা হবে লগ-ইনের সময় সর্বদা ব্যবহারকারীর নাম প্রয়োগ করা হবে না

সংরক্ষণ*Program একটি পুরনো লগ-আউট প্রক্রিয়া ধারণ করে স্মরণ করুন আমি সবসময় মিথ্যা (অদ্ভুত) ছিলাম। পড়ার জন্য ব্যবহৃত প্যাকেট সরাসরি চেকবাক্সের দাম। CLOSE সার্ভ...

Kamo·5mo ago
Fixkamo-internal

Provider save for non-configurable types and mailbox member email mapping

**************** selections now immediately persist via saveProvider API instead of only updating local state. Mailboxes tab now correctly extracts emailAddress...

kamo·5mo ago
Fixkamo-internal

PETPRIB + নতুনভাবে কাঠামো তৈরি করুন

- সাপোর্ট ttt.flial ১৪-এ ফিক্সিং কনস্টেশন - আধুনিক কার্ড ভিত্তিক টিকেটের প্রতিলিপি - "কীভাবে আমরা সাহায্য করতে পারি?" বিষয় নির্বাচকে অবতরণ - "হাইড কার্ড" এর সা...

kamo·5mo ago
Fixkamo-internal

ডায়লগ বক্স থেকে বিষয় এক্সট্র্যাক্ট করুন: [...] API প্রতিক্রিয়া

/AP/HION/HOP/HIBUN [/...], একটিও নয় চালাক অ্যারে। সকল গ্রাহক এখন তথ্য সংগ্রহ করুন। অ্যারে ব্যবহার করার আগে পেন্টাগনেলো।.

kamo·5mo ago
Fixkamo-internal

ত্রুটি ও ৪০৪ পৃষ্ঠা সমেত উইন্ডো খুলুন

পুরোনো /help/প্রজেক্ট/নতুন ন্যাভিগেশন/পাঠ: স্বনির্ধারিত ইভেন্টে রূপান্তর করুন পপ-আপ উইন্ডো সরাসরি প্রদর্শন করা হবে।.

kamo·5mo ago
March 25, 2026
Fixkamo-analytics

Use settings timezone in revenue chart date range

The revenue chart was using the browser's local timezone instead of the timezone configured in analytics settings. This caused the chart to show different time ...

Serhii Zghama·5mo ago
Fixkamo-shared-library

তৈরি করার জন্য ডিফল্ট ভূমিকা নির্ধারণ করুন

হতচ্ছাড়া অবস্থা এখন "জন্য"কে নিযুক্ত কর প্রতিষ্ঠান থেকে (সবাই) ভূমিকা পালন করে। ******* এখন দু'টিকেই নিযুক্ত কর "মানুষ" (প্রতিজন) এবং "টাম সদস্য" ভূমিকা অর্গা...

Kamo·5mo ago
March 24, 2026
FixSecurityService

Recalculate member_rights_applied after role create/update/delete

The member_rights_applied table was never recalculated when roles were modified, causing all members to have 0 applied rights. Now calls **************** after ...

Kamo·5mo ago
Fixkamo-internal

বিষয় তৈরি করার সময় সমস্যা দেখা দিয়েছে

ভুল না করে বার্তা প্রাপ্ত হলে API বার্তা প্রদর্শন করা হবে।.

kamo·5mo ago
Fixkamo-internal

বিষয় বস্তু লোড করা হচ্ছে

X-**s-র জন্য হেডার ও মাপ পরিবর্তন করা হয়েছে ডেটা থেকে বিভাগ উদ্ধার করুন.

kamo·5mo ago
Fixkamo-internal

API সমস্যার সমাধানের জন্য API প্রতিক্রিয়া প্রদর্শন করা হবে।

ব্যাক-এন্ড টেবিলের টেবিল নির্মাণকালে API কিছু সমস্যা উৎপন্ন হয়েছে এখনো নেই। অ্যারের সকল অ্যারের সাথে সতর্ক থাকুন।.

kamo·5mo ago
FixDaemonService

Enable redirect following for MaxMind download

MaxMind returns 302 redirect to the actual file. HttpClient wasn't following it, causing the sync to fail with HTTP 302.

Kamo·5mo ago
FixDaemonService

Add SecurityConfig to permit daemon trigger and actuator endpoints

Spring Security defaults blocked all endpoints with 401. Added explicit config to permit /api/daemon/** and /actuator/** without authentication.

Kamo·5mo ago
Fixkamo-internal

Update ticket popup tool window to use light theme matching chatColors

Replace dark theme (dark backgrounds, white text, amber accents) with the light color scheme used by all other popup tool windows in the app.

kamo·5mo ago
Fixkamo-internal

Remove MANAGE_SUPPORT conditional from settings/analytics tabs, enable NavPri slide-out

All tabs now always visible. Removed disablePanel from NavPri Support entry so the slide-out panel works on hover.

kamo·5mo ago
Fixkamo-internal

Make description textarea fill remaining popup window height

Removed minRows/maxRows constraints and set flex layout on the input root so the textarea expands to fill all available vertical space.

kamo·5mo ago
Fixkamo-shared-library

যৌথ ব্যবহারের জন্য Midnit Infiniz chanice Howst definity

Kick (OB BJid), IMG (ID) একটি ধরনের কলাম তৈরি করুন গরমিল (uid vde) OBJ IMGIDE-র মধ্যে একক উপস্থিত MIg.ID (ইউUID পিকে)।.

Kamo·5mo ago
Fixkamo-shared-library

EXTACS-র মাধ্যমে নিদ্রিত অবস্থায় স্থাপনার জন্য নেটিভ অনুসন্ধানের পদ্ধতি ব্যবহার করা হবে (ASTOSC)

নেমে আসার জন্য এক্সট্রেস (ASECT) ব্যবহার করা যাবে না. (দাঁড়াও না ।) একটি স্থানীয় SQL অনুসন্ধানের জন্য পরিবর্তন করা হয়েছে কোদালDB স্থানীয় ভাবে হ্যান্ডেল করে।...

Kamo·5mo ago

যেমন তুমি জাহাজ দেখেছ?

প্রত্যেকটা আপডেট স্বয়ংক্রিয়ভাবে আপনার কর্মক্ষেত্র স্বয়ংক্রিয়ভাবে. সপ্তাহের পর সপ্তাহের মধ্যে মুক্ত হয়ে তা দেখতে শুরু করুন।.

চিরকালের জন্য মুক্তকরণ আরম্ভ করা হবেপ্রদর্শন সংক্রান্ত পছন্দ