提交歷史

作者 SHA1 備註 提交日期
  fszontagh 7e22bbba04 fix(registry): re-open all projects' collection registries at startup (#1) 1 月之前
  Fszontagh 16a759cd6e build(release): bump version to 0.1.6 1 月之前
  Fszontagh 956c2df2bf fix(auth): allow X-Captcha-Token/Cache-Control in CORS; reject admin+scope via PATCH 1 月之前
  Fszontagh 51de456b11 fix(webui): force integer rate-limit/expires-at inputs (avoid float JSON 422) 1 月之前
  Fszontagh 12341946be feat(webui): scoped (publishable) key builder in KeysAdmin 1 月之前
  Fszontagh 5a17baf6a7 test+docs(auth): CAPTCHA-gated insert 1 月之前
  Fszontagh fb86e96005 feat(auth): CAPTCHA verification on require_human_token operations 1 月之前
  Fszontagh c45d4b6cbc feat(settings): captcha provider/secret/verify-url (secret masked) 1 月之前
  Fszontagh 089aa6ed21 docs(api): add 429 to document read/update/delete ops (rate-limited scoped keys) 1 月之前
  Fszontagh af626e0711 test+docs(auth): scoped-key enforcement matrix (op/collection/origin/429) + API docs 1 月之前
  Fszontagh 5d4c30b6ad fix(keys): allow PATCH scope:null to clear a key's scope 1 月之前
  Fszontagh f61c74267c feat(keys): accept and validate scope on create/patch 1 月之前
  Fszontagh 105cbb5774 fix(auth): deny scoped keys on collection-management routes (requireProjectManage) 1 月之前
  Fszontagh bed59cf5ea feat(auth): enforce capability scope on vector insert + search 1 月之前
  Fszontagh aef9bdcafb feat(auth): enforce capability scope on document routes 1 月之前
  Fszontagh f3f29fcb32 feat(auth): requireCapability (scope rule + origin + rate-limit) + Retry-After 1 月之前
  Fszontagh 5bb842b26f feat(auth): expired scoped keys fail authentication (401) 1 月之前
  Fszontagh 20696e2991 feat(auth): per-key fixed-window RateLimiter (singleton) 1 月之前
  Fszontagh 741a8dcacd feat(errors): add 429 TooManyRequests 1 月之前
  Fszontagh cb71b17d9c feat(auth): KeyOp + KeyScope model with glob/op/origin/expiry helpers 1 月之前
  Fszontagh 2e5ad6df4a docs(plan): scoped API keys implementation plan (15 tasks, 3 phases) 1 月之前
  Fszontagh 574f5a1e55 docs(spec): capability-scoped API keys design (publishable keys + rate-limit + CAPTCHA) 1 月之前
  Fszontagh 06e99e59e0 docs(perf): record measured before/after from prod benchmark (v0.1.5) 1 月之前
  Fszontagh 68fed8cd24 build(release): bump version to 0.1.5 1 月之前
  Fszontagh 42686d9649 docs(api): sync GET /settings response schema with new embedding fields 1 月之前
  Fszontagh d72e39a193 docs(perf): record implementation status of the latency tunables 1 月之前
  Fszontagh 2951a1bbc2 feat(webui): expose embedding timeout/cache/pool tunables in settings 1 月之前
  Fszontagh 2404e3ccf1 feat(embeddings): honor Cache-Control: no-store to bypass the embedding cache 1 月之前
  Fszontagh a2686d850d feat(embeddings): per-origin keep-alive client pool (configurable size) to remove per-call TLS handshakes 1 月之前
  Fszontagh 20dd6f1474 feat(embeddings): cache embeddings on the search/insert path + cache settings + /stats telemetry 1 月之前