mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
- Add findPubliclyAccessibleResources function to PermissionService for bulk public resource queries - Add hasPublicPermission function to PermissionService for individual resource public permission checks - Update getAgentHandler to use hasPublicPermission for accurate individual agent public status - Replace instanceProjectId-based global checks with isPublic property from backend in client code - Add isPublic property to Agent type definition - Add NODE_TLS_REJECT_UNAUTHORIZED debug setting to VS Code launch config |
||
|---|---|---|
| .. | ||
| agents | ||
| assistants | ||
| auth | ||
| AskController.js | ||
| AuthController.js | ||
| Balance.js | ||
| EditController.js | ||
| EndpointController.js | ||
| ErrorController.js | ||
| ModelController.js | ||
| OverrideController.js | ||
| PermissionsController.js | ||
| PluginController.js | ||
| tools.js | ||
| TwoFactorController.js | ||
| UserController.js | ||