pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:Ruby
Filter by
199M results
Introduces web vault (vault* modules), Gmail sync with OAuth, a new REST API layer, feature flags, web guards, web
expiry reminders, and all supporting DB migrations. Refactors existing handlers and libs ...
Cluster A audit (PR #270) flagged docs/phase-12-plan.md L160/L227 as cross-cutting gap. Fixes 2 occurrences to align
with SSOT (src/opshub/connectors/ms365/mapper.py CALENDAR_SOURCE_TYPE = ms365_calendar ...
What
Implements task 15.2 (issue #102): a per-run and aggregate cost-breakdown table — input/output tokens × per-model price
→ total cost, per model and overall (PRD §10/§11) — surfaced in the result ...
This is a test PR
Summary:
- Record a fresh Windows standalone binary re-smoke after the #144 package-layout refactors through d1b8617.
- Note that the rebuilt aippocampus.exe passed the packager artifact smoke matrix ...
Summary
Replaces the per-file sync display with a two-icon presence model so operators read only what matters: is a file here
(local), on the NAS (backed up), both, or broken. The old single glyph encoded ...
fix: 认证端点添加速率限制,防止暴力破解
功能描述
认证端点(注册、登录、令牌刷新、登出)之前未挂载 require_rate_limit,暴露于暴力破解攻击。修复后,auth 路由级挂载限流依赖,4 个端点统一受默认配额(30 req/min)保护。
实现思路
backend/app/api/v1/endpoints/auth.py — 两处变更:
1. 新增 from app.core.rate_limit ...
背景
将现有 radar_links 从“雷达外链”扩展为“内容雷达”,在保留已有外链/OAuth/统计能力的基础上,新增图片与 PDF 在线预览链路。
主要变更
- 扩展 radar link 数据模型,新增 target_type、media_item_id、预览模式、文件快照、created_by、deleted_at 等字段。
- 支持三种内容类型:
- link:授权后 ...
Summary
- upsert_job_posting / upsert_cv: load collection first and use existing[ path ] if present, so a custom path (e.g.
archived/job-postings/foo) is not silently reset to the default on re-analysis ...
Summary
- #5 RBAC 种子数据清理:删除 03-rbac-tables.sql 死代码、修复 SuperAdmin CROSS JOIN(全部 23 权限)、拆分双角色用户、更新 docs
- #4 ProfilePage rowKey:添加 rowKey= role 消除控制台 key warning
- #6 camis-UML 映射表:10 个 ❌→✅、删除不存在表、补遗漏实体表 ...