ライブ・チェンジ・ログ

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

17,914
総変更点
4,605
特徴:
4,534
フィックス
32
プロジェクト
プロジェクトによるフィルタ
すべてのプロジェクト17,914AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService370InitializerService300KBService74KlusterServices545MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,572kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,321kamo-signer-monorepo50kamolos102
タイプ別フィルター
すべてのタイプBuild24CI523Chore670Docs226Feature4,605Fix4,534Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
March 13, 2026
CIMediaService

トリガーパイプライン

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 ラベル フィールド

SecurityService 更新前のキャッシュされた org データは、 MemberTitleNonPlural フィールド これを検知し、新鮮なデータを再取得する カスタムメンバー/チームラベルは正しく表示します.

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

CORSを避けるためにNext.jsを通してすべての外部API呼び出しをプロキシ

キャッチオール/api/security/[...path]プロキシルートを追加し、更新 テーマ構成、FormAccountRecovery、FormPassportID、FormPersonalInfo、 FormRecoveryEnforcement は、直接の代わりにローカルプロキシを使用する api.kamoc...

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

国選択後に大きな旗で確認画面を表示

検索/参照領域を中央フラグ、国名、および 国を選択したときに「国を切り替える」リンク.

Kamo·6mo ago
Fixkamo-register

Next.js によるプロキシ国 API およびテストモードの無効化

CORS による api.kamocrm.com への直接取得が失敗しました。 /api/countries を追加 プロキシルート(/api/org と同じパターン)と無効な USE TESTING MODE です.

Kamo·6mo ago
Fixkamo-register

Forgejo ワークフローでアクションリファレンスの GitHub URL をすべて使用

短い refs (例: action/checkout@v4) は解決できません フォージジョランナーズ kamo-internalの作業形式に合わせました.

Kamo·6mo ago
Featurekamo-register

会員およびチーム登録ページの動的タイトルプレフィックスを使用する

"Join {org}" というメンバーは、"Apply to {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に抽象的なタイトルフィールドを追加

デフォルトでmemberAbstract と TeamMemberAbstract フィールドを追加します。 ラベルのカスタム化システムのため.

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 とメンバー/チーム登録ルートを追加

- 年齢を置換ReqType会員と年齢ReqTypeTeamMember - ページ.tsx から registerFlow コンポーネントを抽出する - 別々の登録フローに /member と /team ルートを追加 - 会員とチームのサインアップを提供するランディングページでホームページを置き換える

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

年齢を分割ReqType会員と年齢ReqTypeTeamMember

組織内のメンバーとチームメンバーの異なる年齢要件のトラッキング.

Kamo·6mo ago
Refactorkamo-register

チームメンバーに従業員の名前を変更し、動的ラベルオーバーライドをワイヤーアップ

チームメンバー/チームメンバーへのすべての従業員/従業員の参照の名前を変更します。 useThemeConfig() をラベルフィールドと getter メソッドで拡張します。 組織API。 FormPassportID で動的メンバーラベルをワイヤーアップ 会員のエイリアステキストの登録ページ.

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

チームメンバーに社員を名付け、チームメンバーに就職

チームメンバー/チームメンバーへのすべての従業員/従業員の参照の名前を変更する クラス、変数、メソッド、DB アノテーション、enum 値、および テキストを表示します。 また、アノテーションでデータベーステーブル/カラム/インデックス名を更新します。 動的ラベルのゲッターを使用して、該当するテキストを表示できます.

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

トリガーパイプライン

Kamo·6mo ago
Fixkamo-login

テキストアトリビューションモードがアクティブであるときにre***バッジを隠す

内側のバッジをターゲする独自のCSSセレクターを修正 #re***-container。 Googleはバッジを直接<body>に注入します、 そのため、ルールは一致しません。 .gre***-badge へ変更 可視性:DOM要素を現在保持する隠し(Googleで必須) 視覚的に隠す間.

Kamo·6mo ago

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

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

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