直播更改日志

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

17,925
变动共计
4,612
特征
4,537
修补
32
项目
按项目过滤
所有项目17,925AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,576kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI523Chore670Docs226Feature4,612Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
April 16, 2026
FixSecurityService

在登录 SQL 中正确的安全级别引用

security level在成员席上(m),而非成员-团队-成员(e). 错误的化名 e.security level 导致整个SQL无声地失败, 因此成员Type从未被从查询结果中设定.

Kamo·4mo ago
FeatureSecurityService

在登录时将成员Type存储于 Redis 会话

当 e.id 不 NULL 时添加 Case, 然后“ TEAM Member” 其他“ Member” 结束为 登录 SQL 查询并通过创建会议将结果传递到 Redis, 因此前端可以通过会话数据区分出团队成员与正会成员.

Kamo·4mo ago
April 12, 2026
RefactorSecurityService

删除 Imaging 控制器和豆子/ maging —— 移至 Conversion Service 和 DocsService

上传端点现在位于转换服务站/api/转换/成像/*。 所有管理和下载端点现在都以DocsService at /api/docs/image/*为单位.

Kamo·5mo ago
RefactorSecurityService

将缩略图生成到转换服务, 删除 PDFBox 依赖性

生成AndStoreThumbnails 现在 POST 将 PDF 转换为转换服务 **************** 解开响应, 每个存储 MinIO中的缩略语 p{n}.png,并发布每页WS进度. PDF 框已删除 .

Kamo·5mo ago
FeatureSecurityService

在模板上传时同步每页缩略图生成, 并有颗粒式 WS 进度

- 在 pom.xml 中添加 PDFBox 依赖性 - 在存储已转换的PDF后,通过PDFRender来渲染所有页面,并将每个页面上传为{id} thumb p{n}.png - 发布生成 thumbnails WS 进度事件,每页(72-95%范围),标签为"Generated jumbnail N of M" ...

Kamo·5mo ago
April 11, 2026
ChoreSecurityService

删除回填脚本

Kamo·5mo ago
FeatureSecurityService

添加 Webhook 秘密验证到更改log 端点

深入防御:验证 *** 页眉 除了APIService网关验证之外,还有安全服务侧.

Kamo·5mo ago
FeatureSecurityService

添加更改log webhook 控制器和消毒服务

Kamo·5mo ago
FeatureSecurityService

Add member access level and owner status endpoints

Add GET and PATCH **************** endpoints for reading and updating access levels with full permission enforcement. Update organization creation to use create...

Kamo·5mo ago
FeatureSecurityService

Add granular conversion progress stages with 8 distinct WebSocket updates

Stages: downloading (0-15%) → preparing (15-20%) → converting (20-65%) → verifying (65-75%) → storing (75-90%) → finalizing (90-100%) → complete

Kamo·5mo ago
OtherSecurityService

Add extensive logging to synchronous conversion flow, fix bucket lookup

Use img.getAssocId() for bucket instead of local assocType variable. Add step-by-step logging for download, conversion call, and result.

Kamo·5mo ago
BuildSecurityService

触发重建以取取共享库 JPQL 查询修正

Kamo·5mo ago
FixSecurityService

Serialize imgId as String to prevent JavaScript precision loss

CockroachDB unique_rowid() IDs exceed Number.MAX_SAFE_INTEGER. Changed imgId from Long to String in UploadDocumentResponse and DocumentMetadata DTOs so Jackson ...

Kamo·5mo ago
FixSecurityService

Download converted PDF from MinIO instead of original file

The converted-pdf endpoint was calling imageService.downloadDocument() which returns the original file. Now downloads directly from MinIO using the convertedDat...

Kamo·5mo ago
FixSecurityService

将多段上传限制从 1MB 增加到 500MB

Kamo·5mo ago
FeatureSecurityService

电子签名模板上传同步 PDF 转换

模板的上传现在通过转换服务直接转换 上传请求 。 为实时 WebSocket 发布 NATS 进度事件 前端更新。 如果转换失败, 就会轻而易举地退后.

Kamo·5mo ago
FeatureSecurityService

添加电子签名模板 API 端点

- POST QQ- 有范围控制的上传模板 - POST QQ——按上下文和状态列出模板 - PATCH ——更新模板生命周期 - 获取- 流转换 PDF - 添加上传模板请求,模板列表请求,更新模板状态请求, 模板元数据 DTO

Kamo·5mo ago
April 10, 2026
FeatureSecurityService

将 Google re*** 替换为 Capcha *** 校验

删除 Re***Service 和所有 Google re*** 配置 。 增加通过验证***有效载荷的Capcha验证服务 Kamo-capcha服务's /api/验证端点. 更新登录请求 豆和保安管理员使用 *** 付费字段.

Kamo·5mo ago
April 4, 2026
FixSecurityService

为公共目录 API 代理添加内部认证密钥

在安全服务部署中添加QQ 因此,APIService在代理公共订阅时可以认证 目录和晋升请求.

Kamo·5mo ago
RefactorSecurityService

账户端点使用直接接触字段,不需要用户

POST / 客户现在先保存Name, lastName, 电子邮件, 电话, 地址 账户。 PUT/客户/{uid} 更新所有直接字段 。 显示名称, 电子邮件,电话解析度会优先处理用户倒置的直接字段. 账户完全自成一体——从未登录的外部客户 可以拥有完整的配置文件,而不成为用户或成员.

Kamo·5mo ago
FeatureSecurityService

通过电子邮件加强 POST / 客户接受联系信息和查询用户

现在创建账户接受电子邮件,联系人Name,电话,接受市场营销,免税. 如果提供电子邮件并匹配现有的用户,则自动设置为主账包.

Kamo·5mo ago
April 3, 2026
FeatureSecurityService

增加18个商业客户管理账户细节终点

账户主计长在/api/安保/账户/下的新终点: - 客户 CRUD:获取/POP/PUT/DELETE/客户,获取/客户/{uid} - 相关数据:获取/客户/{uid}/领导、/命令、/成员 - 成员管理:PUT/客户/{uid}/成员(添加/删除/设置主机) - 注:获取/POST/客户/{uid}/注 - 账户组...

Kamo·5mo ago
RefactorSecurityService

更新客户端点以使用账户( Long uid), 删除地址端点

客户/ 组@ PathVariable 从 UUID 更改为 Long来匹配账户实体 。 删除的地址端点——地址来自账户的主要成员(成员实体).

Kamo·5mo ago
CISecurityService

共享库后恢复创建

Kamo·5mo ago
FeatureSecurityService

将111个零售端点添加到商务市场主计长

/{marketId}/ retail/... namespace 下的所有端点覆盖: - 类别、品牌、属性(有价值)、图像、变体、标签、审查 - 客户、地址、客户团体 - 税类、区、税率;折扣;价格清单(附入项);礼品卡 - 库存地点、库存水平(有调整) - 航运区、方法、承运人、货运 - 货物(连同物品)、命令草案...

Kamo·5mo ago
FixSecurityService

包含 Inactive = true 默认协议模板终点

模板管理 UI 也需要看到不活动模板 .

Kamo·5mo ago
FixSecurityService

在商务市场管理员中添加缺失的供应商类别终点

Get/POST/PUT/DELETE/{marketId}/vendor-class 丢失,造成404起 当供应商标签试图装入分类时 .

Kamo·5mo ago
CISecurityService

共享库修补后 QQ 触发构建

Kamo·5mo ago
FeatureSecurityService

Expand CommerceMarketController with nested market-centric endpoints

Replace flat POS endpoints with market-scoped REST hierarchy: - Products, inventory, vendor categories under /{marketId}/products, /inventory, /vendor-categorie...

Kamo·5mo ago
April 2, 2026
FeatureSecurityService

Add department and job title assignment to member security endpoint

GET now returns departmentId/Title and jobTitleId/Title for team members. PUT accepts departmentId and jobTitleId to assign/unassign department and job title, w...

Kamo·5mo ago
FeatureSecurityService

Sync social links to normalized social_links table

Write member social links to both the embedded EmbSocialLinks columns (backward compat) and the new normalized social_links table. Add socialLinksNormalized to ...

Kamo·5mo ago
FeatureSecurityService

Rewrite MemberSecurityController as singleton config with roles, direct rights, session timeout

GET returns full member security config (associated roles, direct rights, session timeout override, applied rights with sources). PUT saves the entire config as...

Kamo·5mo ago
FeatureSecurityService

Add MemberSecurityController for member role assignment and applied rights

Provides GET /member-security/{id} (assigned role, applied rights with sources, session timeout), PUT /member-security/{id}/role, and DELETE /member-security/{i...

Kamo·5mo ago

就像你看到的运输?

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

永远开始自由查看定价