Mabadiliko ya Tabianchi

Kuona nini sisi ni kujenga katika muda halisi. Kila kipengele, kurekebisha, na kuboresha kusafirishwa kwenye jukwaa.

17,874
Mabadiliko ya Jumla
4,587
Features ya
4,515
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,874AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService351InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,556kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI522Chore670Docs226Feature4,587Fix4,515Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
March 26, 2026
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

Resolve Remember Me not persisting username across login sessions

The re*** callback captured a stale performLogin closure where rememberMe was always false (initial state). Used a ref to read the live checkbox value. Also fix...

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

Add email alias and shared mailbox UI support

Composer "From:" dropdown for switching between primary, alias, and shared mailbox addresses. New "Mailboxes" 6th tab in email settings for org-wide admin manag...

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
Featurekamo-shared-library

Add email alias and shared mailbox entities and repositories

New JPA entities for email_provider schema: EmailAliasEntity (send-as aliases per member), SharedMailboxEntity (org-wide shared mailboxes with encrypted IMAP cr...

Kamo·5mo ago
Fixkamo-internal

Fix PRE_TICKET DB constraint + redesign creation form

- Fixed CHECK constraint on support_ticket.status to allow ordinal 14 - Redesigned TicketCreationForm with modern card-based UI: - "How can we help?" landing ...

kamo·5mo ago
Featurekamo-internal

Add PRE_TICKET status with Start Chat option

- TicketCreationForm: two buttons — "Start Chat" (pre-ticket, no title required, just topic) and "Submit Ticket" (full ticket with title) - TicketHeader: "Con...

kamo·5mo ago
FeatureMediaService

Add PRE_TICKET creation and convert-to-ticket endpoint

- createTicket: when preTicket=true, sets status to PRE_TICKET, skips assignment (no title required) - PUT /tickets/{id}/convert: converts PRE_TICKET to NEW, ...

Kamo·5mo ago
Featurekamo-shared-library

Add PRE_TICKET status and preTicket flag on create request

New status PRE_TICKET(14) for chat-first sessions where the user starts chatting without formally submitting a ticket. Can be converted to a full ticket later b...

Kamo·5mo ago
Fixkamo-internal

Extract topics array from { topics: [...] } API response

The GET /api/support/topics endpoint returns { topics: [...] }, not a raw array. All consumers now extract data.topics before using the array.

kamo·5mo ago
Fixkamo-internal

Open support tool window from error and 404 pages

Replace old /help/ticket/new navigation with tool:open CustomEvent to open the support popup window directly.

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

More fixes.

Mike Cao·5mo ago
Otherkamo-analytics

Syntax fixes.

Mike Cao·5mo ago
Otherkamo-analytics

Merge pull request #4054 from Yashh56/cache-control

feat: add cache control headers to GET response

Mike Cao·5mo ago
Otherkamo-analytics

Merge pull request #4090 from ****************

feat(funnels): add per-step event property filters

Mike Cao·5mo ago
Otherkamo-analytics

Merge branch 'dev' into feat-funnel-per-step-filters

Mike Cao·5mo ago
Otherkamo-analytics

Support wildcard for goals report Closes #4086

Francis Cao·5mo ago
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

Assign default roles to members on creation

**************** now assigns the "Members" (Everyone) role from organization.roleMemberID. **************** now assigns both the "Members" (Everyone) role and ...

Kamo·5mo ago
CISecurityService

Rebuild with debug logging in shared library

Kamo·5mo ago
Otherkamo-shared-library

Add detailed logging to member rights recalculation

Kamo·5mo ago
OtherMediaService

Log session rights on support topic creation

Kamo·5mo ago
FeatureSecurityService

Add POST **************** endpoint

Triggers org-wide member_rights_applied recalculation. Needed after schema migrations or manual DB changes to permissions.

Kamo·5mo ago
March 24, 2026
Otherkamo-analytics

Fix tooltip in darkmode

Francis Cao·5mo ago
CIMediaService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIInitializerService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIDocsService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIMCPGatewayService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIVOIPService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIEmailService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
CIDaemonService

Rebuild with latest kamo-shared-library

Kamo·5mo ago
FeatureSecurityService

Use targeted role-scoped rights recalculation

SecurityRoleController now uses updateRoleMemberRightsApplied() to only recalculate members who have the modified role, instead of recalculating all members in ...

Kamo·5mo ago
Featurekamo-shared-library

Targeted rights recalculation for dept, job title, and role changes

- DepartmentService: recalculates only members in the affected department after create/update/delete - JobTitleService: recalculates only members with the aff...

Kamo·5mo ago
Featurekamo-shared-library

Recalculate member_rights_applied after new member creation

Calls updateMemberRightsApplied on the new member after both createOrganizationMember and createOrganizationTeamMember so the Everyone role rights are immediate...

Kamo·5mo ago
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
CISecurityService

Rebuild with updated shared library containing support permissions

SecurityService needs the new ACCEPT_SUPPORT_TICKETS and MANAGE_SUPPORT entries in RoleRightType enum to include them in *** session rights.

Kamo·5mo ago
Featurekamo-internal

Granular role editing, label swapping, and Team Members support

- Add isAllowEditTitle and isAllowEditSecurity to SecurityRole interface - Allow editing security settings on Members/Team Members roles (previously fully locke...

kamo·5mo ago
FeatureInitializerService

Migrate Everyone role to Members and create Team Members role

- Rename ROLE_EVERYONE_ID column to ROLE_MEMBER_ID - Rename existing "Everyone (Applies To All)" roles to "Members" - Set **************** flags on existing sys...

Kamo·5mo ago
FeatureSecurityService

Enforce role protection flags and add parent label support to session

- Enforce isAllowEditSecurity in SecurityRoleController update endpoint - Add parentMemberTitlePlural and parentTeamMemberTitlePlural to *** session - Resolve p...

Kamo·5mo ago
Featurekamo-shared-library

Add granular role protection flags and Team Members system role

- Add isAllowEditTitle and isAllowEditSecurity flags to OrgRole entity - Rename roleEveryoneID to roleMemberID on Organization, add roleTeamMemberID - Rename "E...

Kamo·5mo ago
Fixkamo-internal

Add error display when topic creation fails

Shows API error message in the dialog instead of silently failing.

kamo·5mo ago
Fixkamo-internal

Fix department loading in TopicManager

Send X-***-Token header (matching DepartmentManager pattern) and extract departments from data.departments response shape.

kamo·5mo ago

Je, unaona nini kuhusu usafiri?

Kila moja ya hizi updates ardhi katika nafasi yako ya kazi moja kwa moja. Kuanza bure na kuangalia kukua wiki baada ya wiki.

Kuwa Huru MileleMtazamo wa bei