Live Change Log

Vedi cosa stiamo costruendo in tempo reale. Ogni funzione, correzione e miglioramento spedito attraverso la piattaforma.

17,865
Variazioni totali
4,581
Caratteristiche
4,512
Fissazioni
32
Progetti
Filtra per progetto
Tutti i progetti17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Filtra per tipo
Tutti i tipiBuild24CI522Chore670Docs226Feature4,581Fix4,512Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
March 13, 2026
Featurekamo-internal

Aggiungere tipi e moduli di validazione

kamo·6mo ago
CIMediaService

Trigger pipeline

Kamo·6mo ago
Fixkamo-internal

Add proactive session extension to prevent timeout while user is active

The session monitor only extended the Redis session when TTL dropped to ≤5 minutes, and at that point silently auto-extended without showing the warning popup. ...

kamo·6mo ago
Featurekamo-internal

Redesign Apps & Features page with polished modern UI

Restyle the settings/account apps tab with stats banner, gradient icon containers, always-visible category filter pills, refined card hover states, animated vie...

kamo·6mo ago
Fixkamo-internal

Swap My Account and My Branch buttons and reduce NavTop gaps

Swapped positions of "My Account" and "My {branch title}" buttons in the top nav, and halved all container-level gaps for tighter spacing.

kamo·6mo ago
Fixkamo-register

Invalidate stale Redis cache mancanti org campi etichetta

Dati relativi alla registrazione prima dell'aggiornamento di SecurityService mancanti membroTitleNonPlural campo. Rilevare questo e recuperare i dati freschi co...

Kamo·6mo ago
FixSecurityService

Include member title labels and shortTitle in org domain response

The /org/domain/{domain} endpoint was missing memberTitlePlural, memberTitleNonPlural, teamMemberTitlePlural, teamMemberTitleNonPlural, and shortTitle fields fr...

Kamo·6mo ago
Fixkamo-register

Proxy tutte le chiamate API esterne tramite Next.js per evitare CORS

Aggiunto catch-all /api/security/[...path] percorso proxy e aggiornato ThemeConfig, FormAccountRecovery, FormPassportID, FormPersonalInfo, e FormRecoveryEnforce...

Kamo·6mo ago
March 12, 2026
Featurekamo-register

Mostra la vista di conferma con grande bandiera dopo la selezione del paese

Sostituisce la zona di ricerca/browse con bandiera centrata, nome del paese, e "Switch country" quando viene selezionato un paese.

Kamo·6mo ago
Fixkamo-register

API di Paesi proxy tramite Next.js e disabilitare la modalità di test

Il colpo diretto a api.kamocrm.com non è riuscito a causa di CORS. Aggiunto /api/conti percorso proxy (stesso modello come /api/org) e disabilitato USE TESTING ...

Kamo·6mo ago
Fixkamo-register

Utilizzare URL GitHub completi per i riferimenti di azione nel flusso di lavoro di Forgejo

Le refs (ad esempio azioni/checkout@v4) possono non essere risolte su Forgejo runners. Allineato con il formato di lavoro di kamo-internal.

Kamo·6mo ago
Featurekamo-register

Utilizzare il prefisso del titolo dinamico per le pagine di registrazione dei membri e del team

I membri mostrano "Join {org}", il team mostra "Apply to {org}".

Kamo·6mo ago
Otherkamo-analytics

fix dashboard save

Francis Cao·6mo ago
Featurekamo-register

Aggiungi overlay oscurante di sfondo per le pagine dei membri e del team

Pagina dei membri oscurata del 20%, pagina del team del 70%.

Kamo·6mo ago
FixAPIService

Use JdkClientHttpRequestFactory to support PATCH method forwarding

The default RestTemplate uses SimpleClientHttpRequestFactory (HttpURLConnection) which doesn't support the PATCH HTTP method, causing branch-titles save to fail...

Kamo·6mo ago
CIkamo-register

Trigger pipeline

Kamo·6mo ago
FixSecurityService

Move loginOrgOpt declaration outside try block to fix scope error

The variable was declared inside the first try block but referenced in the second try block for parent branch title resolution.

Kamo·6mo ago
Fixkamo-internal

Move useUserInfo hook into OrgStep component to fix build error

getParentBranchTitleNonPlural was referenced in OrgStep but only destructured in the parent CreateNetworkPage component.

kamo·6mo ago
FeatureSecurityService

Add abstract title and parent branch title fields to session and API

Add memberTitleAbstract, teamMemberTitleAbstract, parentBranchTitlePlural, and parentBranchTitleNonPlural to session creation and branch titles endpoint for lab...

Kamo·6mo ago
FeatureInitializerService

Add commerce repo scanning, exec-maven-plugin, and NATS/MinIO config

Enable JPA scanning for commerce package, add exec-maven-plugin for direct Java execution, configure NATS JetStream and MinIO settings, fix application name, an...

Kamo·6mo ago
Featurekamo-shared-library

Aggiungi campi astratti di titolo a BranchTitleResolution

Aggiungi i campi MemberAbstract e teamMemberAbstract con i valori predefiniti per il sistema di personalizzazione delle etichette.

Kamo·6mo ago
Featurekamo-internal

Add abstract title labels and dynamic parent branch titles

Add memberTitleAbstract and teamMemberTitleAbstract label fields with sync support. Replace hardcoded "Company" references with dynamic parentBranchTitleNonPlur...

kamo·6mo ago
Otherkamo-analytics

remove fallback logic, use service instead of direct URL

Francis Cao·6mo ago
Refactorkamo-register

Spalato etàReqType e aggiungere i percorsi di registrazione del membro/team

- Sostituire etàReqTipo con etàReqTypeMember e etàReqTypeTeamMember - Estratto componente RegisterFlow da page.tsx - Aggiungi /member e /team percorsi per fluss...

Kamo·6mo ago
Refactorkamo-internal

Split ageReqType into member and team member fields

Update Organization type, PublicProvider, route schema, and BranchSetupManager with separate member/team member age requirement sections.

kamo·6mo ago
RefactorInitializerService

Update DataLoader for split ageReqType fields

Set both ageReqTypeMember and ageReqTypeTeamMember to same value in mock data.

Kamo·6mo ago
Refactorkamo-shared-library

Spalato etàTipo in etàReqTypeMember e etàReqTypeTeamMember

Inseguimento dei requisiti di età separati per i membri vs membri del team in entità organizzativa.

Kamo·6mo ago
Refactorkamo-register

Rinominare i dipendenti a TeamMember e collegare override di etichette dinamiche

Rinominare tutti i riferimenti del dipendente/occupazione a TeamMember/TeamMembership. Estendere l'usoThemeConfig() con campi di etichetta e metodi di getter re...

Kamo·6mo ago
Refactorkamo-internal

Rename Employee to TeamMember and wire up dynamic label overrides

Rename all Employee/Employment references to TeamMember/TeamMembership. Replace hardcoded Member/Team Member display text with dynamic label getters from useUse...

kamo·6mo ago
RefactorSecurityService

Rename Employee to TeamMember and Employment to TeamMembership

Update all Employee/Employment references to TeamMember/TeamMembership in controllers, services, and security profile. Rename API endpoint from /employees-contr...

Kamo·6mo ago
Refactorkamo-shared-library

Rinominare i dipendenti a TeamMember e Occupazione a TeamMembership

Rinominare tutti i riferimenti del dipendente/occupazione a TeamMember/TeamMembership attraverso classi, variabili, metodi, annotazioni DB, valori enum, e visua...

Kamo·6mo ago
Featurekamo-internal

Add Child Organization Security Models mock UI to Branch Setup tab

Adds a datagrid with inline edit/add panel for managing child org security models, including org visibility toggles, age range selection, identity provider and ...

kamo·6mo ago
Otherkamo-analytics

fix globe fallback, fix freeform bug

Francis Cao·6mo ago
Otherkamo-analytics

remove slug from board schema

Francis Cao·6mo ago
Fixkamo-internal

Resolve session timeout maintenance system not running

Root cause: sessionMonitor.start() called stop() after setting this.config, which nullified the config before the 3-second startup timer fired. As a result, the...

kamo·6mo ago
Otherkamo-analytics

remove old goals schema

Francis Cao·6mo ago
CIkamo-login

Trigger pipeline

Kamo·6mo ago
Fixkamo-login

Nascondi il badge re*** quando la modalità di attribuzione del testo è attiva

Selettore CSS fisso overlyspecific che ha mirato il badge all'interno #re***-container. Google inietta il badge direttamente in <body>, così la regola non si è ...

Kamo·6mo ago

Come quello che vedi la spedizione?

Ognuno di questi aggiornamenti atterra automaticamente nello spazio di lavoro. Inizia gratis e guardalo crescere settimana dopo settimana.

Inizia gratis per sempreVisualizza il prezzo