PageIndex/pageindex/backend
Ray 1ac7e13cd9 fix: resolve cloud collections against root-level folders only
Folder names are only unique per parent, and an unscoped GET /folders/
returns every nesting level — a nested folder sharing the name could be
matched first and silently receive documents. Scope all name resolution
with parent_folder_id=root, matching where collections are created.
2026-07-22 19:18:54 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py fix: resolve cloud collections against root-level folders only 2026-07-22 19:18:54 +08:00
local.py fix: delete the DB row before the files in delete_document 2026-07-21 18:03:49 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00