ライブ・チェンジ・ログ

リアルタイムで構築しているものを見る。 プラットフォーム間で出荷されるすべての機能、修正、改善.

17,933
総変更点
4,614
特徴:
4,543
フィックス
32
プロジェクト
プロジェクトによるフィルタ
すべてのプロジェクト17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
タイプ別フィルター
すべてのタイプBuild24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 28, 2026
Featurekamo-meet

MinIOテーマの解像度で動的orgブランディングシステムを追加

Orgのロゴ、CSS色の変数、favicon、およびサイト名をから読み込む minIO-hosted テーマアセットは、ブランディング/overrides.js を経由して実行時に、 ブランディングデータをWatermark、ウェルカムページ、PreMeetingScreenコンポーネントに配線します.

Kamo·5mo ago
Featurekamo-meet

ストリップすべて ユーザーの目に見えない UI からブランディング

静的ミートブランディングを削除して、動的orgベースのテーマの準備: - "Meet Meet" アプリ名をコンフィグの "Meeting" に置換する - 明確な大会の透かし、ロゴおよび動力を与えられた参照 - 60以上の言語ファイルを渡るすべてのMeet-branded文字列を初期化 - 透明なプレースホルダーでロ...

Kamo·5mo ago
Featurekamo-internal

リアルタイムの未読メッセージインジケーターでチャットメンバーのカウントを置換

- NavTopバッジは、オンラインメンバーカウントではなく、完全に未読メッセージを表示します - --color-primaryテーマ変数から得られるチャットボタンのアイコン色 - インタラクションセンターのメンバー項目は、未読メッセージカウントバッジを1人表示 - UnreadContext は、WebSocket...

kamo·5mo ago
FeatureMediaService

Add unread count API endpoint, mark-as-read endpoint, and WebSocket broadcast

- GET /api/media/sessions/chat/unread returns per-session and per-sender unread counts - PUT /api/media/sessions/{guid}/read marks a session as read for current...

Kamo·5mo ago
Featurekamo-shared-library

未読メッセージカウントのクエリとマーク・アスレッドのサービスメソッドを追加

MediaSessionMemberの既存のmsgIdLastViewedフィールドを強制的に計算 per-session unread カウントとマークセッションは、チャットを未読に読む インジケータ機能.

Kamo·5mo ago
Featurekamo-internal

トレーナーAIのトグルとオーディエンスの可視性チェックボックスをKB記事エディタに追加

AiEnabled マスター toggle をメンバーの可逆可視性チェックボックスに追加します。 チームメンバー、および行動標識の設定からorgのカスタマイズされたラベルを使用して公開します.

kamo·5mo ago
FeatureAIService

オーディエンススコープ付き KB 結果の RAG によるメンバータイプを渡す

メンバーリポジトリからメンバータイプを解決し、RAG検索リクエストに含める そのため、ベクターDBは、オーディエンスの可視性でKBの記事をフィルタリングすることができます.

Kamo·5mo ago
FeatureRAGService

Add audience-scoped AI visibility filtering to RAG pipeline

Store **************** in Qdrant payload, filter search results by memberType, skip indexing when aiEnabled is false, and add visibility index creation for exis...

Kamo·5mo ago
FeatureKBService

Support AI visibility toggles in KB article create/update

Accept aiEnabled and visibility flags in create/update endpoints. Handle AI toggle changes by publishing delete events when AI is disabled, triggering re-indexi...

Kamo·5mo ago
Featurekamo-shared-library

AI 可視フィールドを KbArticle 組織に追加

AiEnabled, aiVisibleToPublic, aiVisibleToMembers, aiVisibleToTeamMembers を追加 パー粒子AIのトレーニングと聴衆スコープのRAGアクセスを制御するためのブールフィールド.

Kamo·5mo ago
FeatureAIService

Add feedback endpoint for AI chat responses

Kamo·5mo ago
FeatureAIService

Wire ConversationContextService for sliding window context management

Trims conversation history to fit model's context window before sending to LLM. Keeps recent messages verbatim, summarizes older ones.

Kamo·5mo ago
FeatureInitializerService

Add AI_CHAT_FEEDBACK table schema

Kamo·5mo ago
Featurekamo-internal

Add infinite scroll pagination to classic email view

Classic mode only loaded the first 50 messages with no way to see older ones. Wire up the existing VirtualMessageList onLoadMore/hasMore/loadingMore props so pa...

kamo·5mo ago
March 27, 2026
Featurekamo-internal

Add Notes to NavPri below KB, gated by isNotes

kamo·5mo ago
March 26, 2026
Featurekamo-internal

Add settings pages for HRS, Docs, Support, KB, Notes, and Chat

Create ComingSoonTab shared component and 6 new feature settings pages with coming soon placeholders, feature flag guards, and help tips. Links from FeaturesMan...

kamo·5mo ago
Featurekamo-internal

Auto-refresh UI after feature toggle and role changes

FeaturesManager and SecurityRoleManager now call router.refresh() after mutations to re-fetch org context and user session data, reflecting permission and app c...

kamo·5mo ago
FeatureSecurityService

Auto-refresh Redis session rights after feature/role changes

FeatureController and SecurityRoleController now rebuild the caller's session rights in Redis after enable/disable, role create/update/delete, and recalculate-r...

Kamo·5mo ago
Featurekamo-internal

Implement app management UI with backend integration and dynamic permissions

Rewrite FeaturesManager to use backend API for app enable/disable with root-org gating for in-dev apps. Update NavPri to gate all nav items by org feature flags...

kamo·5mo ago
FeatureSecurityService

Add FeatureController for org app enable/disable management

REST endpoints for managing organization app features: GET features list, POST enable/disable with CONFIGURE_SYSTEM permission check, root-org-only gating for i...

Kamo·5mo ago
Featurekamo-shared-library

サービスの種類、権利、機能制御でアプリ管理システムを追加

ServiceType 列を再構成: core/deprecated フラグを追加し、DOC MANAGER→DOCS の名前を変更します。 そしてAI CHAT→AI SUPPORTは、STORAGE/DOC CLASSIFIER/を非推奨にサポート/通知/POSタイプを加えます DOCS EDITOR.(ドーシー)...

Kamo·5mo ago
Featurekamo-internal

Add email alias and shared mailbox UI support

Composer "From:" dropdown for switching between primary, alias, and shared mailbox addresses. New "Mailboxes" 6th tab in email settings for org-wide admin manag...

kamo·5mo ago
FeatureEmailService

Add email aliases and shared mailbox support

New MailboxManager provider capability interface for alias and shared mailbox CRUD. KamoMailMailboxManager implementation manages dovecot/postfix virtual_users ...

Kamo·5mo ago
Featurekamo-shared-library

メールエイリアスと共有メールボックスのエンティティティとリポジトリを追加する

Email provider スキーマの新しい JPA のエンティティティティ(メンバーごとのサリアス)、 SharedMailboxEntity (暗号化された IMAP の認証情報を含む、全共有メールボックス)、 共有メールボックスAccessEntity(共有メールボックスのアクセス付与).

Kamo·5mo ago
Featurekamo-internal

Start ChatオプションでPre TICKETステータスを追加

- TicketCreationForm: 2つのボタン — 「チャットを開始」 (チケットの事前購入、タイトルなし) 必須、トピックのみ)と「入場券」(タイトル付きのフルチケット) - TicketHeader: ステータスが PRE TICKET の場合の「チケットへの変換」ボタン、 タイトルが必要なダイアログを開...

kamo·5mo ago
FeatureMediaService

Add PRE_TICKET creation and convert-to-ticket endpoint

- createTicket: when preTicket=true, sets status to PRE_TICKET, skips assignment (no title required) - PUT /tickets/{id}/convert: converts PRE_TICKET to NEW, ...

Kamo·5mo ago
Featurekamo-shared-library

リクエストを作成する際の PRE TICKET ステータスと preTicket フラグを追加

ユーザが起動するチャットファーストセッションのための新しいステータス PRE TICKET(14) チケットを正式に提出せずにチャット。 変換する タイトルを設定し、ステータスを変更することにより、後日フルチケット.

Kamo·5mo ago
March 25, 2026
FeatureSecurityService

Add POST **************** endpoint

Triggers org-wide member_rights_applied recalculation. Needed after schema migrations or manual DB changes to permissions.

Kamo·5mo ago

配送を見るのが好きですか?

これらのアップデートは、自動的にワークスペースに埋め込まれます。 週1回無料スタートし、週1回生育する.

永遠に無料で始める料金を見る