直播更改日志

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

17,888
变动共计
4,594
特征
4,520
修补
32
项目
按项目过滤
所有项目17,888AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService364InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,557kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI522Chore670Docs226Feature4,594Fix4,520Other6,781Performance136Refactor274Revert23Style48Test69Upgrade1
November 25, 2025
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
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
November 24, 2025
November 23, 2025
FeatureSecurityService

Add avatar and background management endpoints

snadjafinia·9mo ago
FeatureSecurityService

Organize MinIO storage with folder structure and add Avatar Creator SVG support

- Updated storage paths to use organized folder structure: * members/avatars/photos/ for photo avatars * members/avatars/vector/ for Avatar Creator SVG avat...

snadjafinia·9mo ago
FeatureSecurityService

Add avatar, background, and member profile management endpoints

- Added AvatarController with CRUD operations for avatars (photo and Avatar Creator) - Added UserBackgroundController for managing user background images - Exte...

snadjafinia·9mo ago
November 4, 2025
FeatureSecurityService

Add detailed logging for WebSocket subscription requests

- Added logging to trace when subscribeToSession is called - Logs payload and sessionGuid extraction - Logs database lookup for session verification - Helps dia...

snadjafinia·10mo ago
FeatureSecurityService

Add typing indicator support via WebSocket

snadjafinia·10mo ago
October 30, 2025
FeatureSecurityService

Expose endpoints under /api/security/imaging to match gateway

snadjafinia·10mo ago
FeatureSecurityService

解析上传元数据 JSON; 更安全的默认

snadjafinia·10mo ago
October 28, 2025
FeatureSecurityService

Migrate to CockroachDB with secure mode

snadjafinia·10mo ago
October 24, 2025
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
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
FeatureSecurityService

执行滑动会话到期 - 届会

- 刷新 Redis TTL 对每次会话的访问(滑行到期) - 只要用户在任何 Kamo app 中活动,会话就保持活性 - 将 Redis 密钥前缀从会话更改为 ***( matches cookie name) - Redis 对象 TTL 是会话到期的唯一真理来源 - Cookie过期现在没有意义了 - Redi...

snadjafinia·10mo ago
FeatureSecurityService

用成员->用户->组织级联添加有效的时区终点

snadjafinia·10mo ago
FeatureSecurityService

为名称前缀和后缀添加端点

snadjafinia·10mo ago
FeatureSecurityService

Add countries endpoint to return list with banned status

snadjafinia·10mo ago
October 23, 2025
FeatureSecurityService

Return organization ATF fields in org/domain endpoint

- Return isAlcohol, isTobacco, isFirearms boolean flags - Enable frontend to check content against user country restrictions - Support dynamic ATF text generati...

snadjafinia·10mo ago
FeatureSecurityService

Include country legal ages in organization endpoint

- Return country date format and separator in org/domain endpoint - Include legalAdultAge, legalAtfAge, and legalAtfCategories - Enable frontend to dynamically ...

snadjafinia·10mo ago
FeatureSecurityService

Add registration and org domain endpoints for age verification

snadjafinia·10mo ago
October 19, 2025
FeatureSecurityService

Implement multi-tenant OAuth configuration system

- Update GoogleCalendarService to fetch OAuth credentials from database per organization - Update MicrosoftOutlookService to use database-driven OAuth configs -...

snadjafinia·10mo ago
FeatureSecurityService

添加 iCal 导入和导出功能

- 为 RFC 5545 iCalendar 格式支持创建 ICalService - 执行日历导出到.ics 文件格式 - 实施单一事件导出功能 - 从.ics文件中添加 iCal 导入 - 支持所有标准iCal字段(UID、Summary、DESCRITION、LOCATION等) - 以iCal格式处理经常性活动...

snadjafinia·10mo ago
FeatureSecurityService

添加日历同步服务用于自动背景同步

- 以预定任务创建日历同步服务 - 每5分钟增加一次自动同步,用于启用集成 - 根据用户偏好实施智能同步频率检查 - 每6小时增加自动信使刷新一次,以防止失效 - 支持手册同步通过服务触发 - 与谷歌日历和微软Outlook服务相结合 - 增加全面的记录和错误处理 - 启用安全服务应用程序中的调度 - 跟踪同步时间,防...

snadjafinia·10mo ago
FeatureSecurityService

执行 Google 日历和 Microsoft Outlook OAuth 集成

- 添加 GoogleCalendar Service, 并配备完整的 OAuth 流量和日历同步 - 与 Microsoft Graph API 整合后添加 Microsoft Outlook Service - 为两个供应商实施象征性交换和刷新 - 增加外部服务的日历和活动同步 - 将服务纳入第三方一体化主计长 -...

snadjafinia·10mo ago
FeatureSecurityService

Add Calendar and ThirdPartyIntegration controllers

- Add CalendarController with full CRUD operations for calendars and events - Add event search, date range filtering, and event management endpoints - Add Third...

snadjafinia·10mo ago
FeatureSecurityService

Add ingress route for notes API endpoints

snadjafinia·10mo ago
October 18, 2025
FeatureSecurityService

Improve domain duplicate error messages for better UX

snadjafinia·10mo ago
October 17, 2025
FeatureSecurityService

Add comprehensive diagnostics controller for session debug dashboard

New endpoints: - GET /api/diagnostics/info - Complete system diagnostics - GET /api/diagnostics/health - Quick health check - GET /api/diagnostics/sessions - Re...

snadjafinia·10mo ago
FeatureSecurityService

添加 GET /api/ 安全/ 提供者端点

- 添加端点以返回一个组织的外部认证提供者 - 从请求主机名( X- Forwarded- Host 头) 确定组织 - 通过外部代理服务查询外部代理实体 - 将 " 身份提供 " 选项转换为 " 春季安全登记 " 标识 - MICROSOFT地图 - > 春季安全大会的'azure' - 返回命令用于登录页面的提供者...

snadjafinia·10mo ago
October 16, 2025
FeatureSecurityService

添加后端验证以屏蔽每个角色修改

- 在更新Role端点中添加保护检查 - 在删除中添加保护检查 - 在试图修改受保护角色时返回403个禁止区 - 检查是 AllowDelete 字段,然后允许操作 - 在答复中清除错误信息 - 记录所有企图违反安全监测规定的行为 - 防止任何人角色的任何后门修改

snadjafinia·11mo ago
FeatureSecurityService

在*** 会话数据和用户信息端点中添加时区

snadjafinia·11mo ago
FeatureSecurityService

更新控制器,以处理各部门的直接权利和职称

snadjafinia·11mo ago
October 15, 2025
FeatureSecurityService

以 CRUD 结尾添加部门控制器和工作提示控制器

snadjafinia·11mo ago

就像你看到的运输?

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

永远开始自由查看定价