直播更改日志

看我们在建什么,实时的。 每个功能,固定, 和改进都跨出平台.

17,896
变动共计
4,600
特征
4,522
修补
32
项目
按项目过滤
所有项目17,896AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,565kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI522Chore670Docs226Feature4,600Fix4,522Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
October 25, 2025
Otherkamo-internal

Fix missing closing Box tag

snadjafinia·10mo ago
Otherkamo-internal

Change tab label from Preview Selected to Prepare Selected

snadjafinia·10mo ago
Otherkamo-internal

Fix syntax error - restore closing fragment tag

snadjafinia·10mo ago
Otherkamo-internal

Fix count labels visibility - add as separate footer

snadjafinia·10mo ago
Otherkamo-internal

Add Signed tab between Uploads and History

snadjafinia·10mo ago
Otherkamo-internal

Fix theme logo visibility - transparent grid backgrounds

snadjafinia·10mo ago
Otherkamo-internal

Remove type annotations causing cellStyle inference issues

snadjafinia·10mo ago
Otherkamo-internal

Fix cellStyle type compatibility with const assertions

snadjafinia·10mo ago
Otherkamo-internal

Fix TypeScript no-explicit-any errors in DocManager

snadjafinia·10mo ago
Otherkamo-internal

Update package-lock.json to sync with AG Grid dependencies

snadjafinia·10mo ago
Otherkamo-internal

Fix AG Grid Docker build errors

snadjafinia·10mo ago
October 24, 2025
Otherkamo-internal

Change god mode icon to match paused status red color

snadjafinia·10mo ago
Otherkamo-internal

Change god mode icon color to reddish orange when enabled

snadjafinia·10mo ago
Fixkamo-internal

God mode global state + session expiration at zero verification

1. God Mode State (useUserInfo hook): - Move isGodMode to GLOBAL state in hook (not local to NavTop) - Export isGodMode, setIsGodMode for all components ...

snadjafinia·10mo ago
Fixkamo-internal

Move god mode state to global useUserInfo hook

BREAKING FIX: Properly separates isGod and isGodMode Architecture (as intended): - isGod: Permission from session (GD field) - Can user access god mode? - isGo...

snadjafinia·10mo ago
Chorekamo-internal

Remove temp debug file

snadjafinia·10mo ago
Refactorkamo-internal

Add explicit handlers and keys to switches

- Add handleAcceptingLeadsToggle and handleGodModeToggle handlers - Add unique keys and names to both switches - Add aria-labels for accessibility - Helps React...

snadjafinia·10mo ago
Fixkamo-internal

God mode toggle state and add fire icon

Bug fix: - God Mode switch was using isGodModeActive() from hook for 'checked' prop - But onChange was calling setGodModeActive (local state) - This created a d...

snadjafinia·10mo ago
Otherkamo-internal

Add multi-layer god mode validation

Security enhancements to prevent localStorage manipulation: 1. useUserInfo hook: - Add isGodModeActive() method with dual validation - Check 1: User has ...

snadjafinia·10mo ago
Featurekamo-internal

Implement god mode toggle in NavTop

Backend changes (app/api/user-info/route.ts): - Read GD field from Redis session data - Map to isGod in API response Frontend changes (app/hooks/useUserInfo.ts...

snadjafinia·10mo ago
FeatureSecurityService

Implement god mode permission in sessions

Changes to SecurityController: - Query is_god field from users table during login - Pass isGod to kSessionService.createSession Changes to KSessionService: - A...

snadjafinia·10mo ago
Featurekamo-shared-library

添加为 God 字段到 User. java 以获取 God 模式权限

- 添加有数据库默认错误的行为: - 字段表示用户能否访问UI中的神模式切换 - 用于创建安全服务会话,以填充GD参数 - 神模式部分特性执行

snadjafinia·10mo ago
Fixkamo-login

在登录上设定 *** cookie. * 域名用于自动登录

BREAKING: 当用户有有效的会话时启用自动登录 之前 : *** cookie 仅在 OTK 验证后在内部. * 域上创建 。 后 : *** cookie 创建于两个登录. * 和内部. * 域 变化 : - app/api/login/route.ts:从OTK查询*** 身份证明 - app/api/l...

snadjafinia·10mo ago
Fixkamo-internal

Ensure all session expirations go through /logout endpoint

BREAKING: Fixes improper session expiration flow Before: Various components redirected directly to login site when sessions expired After: All redirects go thr...

snadjafinia·10mo ago
FeatureSecurityService

Add titleShort to organization API response

- Added titleShort field to /org/domain/{domain} endpoint response - Enables frontend to display organization's short name in UI - Used in session expiration wa...

snadjafinia·10mo ago
Featurekamo-internal

Dynamically show org short name in session warning

- Added titleShort property to Organization class - Updated SessionExpirationWarning to use organization's short name - Changed text from 'Kamo applications' to...

snadjafinia·10mo ago
FixSecurityService

删除在刷新端点中的 KTokenSession 服务引用

- 更新/更新端点以使用QQ - 删除未使用的 KToken 导入 - 更改了终点以扩展会话 TTL 而不是刷新 KToken 对象 - 修复编译错误: 找不到符号 kTokenSessionService

snadjafinia·10mo ago
RefactorSecurityService

Consolidate session management into KSessionService

- Deleted duplicate KTokenSessionService - Enhanced KSessionService with: * getSessionTTL() - get Redis key TTL * getSessionInfo() - get session data + TTL ...

snadjafinia·10mo ago
Fixkamo-internal

Add missing properties to SessionInfo interface

- Added userId, orgId, memberId, tokenExpiration to SessionInfo - These fields are returned by backend getSessionInfo() method - Fixes TypeScript build error in...

snadjafinia·10mo ago
FixSecurityService

删除有问题的时区终点并重复获取会话 爱奇艺

- 删除了QQ终点(不再需要,时区在*** cookie) - 删除的重复得到会议 造成编译错误的 IdFromCookie 方法 - 现有的会议 第555行的 IdFromCookie 正确 - 直接返回 *** cookie 值

snadjafinia·10mo ago
Fixkamo-internal

Add missing Button import to page.tsx

snadjafinia·10mo ago
Featurekamo-internal

Double-check Redis before showing session warning

- Always verify Redis TTL right before showing expiration warning - Prevents false warnings if another Kamo app extended the session - Ensures warning popup onl...

snadjafinia·10mo ago

就像你看到的运输?

每一个都自动更新您工作空间的地盘。 开始自由,看它成长 一周又一周.

永远开始自由查看定价