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

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

17,865
মোট ফলাফল
4,581
IMAP-র বৈশিষ্ট্য
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
April 24, 2026
FixEmailService

Add com.kamo.z.shared.commerce to EnableJpaRepositories scan

**************** (required by **************** in the shared library) lives under com.kamo.z.shared.commerce but was not included in the JPA repository scan, ca...

Kamo·4mo ago
FixEmailService

Correct field name and type in getFromAddresses response

Backend was sending 'email' key but frontend expected 'address', and sent type 'shared_mailbox' when frontend expected 'shared'. Also fixes hasMailboxes flag wh...

Kamo·4mo ago
April 21, 2026
FixEmailService

কোনো ইমেইল providus সেটের ডিফল্ট মান অন্তর্ভুক্ত করা হবে না ( n)

কামো মেইল ডিমোটর ৪০৩ এর সাথে শক্ত হয়ে গেছে। mug domain Uvd ডোমেইন পাওয়া যায়নি কিন্তু এটা কখনো ইমেইলে যোগ করা হয় না পরিসেবা উপলব্ধকারী ডোমেইন রেজিস্ট্রি। প্র...

Kamo·4mo ago
April 20, 2026
FixEmailService

অবস্থা এবং স্বয়ংক্রিয়-পরিবর্তদের টেমপ্লেটের জন্য আবশ্যক টেমপ্লেট

- ই-মেইল টেমপ্লেট নিয়ন্ত্রণকারী। <list > এখন গ্রহন করছে property=M এবং ফিল্টার বিদ্যমান খুঁজে পাওয়া ইউ. আর. এল. আই. ডি. অনুসন্ধান অনুসন্ধান ব্যবহার করে - অটো-...

Kamo·4mo ago
FeatureEmailService

ই- মেইল ঠিকানার জন্য কামো ই- মেইল ঠিকানা লিখুন

কন্টেইন্স কামো মেইল ডিমোটারের সাথে পরিচিত ই-মেইল ডোমেনের নিশ্চিত ডিফল্ট ডোমেইন কি না তা যাচাই করে যখন কামো মেইল সক্রিয় সরবরাহকারী। মেইলবক্স সেবা প্রদানকারী প্র...

Kamo·4mo ago
April 19, 2026
ChoreEmailService

Kao-পরিবারের আপডেটের জন্য রি-সেট (শুধুমাত্র পরিবর্তন)

কঠিন ***************টাকে আর মুছে ফেলা যাবে না, যার সার্ভিস Config সারি থেকে অনুপস্থিত। যদি আংশিক অর্থ প্রদান না করা হয়, তাহলে চুপ করে রাখা যাবে।.

Kamo·4mo ago
ChoreEmailService

Rebuild for kamo-shared-library update (effective-feature resolver)

Picks up the new AppliedModelEnforcementService methods (computeAvailabilitiesMap, isAppEffectivelyEnabled, getEffectivelyEnabledAppTypes, computeEffectiveFeatu...

Kamo·4mo ago
ChoreEmailService

Rebuild for kamo-shared-library update (applied-model enforcement + appConfigs + isPrivate)

Triggers a rebuild so this service pulls the updated kamo-shared-library containing AppliedModelEnforcementService, ChildOrgSecurityModelAppConfig entity, Servi...

Kamo·4mo ago
ChoreEmailService

Rebuild for kamo-shared-library update (runtime force rules + DEFAULT fallback in MemberRightsAppliedService)

Triggers a rebuild so this service picks up the updated **************** that applies template force rules and DEFAULT-template fallbacks on top of the existing...

Kamo·4mo ago
ChoreEmailService

Rebuild for kamo-shared-library update (master model, default role templates, force-rule resolver)

Triggers a rebuild so this service pulls the new kamo-shared-library revision containing Organization.branchTypeID, Organization.masterModelID, ****************...

Kamo·4mo ago
FixEmailService

Preview uses same auto-vars as sendToUser (org logo + name)

The preview endpoint now injects logoUrl, logoSimpleUrl, and orgName from the org's domain before applying sample content variables, matching the exact variable...

Kamo·4mo ago
FeatureEmailService

Auto-inject logoUrl, logoSimpleUrl, and orgName variables at send time

EmailTemplateService now merges base variables (logoUrl, logoSimpleUrl, orgName) derived from the org's primary domain before rendering, so all transactional te...

Kamo·4mo ago
FixEmailService

Update EMAIL_VERIFICATION sample vars to match current template

Use expiryText instead of expiryMinutes (renamed variable), and update verifyLink to point to the register subdomain (correct send path).

Kamo·4mo ago
April 18, 2026
FixEmailService

Preserve DB domain case in NoReply from address

Removed toLowerCase() — the domain already comes from resolvePrimaryDomain which reads org_domains from the database, so case is canonical from DB.

Kamo·4mo ago
FixEmailService

Resolve root domain for NoReply from-address instead of bare subdomain

resolvePrimaryDomain() was returning the first domain entry (e.g. "www") which produced NoReply@www. Now prefers root domains (parent == null) so transactional ...

Kamo·4mo ago
FixEmailService

Add internal.auth.secret to EmailService configmap

InternalAuthFilter was rejecting all service-to-service calls (send, seed-org) with 503 because internal.auth.secret was unconfigured. Matches the same INTERNAL...

Kamo·4mo ago
FixEmailService

Allow transactional send on port-25 relay and auto-seed missing templates

Port-25 SMTP (postfix) requires no auth — transactionalCredentials() was throwing ProviderUnavailableException when user/pass were unconfigured, blocking all ve...

Kamo·4mo ago
FixEmailService

Add dao.repositories to JPA scan so EmailTemplateRepository is found

Same pattern as KamoInitializerService — explicit basePackages overrides default scanning and must include every package that has repositories.

Kamo·4mo ago
FixEmailService

Bump kamo-shared-library to 1.4.0

Kamo·4mo ago
FeatureEmailService

Add EmailTemplateCategoryController REST endpoints

**************** CRUD. Delete response includes reassignedCount — the number of templates that became uncategorized as a result of removing the category. Sessio...

Kamo·4mo ago
FeatureEmailService

Add EmailTemplateController REST endpoints + DTOs

Exposes /api/email/templates/* CRUD + preview + duplicate + reset-to-default + service-to-service /send + /seed-org/{orgId}. Top-level orgs (no parent) addition...

Kamo·4mo ago
FeatureEmailService

সার্ভিস-স্ক্রিপটর জন্য অভ্যন্তরীণ ফিল্টার যোগ করো

/ip/sputers/s- র মধ্যে X-র পরিচয় পরীক্ষা করুন /pF/bputers/ base64 পাথ পাথ থেকে প্রাপ্ত। অন্যান্য পাথগুলি এই ফিল্টার দ্বারা উপেক্ষা করা হবে (ব্যবহারকারীর সেশন ত...

Kamo·4mo ago
FeatureEmailService

অতিরিক্ত গ্রাহক

বিশেষ অক্ষরের ক্ষেত্রে প্রযোজ্য activation name (DB তে আংশিক আলাদা সূচককে তুলে ধরা হয়েছে)। সাব-ফোল্ডার মুছে ফেলুন ( a) বিভাগটি সরিয়ে ফেলার পূর্বে প্রভাবিত টেম...

Kamo·4mo ago
FeatureEmailService

ই- মেইল এস- ভি- আই- ডি

লেনদেনের জন্য কর্ডরচরকে। বার্তা পাঠানো হচ্ছে বিষয়/প্রজেক্টের প্রধান ডোমেইন নির্বাচন করুন। ডোমেইন, আর কোন ডি. এস. এস. পি. - এর মাধ্যমে ই- মেইল পাঠানো... একটি নত...

Kamo·4mo ago
FeatureEmailService

'বার্তা' শব্দের জন্য কোনো প্রতিক্রিয়া পাওয়া যায়নি

ঠিকানার সাথে স্বয়ং সম্পূর্ণ করা নাম প্রদর্শন করা হবে। গ্রহণ করে ডোমেন পংক্তি, normal-র সাথে সংশ্লিষ্ট মান "কিছু ধার্য করা হবে না@<domain> agers হোস্ট-নেমের ক্ষ...

Kamo·4mo ago
FeatureEmailService

{\cH00} ডিরেক্টরির জন্য টেমপ্লেট যোগ করো

রাষ্ট্রহীন regex-ভিত্তিক রেন্ডারার। ের মিল খুঁজে পাওয়া যায়নি মুক্তির জন্য টেমপ্লেট কী + বা জিজিআই এর মাধ্যমে একটি যুদ্ধন লগইন করুন। কোন এইচ- টি- এম- এল নেই v1...

Kamo·4mo ago
FixEmailService

মেইল-বক্সের মধ্যে মেইলবক্সের নাম ও উপলব্ধকারী সাব-স্ক্রাইব করা হবে

সদস্য মেইলবক্স তালিকার জন্য সম্মুখপ্রান্তের নামের তালিকা।.

Kamo·4mo ago
April 16, 2026
CIEmailService

Add concurrency group to prevent duplicate workflow runs

When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...

Kamo·4mo ago
ChoreEmailService

Bump version to trigger rebuild with updated kamo-shared-library

Rebuilds the Docker image with the fixed Member entity (memberType field removed) so the Hibernate SQL no longer selects security_level from the member_team_mem...

Kamo·4mo ago
April 2, 2026
FixEmailService

Support mailbox switching by resolving IMAP credentials per mailboxId

Added getMailCredentialsByEmail to look up virtual_users by email directly, resolveForMailbox to MailProviderResolver with access verification, and optional mai...

Kamo·5mo ago
FeatureEmailService

Add email signature field config API

Add service and REST controller for managing email signature field visibility configuration per organization. Admins can toggle which contact fields appear in s...

Kamo·5mo ago
FeatureEmailService

Add accessible mailboxes endpoint with privilege-based expanded access

Add AccessibleMailboxService and GET /api/email/mailboxes/accessible endpoint that returns personal mailboxes, shared mailboxes, and privilege-gated access to d...

Kamo·5mo ago
FixEmailService

Rename DomainService to EmailDomainService to resolve bean name conflict

The shared library's DomainService and EmailService's local DomainService both registered as 'domainService' bean, causing CrashLoopBackOff on deploy.

Kamo·5mo ago
FixEmailService

Correct method signatures in DomainController and MailboxController

- Fix getMemberMailboxes -> getMailboxesForMember in MailboxController - Add missing memberId parameter to getVerificationRecords and verifyDomain in DomainCont...

Kamo·5mo ago
FeatureEmailService

Add email domain management and mailbox provisioning through abstract provider layer

- Add DomainManager and MailboxProvisioner capability interfaces with sub-capability detection - Add ProviderDomain, ProviderMailbox, DnsRecord DTOs - Implement...

Kamo·5mo ago
March 28, 2026
ChoreEmailService

Rebuild with ServiceType.MEET COMPLETED stage

Kamo·5mo ago
March 27, 2026
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
March 26, 2026
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
FeatureEmailService

Add email aliases and shared mailbox support

New MailboxManager provider capability interface for alias and shared mailbox CRUD. KamoMailMailboxManager implementation manages dovecot/postfix virtual_users ...

Kamo·5mo ago
March 24, 2026
CIEmailService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
March 21, 2026
March 20, 2026
FixEmailService

Update calendar, contact, and integration ID types from Long to UUID

Calendar entities, contact sub-entities, and ContactIntegration IDs are now UUID. Updates all services, controllers, and DAV endpoints.

Kamo·5mo ago

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

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

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