ライブ・チェンジ・ログ

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

17,922
総変更点
4,609
特徴:
4,537
フィックス
32
プロジェクト
プロジェクトによるフィルタ
すべてのプロジェクト17,922AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService372InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,574kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
タイプ別フィルター
すべてのタイプBuild24CI523Chore670Docs226Feature4,609Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 1, 2025
November 30, 2025
Featurekamo-internal

Create welcome presentation page with feature cards

- Added full logo display at top left using ThemeLogo component - Created modern, polished welcome page with feature cards grid - Each feature card includes ico...

snadjafinia·9mo ago
November 29, 2025
Featurekamo-internal

Add comprehensive custom forms builder with drag-and-drop

- Update CRM page: Change tab name from "Custom Online Forms" to "Custom Forms" - Add CustomFormManager component for form list/browse with create/edit/delete -...

snadjafinia·9mo ago
FeatureSecurityService

Add CustomFormController for custom forms API endpoints

- Add REST controller at /api/security/custom-forms - Implement GET, POST, PUT, DELETE endpoints for form management - Support form structure with stacks and fi...

snadjafinia·9mo ago
Featurekamo-shared-library

フォームビルダーサポートでカスタムフォーム機能を追加

- FormFieldType列を12フィールドタイプ(TEXT、TEXT AREA、MONEY、DATE、DATE TIME、DROPDOWN、RADIO、リスト、CHECKBOX、ADDRESS、US SSN、US STATE)に追加します。 - 組織クラスを追加:カスタムフォーム、フォームスタック、フルJPA関係...

snadjafinia·9mo ago
November 28, 2025
FeatureSecurityService

Add detailed logging to **************** for debugging

snadjafinia·9mo ago
FeatureSecurityService

Add LeadMarketController for managing lead markets via REST API

snadjafinia·9mo ago
FeatureSecurityService

Use organization streamGuid for organization-wide media feed

- Added OrganizationRepository to MediaStreamController - Updated getFeed to use organization's streamGuid instead of querying all sessions - Updated createPost...

snadjafinia·9mo ago
Featurekamo-internal

Create reusable MediaStream component and lead communications

- Created reusable MediaStream component for all media stream contexts - Refactored FeedTimeline to use MediaStream component - Created LeadCommunications compo...

snadjafinia·9mo ago
Featurekamo-shared-library

リードおよびサポート リード固有のメディアストリームにストリームを追加

- MediaSession ストリームを参照するために Lead.java に StreamGuid フィールドを追加 - MediaSessionPostを更新し、オプションのリード関連付けをサポート - 更新された****************は任意鉛変数を受け入れます - リードストリームのクエリメソッドでM...

snadjafinia·9mo ago
Featurekamo-internal

Implement social media feed timeline

- Replace clubhouse page with FeedTimeline component - Add PostComposer for creating posts with images - Add PostCard component with like, comment, edit, delete...

snadjafinia·9mo ago
FeatureSecurityService

ソーシャルメディアフィード用のMediaFeedControllerを追加

- 投稿、コメント、いいね の REST エンドポイントで MediaFeedController を追加します。 - アクセス・レベル・フィルタリングによる paginated フィード・エンドポイントの実装 - 投稿画像に画像アップロードエンドポイントを追加 - MediaServiceとImageServiceを...

snadjafinia·9mo ago
Featurekamo-shared-library

MediaObjReportRepositoryを追加し、ソーシャルメディアサービスを更新

- MediaObjReportのリポジトリを好きな/反応システムに追加する - CreatePostSessionとNATSイベントパブリッシングでMediaServiceを更新 - 組織ベースのフィードクエリでMediaSessionリポジトリを更新する - 更新する Employee.java 雇用ステータスフィ...

snadjafinia·9mo ago
November 27, 2025
Featurekamo-internal

Preserve USERNAME and REMEMBER_ME cookies on logout and forward to kamo-login

- Exclude USERNAME and REMEMBER_ME cookies from deletion on logout - Forward logout request to kamo-login logout endpoint after clearing cookies

snadjafinia·9mo ago
Featurekamo-login

ドメイン固有の設定でUSERNAMEとREMEMBER MEクッキーを追加

- 成功したログイン(1年間の有効期限)でチェックされていることを思い出させるときにユーザー名クッキーを設定します - 任意のログインの試みでチェックされていないことを覚えていれば、ユーザー名クッキーをクリア - チェックボックスの状態に基づいてREMEMBER MEクッキーを'1'または'0'に設定する - ページの...

snadjafinia·9mo ago
November 25, 2025
Featurekamo-internal

Add organization logos to Profile and Membership & Permissions tabs

- Fetch security provider organization logo and display next to Profile tab - Fetch current organization logo and display next to Membership & Permissions tab -...

snadjafinia·9mo ago
Featurekamo-internal

Add Manage Backgrounds button in MemberHeader

- Added handleManageBackgroundsClick prop to MemberHeader - Added Manage Backgrounds button next to URL input when custom background is enabled - BackgroundMana...

snadjafinia·9mo ago
FeatureSecurityService

Store avatar hash and extension in *** session data

- Added updateSession method to KSessionService for updating session fields - Updated setActiveAvatar to store userAvatarHash and userAvatarExtension in session...

snadjafinia·9mo ago
FeatureSecurityService

Include avatar URLs in member profile response

- Added helper methods to generate avatar URLs (getThemeDomain, getPublicBucketName, generateFileHash, getPublicBucketUrl, generateAvatarUrl) - Updated getMembe...

snadjafinia·9mo ago
Featurekamo-internal

Add avatar fallback logic to chat components and member list

- Created avatarUtils.ts with utility functions for avatar fallback (member -> user -> initials) - Updated HexHeadGroup to fetch and display avatars with fallba...

snadjafinia·9mo ago
Featurekamo-internal

Update Create Avatar layout to match kamo-register design

- Reorganize Create Avatar tab with top row for quick settings (Style, Seed) - Split bottom row into two columns: Preview (left) and Advanced Settings (right) -...

snadjafinia·9mo ago
FeatureSecurityService

Implement hash-based file storage for avatars

- Generate SHA-256 hash from avatar ID after persistence - Store hash in database fileHash field - Upload files to MinIO using hash-based naming: {hash}.{fileEx...

snadjafinia·9mo ago
Featurekamo-shared-library

安全なファイルストレージ用のAvatarエンティティティにfileHashフィールドを追加

- アバター ID の SHA-256 ハッシュを格納する fileHash カラムを追加します。 - Hash は、Mino ファイルのネーミングでエンマイレーション攻撃を防ぐために使用されます。 - フォーマット:{id}.{fileExtension}の代わりに{hash}.{fileExtension}

snadjafinia·9mo ago

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

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

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