Add SmsChatTab with search, emoji, attach, timestamps, quick replies
Remove Client ID and Secret fields from RingCentral UI
These are platform-level credentials set once in the K8s secret. Customers only need to provide their JWT Key and main phone number.
Read RingCentral client-id/secret from platform config, not per-org DB
Client ID and Secret identify the Kamo app on RingCentral's platform — they are shared across all orgs. Inject them from Spring Boot properties (backed by the K...
Remover clienteId/clientSecret do VoipProviderConfig
Estas são credenciais de nível de plataforma compartilhadas em todas as orgs. Apenas jwtKey e mainPhoneNumber são per-org.
Use correct session key casing for orgID and memberID
KSessionService stores keys as orgID and memberID (capital D). Both controllers were calling .get("orgId") and .get("memberId") which always returns null, causi...
Always show softphone and SMS buttons in NavTop
Removed isVoip gate so the buttons are always visible regardless of feature flag state.
Add Dockerfile for VOIPService
Matches the shared-library + service two-stage build pattern used by EmailService and other Java services.
Use feature type name as key before numeric id in org feature preprocessing
Java returns features with `type: "VOIP"` and a numeric `id`. The preprocessing chain had `obj.id` before `obj.type`, causing all features to get numeric string...
Add SMS tool button to NavTop, gate softphone + SMS on organization.isVoip
Adicione voip.> a assuntos de fluxo NATS e manuseie IlegalStateException em VoipStompRelayController
O fluxo NATS só cobriu chat.> Então, assinando voip.> lançado Excepção ilegal do Estado ([SUB-907] Sem fluxos correspondentes). Voip adicionado.> para os sujeit...
Add security-service.*** to K8s ConfigMap
KamoJwtService requires this property for Bearer token validation in DavAuthFilter, but the K8s ConfigMap overrides application.yml and was missing it — causing...
Redesign phone provider setup to match email provider format with logos, help tips, and correct nav tabs
- Rewrite PhoneProviderSetup to match EmailProviderSetup pattern: list/config view split, AnimatePresence transitions, back button with provider name in header,...
Show Phone System(s) settings unconditionally so orgs can configure VOIP before enabling it
- Remove isVoip gate from phone section on /settings page — Provider Setup card has no condition so it always appears; Agents and Dial Plans still gated by isVo...
Guard against non-array API responses in useContacts hook
setBooks, fetchContacts, and searchContacts now safely handle error objects and Spring paginated wrappers instead of crashing with 'e.map is not a function'.
Nome de campo correto no findEventsNeedingSync query from 'integration' to 'contactIntegration'
Add Personal Calendars & Contacts section to member membership-permissions tab
Add PersonalProviderSection component for member CalDav/CardDav integrations
Initial DaemonService project — Quartz jobs, NATS publishers, K8s, CI/CD
Write ContactSyncLog on calendar/contact mutations for bidirectional sync
Add Google, Microsoft, and GenericDav provider stubs with token refreshers
Add IntegrationSettingsController, IntegrationSettingsService, SyncTriggerPublisher stub
Adicionar métodos de pesquisa baseados em ID ao ContactIntegrationRepository
Extract resolveUserId helper, add ETag comment in KamoGroupwareProvider
Adicionar interface GroupwareProvider, ProviderContext e classes de modelos
- Interface GroupwareProvider define operações de calendário e livro de contato - ProviderContext carrega contexto de execução para invocações de provedor - Cla...
CalDav/CardDav Part 4 — schema indexes and email repo scan
- Add supplemental indexes on **************** and **************** via SchemaCleanupRunner (Hibernate ddl-auto:update adds the FK columns; indexes are extr...
CalDav/CardDav Parte 4 — repositório de bibliotecas compartilhados e adições de entidades
- Adicionar contatoIntegração FK à entidade ContactBook - Adicionar findByContactIntegrationId to UserCalendarRepository - Adicionar findByContactIntegrationId ...
Add proxyDav route, fix forward() body guard for DAV methods, add email service URL
Add CardDavController and ContactService DAV methods for CardDAV support
Adicionar findByUidAndContactBookId, findChanged Desde então, findExcluídosDesde o ContatoRepositório; adicione findByOwnerId to ContactBookRepository
Add CalDavController and CalendarService DAV methods
Adds findEventByUid, getChangedEventsSince, getDeletedEventsSince to CalendarService. Adds CalDavController handling PROPFIND, REPORT, MKCALENDAR, PROPPATCH, GE...
Adicionar pesquisaByIcalUidAndUserCalendarId, findChanged Desde então, findExcluídoDesde o CalendárioEventRepository
Como o que vês no transporte?
Cada uma dessas atualizações pousa automaticamente em seu espaço de trabalho. Comece grátis e veja crescer semana após semana.