mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
-Introduce granular permissions for documents, chats, podcasts, and logs. - Update routes to enforce permission checks for creating, reading, updating, and deleting resources. - Refactor user and search space interactions to align with RBAC model, removing ownership checks in favor of permission validation.
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
export * from "./use-document-by-chunk";
|
|
export * from "./use-logs";
|
|
export * from "./use-rbac";
|
|
export * from "./use-search-source-connectors";
|
|
export * from "./use-search-space";
|
|
export * from "./use-user";
|