Mabadiliko ya Tabianchi

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

17,927
Mabadiliko ya Jumla
4,612
Features ya
4,539
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,927AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,521TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,577kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI523Chore670Docs226Feature4,612Fix4,539Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 26, 2026
Featurekamo-shared-library

Add app management system with service types, rights, and feature control

Restructure ServiceType enum: add core/deprecated flags, rename DOC_MANAGER→DOCS and AI_CHAT→AI_SUPPORT, add SUPPORT/NOTES/POS types, deprecate STORAGE/DOC_CLAS...

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
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
March 25, 2026
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
Otherkamo-shared-library

Add detailed logging to member rights recalculation

Kamo·5mo ago
March 24, 2026
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
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-shared-library

Correct MediaObjImgDownload FK to use MediaObjImg UUID PK instead of composite key

The composite FK (OBJ_ID, IMG_ID) referenced non-PK columns causing a type mismatch (uuid vs int). Changed to single FK on OBJ_IMG_ID referencing MediaObjImg.ID...

Kamo·5mo ago
Fixkamo-shared-library

Use native query for avg resolution time to avoid Hibernate EXTRACT(EPOCH) limitation

Hibernate 6 cannot apply EXTRACT(EPOCH FROM ...) to a timestamp subtraction (produces Duration type, not TEMPORAL). Switched to a native SQL query that Cockroac...

Kamo·5mo ago
Featurekamo-shared-library

Add support ticket repositories and DTOs

Kamo·5mo ago
Featurekamo-shared-library

Add support ticket JPA entities

Kamo·5mo ago
March 23, 2026
Featurekamo-shared-library

Add AI processing support to notes data model

Add aiProcessingEnabled field to Note entity, DTOs, and requests. Create NoteEmbeddingRecord entity and repository for tracking note vectorization in the RAG pi...

Kamo·5mo ago
Fixkamo-shared-library

Serialize NoteDTO Long IDs as strings for JavaScript precision safety

CockroachDB unique_rowid() IDs exceed JavaScript's MAX_SAFE_INTEGER, causing precision loss when parsed as numbers. Add @JsonSerialize with ToStringSerializer t...

Kamo·5mo ago
March 22, 2026
Fixkamo-shared-library

Use managed role references when creating role rights in createOrganization

After organizationRepository.save(), the local roleAdmin/roleEveryone variables could be detached from the persistence context. createRoleRights() was adding Or...

Kamo·5mo ago
March 21, 2026
Featurekamo-shared-library

Add access security system entities, enums, and repositories

Adds JPA entities (OrgAccessRule, OrgGeoBlockRule, OrgSuspiciousDetectionRule, SystemAccessLog, GeoLiteBlock, GeoLiteLocation, GeoLiteSyncStatus), 6 new enums, ...

Kamo·5mo ago
March 20, 2026
Fixkamo-shared-library

Resolve remaining Long/UUID type mismatches in services and DTOs

Fixes compilation errors in CommerceService, OrganizationService, ExternalAuthProviderService, Img*Service, Lead*Service, LeadVendorService, ImageService, and a...

Kamo·5mo ago
Refactorkamo-shared-library

Convert internal entity IDs from Long/unique_rowid() to UUID/gen_random_uuid()

Improves CockroachDB write performance by using randomly-distributed UUIDs for internal entity primary keys instead of sequential unique_rowid() values. User-fa...

Kamo·5mo ago
Featurekamo-shared-library

Add findConflictingEvents query to CalendarEventRepository

Kamo·5mo ago
Featurekamo-shared-library

Add MemberCalendarPreference entity and repository

Kamo·5mo ago
Featurekamo-shared-library

Add cellPhone embedded field to Member entity

Kamo·5mo ago
Featurekamo-shared-library

Add BulkTextProviderConfig entity and repository

Kamo·5mo ago
Featurekamo-shared-library

Add BulkTextProviderType enum

Kamo·5mo ago
Featurekamo-shared-library

Add attachmentUrl field to VoipMessage entity

Kamo·5mo ago
Featurekamo-shared-library

Add findAllByProvider to OrgOAuthTokenRepository

Kamo·5mo ago
March 19, 2026
Featurekamo-shared-library

Add OrgOAuthToken entity for OAuth 2.0 token storage

- Add OrgOAuthToken entity in KamoTokens schema (kamotokens.org_oauth_token) - Add OrgOAuthTokenRepository with findByOrgIdAndProvider / deleteByOrgIdAndProvide...

Kamo·5mo ago
Refactorkamo-shared-library

Remove clientId/clientSecret from VoipProviderConfig

These are platform-level credentials shared across all orgs. Only jwtKey and mainPhoneNumber are per-org.

Kamo·5mo ago
Featurekamo-shared-library

Add ID-based query methods to ContactIntegrationRepository

Kamo·5mo ago
Featurekamo-shared-library

CalDav/CardDav Part 4 — shared library repository and entity additions

- Add contactIntegration FK to ContactBook entity - Add findByContactIntegrationId to UserCalendarRepository - Add findByContactIntegrationId to ContactBookRepo...

Kamo·5mo ago
Featurekamo-shared-library

Add @Query methods for ContactService use cases

Kamo·5mo ago
Featurekamo-shared-library

Add @Query methods for CalendarService use cases

Kamo·5mo ago
Featurekamo-shared-library

Add all contact repositories in dao.repos.contacts package

Kamo·5mo ago
Featurekamo-shared-library

Add ContactSyncLog entity

Kamo·5mo ago
Featurekamo-shared-library

Add ContactGroup and ContactGroupMember entities

Kamo·5mo ago
Featurekamo-shared-library

Add ContactRelationship entity

Kamo·5mo ago
Featurekamo-shared-library

Add Contact entity

Kamo·5mo ago
Featurekamo-shared-library

Add ContactBook entity

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