LibreChat/api/server
Danny Avila 35c66b39c8
refactor: Implement permission checks for file access via agents
- Updated `hasAccessToFilesViaAgent` to utilize permission checks for VIEW and EDIT access.
- Replaced project-based access validation with permission-based checks.
- Enhanced tests to cover new permission logic and ensure proper access control for files associated with agents.
- Cleaned up imports and initialized models in test files for consistency.
2025-07-19 18:42:53 -04:00
..
controllers chore: fix tests, remove unnecessary imports 2025-07-19 18:42:52 -04:00
middleware chore: fix tests, remove unnecessary imports 2025-07-19 18:42:52 -04:00
routes refactor: Implement permission checks for file access via agents 2025-07-19 18:42:53 -04:00
services chore: fix tests, remove unnecessary imports 2025-07-19 18:42:52 -04:00
utils 🗂️ fix: Disable express-static-gzip for Uploaded Images (#8307) 2025-07-11 16:51:53 -04:00
cleanup.js 👤 feat: User Placeholder Variables for Custom Endpoint Headers (#7993) 2025-06-23 12:39:27 -04:00
index.js 🔐 feat: Granular Role-based Permissions + Entra ID Group Discovery (#7804) 2025-07-19 18:42:50 -04:00
index.spec.js 🥅 refactor: Express App default Error Handling with ErrorController (#8249) 2025-07-04 13:24:57 -04:00
socialLogins.js 🏦 refactor: Centralize Caching & Redis Key Prefixing (#8457) 2025-07-15 18:24:31 -04:00