Mabadiliko ya Tabianchi

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

17,864
Mabadiliko ya Jumla
4,580
Features ya
4,512
Wa
32
Miradi ya Miradi
Filter ya Mradi
Miradi yote17,864AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,552kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filter ya aina
Aina zoteBuild24CI522Chore670Docs226Feature4,580Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
September 4, 2026
OtherSecurityService

Merge remote-tracking branch 'origin/main'

Kamoยท1w ago
August 27, 2026
OtherSecurityService

Pin the exact JSON the clinical client parses

Every field in these bodies is read by name in app/lib/patients/ehrApi.ts and nothing was checking the server still emits them. The service tests pin that the e...

Kamoยท2w ago
OtherSecurityService

The exchange status says what would make it connected

The status endpoint is asked before the UI offers a network query, so a practice that is not onboarded sees an explanation instead of a button that always fails...

Kamoยท2w ago
OtherSecurityService

Never auto-provision Patient Records into a tenant

Two of the three paths that would hand a clinical record system to orgs that never asked for one, now that ServiceType.EHR is COMPLETED and therefore available....

Kamoยท2w ago
OtherSecurityService

Disclose that drug interactions are not checked

Prescribing ran three checks the practice's own data can answer and no drug-drug interaction check at all. Declining to build one was right -- interaction knowl...

Kamoยท2w ago
August 18, 2026
OtherSecurityService

Update DomainController

Kamoยท3w ago
July 6, 2026
June 15, 2026
May 11, 2026
OtherSecurityService

Revert "fix(orgs): propagate child-org-creator admin status to parent-org membership"

This reverts commit ****************

Kamoยท4mo ago
April 30, 2026
OtherSecurityService

Change to configmap to add kamo-asterisk-support

Kamoยท4mo ago
April 29, 2026
OtherSecurityService

Revert "feat(billing): add platform-subscription endpoint for cross-org feature gating"

This reverts commit ****************

Kamoยท4mo ago
April 27, 2026
OtherSecurityService

AccountGroup -> AccountTier; endpoints /groups -> /tiers

Account-group endpoints (customer segmentation tiers, not billing) renamed throughout to use "tier" terminology consistently with the shared-lib rename: - /api/...

Kamoยท4mo ago
OtherSecurityService

Change to configmap to add kamo-asterisk-support

Kamoยท4mo ago
April 26, 2026
OtherSecurityService

Add diagnostic logging to /names endpoint

Log orgId, member count, and per-member name resolution to diagnose why the assigned-member name is not resolving correctly.

Kamoยท4mo ago
April 25, 2026
OtherSecurityService

Add logging to uploadBackground endpoint

Log org/index, file info, userId, auth decisions, and MinIO staging key to trace why background uploads are not appearing in staging bucket.

Kamoยท4mo ago
April 20, 2026
OtherSecurityService

Enable Hibernate SQL logging to diagnose members query returning 0

Temporarily enabled org.hibernate.SQL=DEBUG to see what SQL the TYPE() JPQL query generates for the members-subscribers endpoint.

Kamoยท4mo ago
OtherSecurityService

Add diagnostic logging to getMembersAndSubscribers endpoint

Logs orgId, query result count, and per-member isActive status to help diagnose why Members tab shows empty list.

Kamoยท4mo ago
April 17, 2026
OtherSecurityService

Change to configmap to add kamo-nowww

Kamoยท4mo ago
OtherSecurityService

Change to configmap to add kamo-analytics

Kamoยท4mo ago
April 11, 2026
OtherSecurityService

Add extensive logging to synchronous conversion flow, fix bucket lookup

Use img.getAssocId() for bucket instead of local assocType variable. Add step-by-step logging for download, conversion call, and result.

Kamoยท5mo ago
OtherSecurityService

Add query parameter logging to template list endpoint

Kamoยท5mo ago
December 16, 2025
November 26, 2025
OtherSecurityService

Invalidate existing session before creating new one during login

- Check for existing *** cookie in login request - Delete/invalidate existing session before creating new one - Prevents reusing old session cookies when loggin...

snadjafiniaยท9mo ago
OtherSecurityService

Clear session data before deleting key to ensure session is unusable

- Set session data to empty JSON ({}) before deleting the key - Ensures session is unusable even if deletion fails or there's replication lag - Add error handli...

snadjafiniaยท9mo ago
OtherSecurityService

Improve logout cookie clearing - clear cookies across all domain/path combinations

- Clear cookies with base domain (e.g., .kamocrm.com) to cover all subdomains - Clear cookies for current hostname without domain attribute - Clear cookies unre...

snadjafiniaยท9mo ago
OtherSecurityService

Use avatarType field instead of complex proxy detection

- Check avatarType field directly for simple type checking - Set avatarType when creating new avatars - Much simpler and more performant approach

snadjafiniaยท9mo ago
OtherSecurityService

Use simple filter to check if avatar is photo or Avatar Creator

- Remove complex proxy detection logic - Simply filter findById result to check if it's AvatarPhoto - If not photo, default to Avatar Creator - Much simpler app...

snadjafiniaยท9mo ago
OtherSecurityService

Add detailed logging to avatar URL generation for debugging

- Log when avatar URLs are generated, what URLs are created - Log when avatars are missing or URLs are null - This will help identify why avatars aren't showing...

snadjafiniaยท9mo ago
OtherSecurityService

Add avatar URLs to members by-department endpoint with override mechanism

- Include avatar URL in each member response from **************** - Respect override mechanism: member avatar (if exists) รขโ€ โ€™ user avatar (default) - Frontend ...

snadjafiniaยท9mo ago
November 25, 2025
November 24, 2025
OtherSecurityService

Add detailed logging to avatar URL generation to identify failures

snadjafiniaยท9mo ago
November 4, 2025
November 3, 2025
OtherSecurityService

Add detailed logging for member-to-department assignment

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
November 2, 2025
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
OtherSecurityService

Chat system and nats jetstream final wiring

snadjafiniaยท10mo ago
October 31, 2025
OtherSecurityService

More UI fixes

snadjafiniaยท10mo ago
OtherSecurityService

More UI additions to Doc Manager

snadjafiniaยท10mo ago
October 30, 2025
OtherSecurityService

Direct editing of fields in doc manager and more

snadjafiniaยท10mo ago
OtherSecurityService

Enforce OTK-only auth; remove cookie/X-*** acceptance

snadjafiniaยท10mo ago
October 29, 2025
OtherSecurityService

Reduce terminationGracePeriodSeconds to 20s for faster rollouts

snadjafiniaยท10mo ago
OtherSecurityService

Add re***, Twilio, and Vonage configuration values to configmap

snadjafiniaยท10mo 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