Журнал змін

Дивись, що ми будуємо, в режимі реального часу. Кожна функція, фіксація та вдосконалення, що надходить на платформу.

17,876
Загальні зміни
4,587
Особливості
4,517
Фіксатори
32
Проекти
Фільтр за проектом
Всі проекти17,876AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService352InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,557kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Фільтр за типом
Всі типиBuild24CI522Chore670Docs226Feature4,587Fix4,517Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
March 13, 2026
FeatureSecurityService

Set owner and create team member on org creation

When creating an organization via POST /api/security/org, the authenticated user is now set as the org owner and gets Member + TeamMember records with FULL acce...

Kamo·6mo ago
Fixkamo-internal

Restore full step component implementations

Replace stub step components with the complete implementations that include all form fields, validation, and UI logic for each wizard step.

kamo·6mo ago
Featurekamo-internal

Add security models to security roles with backend integration

Add multi-select for security models in the security role create/edit dialog. Display assigned models in the roles table. Wire BranchSetupManager to persist sec...

kamo·6mo ago
FeatureSecurityService

Add security models CRUD controller and wire to security roles

Add SecurityModelController with full CRUD at /api/security/models. Update SecurityRoleController to accept securityModelIds on create/update and expose GET /se...

Kamo·6mo ago
Featurekamo-shared-library

Додайте моделі безпеки дитиниОргіяМодель для ролей

Додайте підтримку підтримки безпеки організації дитини з багатьма людьми відносини з ролями безпеки через OrgRoleSecurityModel приєднатися до особи. Включає суб...

Kamo·6mo ago
Featurekamo-internal

Replace pipeline modal dialogs with full detail pages

Rebuild all 6 market detail pages (Orders, Applications, Bookings, Agreements, Procurement, Service) from scratch using a shared PipelineRecordLayout component....

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 кеш відсутні поля етикетки org

Заплановані дані org перед оновленням Служби безпеки не вистачає учасникTitleNonPlural поле. Зніміть це і перезавантажте свіжі дані так мітки користувача/пара в...

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

Проксі всі зовнішні API виклики через Next.js, щоб уникнути CORS

Додано ловлов-all /api / Security / [...path] проксі маршрут і оновлений ТемаConfig, FormAccountRecovery, FormPassportID, FormPersonalInfo, і формаРеcoveryПідси...

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

Перегляд підтвердження з великим прапором після вибору країни

Замінює область пошуку/browse з центральним прапором, Назва країни і "Свічка країна" посилання при вибраній країні.

Kamo·6mo ago
Fixkamo-register

Проксі країн API через наступний.js і відключити режим тестування

Пряма fetch to api.kamocrm.com не вдалося через CORS. Додому /api/countries Маршрут проксі (наприклад, /api/org) та вимкнений USE TESTING MODE.

Kamo·6mo ago
Fixkamo-register

Використовуйте повну URL-адресу GitHub для посилань на дії в робочому середовищі Forgejo

Швидке рефтування (наприклад, дії/checkout@v4) не можна вирішити на Forgejo бігуни. Вирівнюється з робочим форматом камо-вну.

Kamo·6mo ago
Featurekamo-register

Використовуйте динамічний заголовок для сторінок реєстрації учасників та команди

Учасник шоу "Джейн {org}", команда показує "Додатково {org}".

Kamo·6mo ago
Otherkamo-analytics

fix dashboard save

Francis Cao·6mo ago
Featurekamo-register

Додати фон затемнення накладки для учасників та командних сторінок

Сторінка учасника, потемнена 20%, сторінка команди на 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

Тригерний трубопровод

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

Додати поля назв анотації в BranchTitleResolution

Додати до користувачаAbstract та командаMemberAbstract поля з за замовчуванням для системи налаштування етикетки.

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

Спліт вікReqType і додати маршрути реєстрації паром

- Заміна вікуReqTypeMember і вікуReqTypeTeam - Витягувати компонент Реєстру з сторінки.tsx - Додати /членувати та /парні маршрути для окремих реєстраційних пото...

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

Роздільний вікReqTypeMember і вікReqTypeTeam

Відстеження вимог до окремого віку для членів команди в організації.

Kamo·6mo ago
Refactorkamo-register

Перейменуйте працівників в TeamMember і провідуйте динамічні накладки етикеток

Перейменувати всі довідки працівника/заробіток до командиМебер/ТеамМберship. Розширення useThemeConfig() з полями етикеток та методами getter fetched API органі...

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

Перейменник команди

Перейменувати всі довідки працівника/заробіток до командиМебер/ТемамМберship у класах, змінних, методах, анотаціях DB, значеннях ферментів і відображення тексту...

Kamo·6mo ago

Як ви бачите відправлення?

Кожен з цих оновлень землі в робочому просторі автоматично. Почати вільний час і дивитися його на тиждень після тижня.

БезкоштовноПерегляд цін