Используйте шаблон хоста wildcard для оптимизации доменно-агностических изображений
Accept large CockroachDB IDs in org Zod schema
The org ID from unique_rowid() exceeds JS MAX_SAFE_INTEGER, causing z.coerce.number().int() to fail with "too_big". Now accepts number, bigint, or string to han...
Accept UUID strings for feature IDs in org Zod schema
The OrgFeature schema required id to be a coercible integer, but the backend returns UUIDs. This caused a ZodError on every layout fetch, falling back to the ha...
Always refresh org context after any app toggle, not just completed-stage
POS and other non-completed apps also affect the UI (e.g. Pipeline in NavPri). The stage check was preventing the refresh for these apps.
Update all fallback feature lists and gate Pipeline/Chat/LeadStatus
Root cause: layout.tsx and org API route had hardcoded fallback feature lists with only 6 old apps (missing VOIP, AI_SUPPORT, SUPPORT, KB, NOTES, DOCS). When th...
Добавить уникальное ограничение (org id, feature type) для предотвращения дублирования функций
Auto-provision completed-stage app features in org domain endpoint
Moves auto-provisioning from the FeatureController (only hit from the apps settings page) to the SecurityController org domain endpoint (hit on every page load ...
Auto-provision missing completed-stage app features for existing orgs
When listing features, the controller now checks for missing OrgFeature rows for COMPLETED-stage apps and creates them. This ensures orgs created before new app...
Auto-enable all completed-stage apps for new orgs instead of hardcoded list
Replaces hardcoded feature list (which had duplicates and deprecated types) with a loop over all COMPLETED-stage, non-core, non-deprecated ServiceTypes. New app...
Catch all exceptions in FeatureController enable/disable endpoints
Prevents uncaught RuntimeExceptions from becoming opaque 500 errors. Now returns structured error messages for any failure.
Show CC and BCC in sent item email previews
Add bcc field to EmailMessage type. ThreadDetailView now displays BCC recipients when present (typically in sent folder copies).
Extract BCC recipients from IMAP messages
BCC header is retained on sent folder copies. Now extracted alongside To and CC so the frontend can display it in sent item previews.
Email nav icon now links to /messages instead of legacy /email iframe
The /email page embeds mail.kamocrm.com in an iframe (legacy webmail). The actual built-in email client is at /messages. Updated NavPri to point to the correct ...
Surface actual backend error message on feature toggle failure
Enable/disable now parses the error response body and shows the real error in the toast instead of a generic message. Helps diagnose what's actually failing on ...
Restore org context refresh after toggling completed-stage apps
Without router.refresh(), the org context stayed stale after enabling apps — NavPri, homepage, and settings never showed the newly enabled features. Now refresh...
Gate all feature cards and settings sections by org feature flags
Homepage: Documents card now uses isDocs (not deprecated isStorage/isDocManager), Calendar gated by isEmail, Notes gated by isNotes. Settings page: Commerce se...
Удалите чат из NavPri — чат открывается через Interaction Center, а не нав
Удалить router.refresh() из переключателя функций, чтобы предотвратить сброс страницы
router.refresh() заставлял страницу пересдавать и сбрасывать активную Закладка «Доступно» на каждый переключатель. Недействительность кэша и loadFeatures() уже ...
Prevent duplicate apps in features list by excluding all existing types
The available list was only excluding features with enabled=true, so a disabled feature (isActive=false) appeared in both the features array AND the available a...
Invalidate org cache after feature toggle to reflect changes immediately
The org API route caches organization data in Redis for 24h. After enabling or disabling an app, the stale cache caused feature flags to remain false, making se...
Gate all nav links and settings pages by org feature flags
NavTop: hide AI chat, softphone, SMS, credits, notes, calendar, and contacts links when their corresponding app is disabled. Settings pages for CRM, Email, Phon...
Sync settings nav with actual tab definitions across all pages
Add missing Mailboxes and CalDav/CardDav entries to email section in both the settings main page and the NavPri slide-out drawer. Fix Account section card linki...
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...
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...
Решите вспомнить Я не сохраняю имя пользователя во время сеансов входа
Re*** Callback запечатлел застойное исполнение Login, где Я всегда был ложным (первоначальным состоянием). Используется Ref для чтения Стоимость живого чекбокса...
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...
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 ...
Извлеките массив тем из { тем: [...]} API ответ
Конечная точка GET/api/support/topics возвращается { тема: [...]}, а не сырой массив. Все потребители теперь извлекают данные.Темы перед использованием массива.
Открытое окно поддержки с ошибкой 404 страниц
Заменить старую /помощь / билет / новую навигацию с помощью инструмента: Open CustomEvent Откройте окно поддержки непосредственно.
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 ...
Назначение ролей по умолчанию для членов при создании
**************** теперь назначает членов (каждый) роль от organization.roleMemberID. ************************************************* «Члены» (Everyone) и «Чл...
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 ...
Добавить отображение ошибок, когда создание темы не удается
Показывает сообщение об ошибке API в диалоговом окне вместо молчаливого отказа.
Загрузка отдела исправления в TopicManager
Отправьте заголовок X-***-Token (совпадающий шаблон DepartmentManager) и Извлеките отделы из формы ответа data.departments.
Добавьте защиту Array.isArray в ответы API для предотвращения ошибок .map
API может возвращать объекты ошибок вместо массивов в бэкэнд-таблицах пока не существует. Охраняйте все операции с массивом с помощью проверок Array.isArray.
Enable redirect following for MaxMind download
MaxMind returns 302 redirect to the actual file. HttpClient wasn't following it, causing the sync to fail with HTTP 302.
Add SecurityConfig to permit daemon trigger and actuator endpoints
Spring Security defaults blocked all endpoints with 401. Added explicit config to permit /api/daemon/** and /actuator/** without authentication.
Update ticket popup tool window to use light theme matching chatColors
Replace dark theme (dark backgrounds, white text, amber accents) with the light color scheme used by all other popup tool windows in the app.
Remove MANAGE_SUPPORT conditional from settings/analytics tabs, enable NavPri slide-out
All tabs now always visible. Removed disablePanel from NavPri Support entry so the slide-out panel works on hover.
Make description textarea fill remaining popup window height
Removed minRows/maxRows constraints and set flex layout on the input root so the textarea expands to fill all available vertical space.
Исправьте MediaObjImgDownload FK для использования MediaObjImg UUID PK вместо композитного ключа
Композитные FK (OBJ ID, IMG ID) ссылались на не-PK колонки, вызывающие тип Несоответствие (uuid vs int). Изменен на одиночный FK по ссылке OBJ IMG ID MediaObjIm...
Используйте нативный запрос для времени разрешения avg, чтобы избежать ограничения Hibernate EXTRACT (EPOCH)
Hibernate 6 не может применять EXTRACT (EPOCH FROM ...) к вычитанию метки времени (производит тип длительности, а не временный). Переключается на собственный SQ...
Как вы видите судоходство?
Каждое из этих обновлений автоматически попадает в ваше рабочее пространство. Начните бесплатно и смотрите, как он растет неделю за неделей.