This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
LibreChat
Watch
1
Star
0
Fork
You've already forked LibreChat
0
mirror of
https://github.com/danny-avila/LibreChat.git
synced
2026-01-16 23:45:33 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
5a14ee9c6a
LibreChat
/
packages
/
api
/
src
/
middleware
/
index.ts
4 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
🔒 fix: Agents Config/Permission Checks after Streamline Change (#8089) * refactor: access control logic to TypeScript * chore: Change EndpointURLs to a constant object for improved type safety * 🐛 fix: Enhance agent access control by adding skipAgentCheck functionality * 🐛 fix: Add endpointFileConfig prop to AttachFileMenu and update file handling logic * 🐛 fix: Update tool handling logic to support optional groupedTools and improve null checks, add dedicated tool dialog for Assistants * chore: Export Accordion component from UI index for improved modularity * feat: Add ActivePanelContext for managing active panel state across components * chore: Replace string IDs with EModelEndpoint constants for assistants and agents in useSideNavLinks * fix: Integrate access checks for agent creation and deletion routes in actions.js
2025-06-26 18:50:15 -04:00
export
*
from
'./access'
;
🔒 fix: Provider Validation for Social, OpenID, SAML, and LDAP Logins (#8999) * fix: social login provider crossover * feat: Enhance OpenID login handling and add tests for provider validation * refactor: authentication error handling to use ErrorTypes.AUTH_FAILED enum * refactor: update authentication error handling in LDAP and SAML strategies to use ErrorTypes.AUTH_FAILED enum * ci: Add validation for login with existing email and different provider in SAML strategy chore: Add logging for existing users with different providers in LDAP, SAML, and Social Login strategies
2025-08-11 18:49:34 -04:00
export
*
from
'./error'
;
🔄 fix: Ensure `lastRefill` Date for Existing Users & Refactor Balance Middleware (#9086) - Deleted setBalanceConfig middleware and its associated file. - Introduced createSetBalanceConfig factory function to create middleware for synchronizing user balance settings. - Updated auth and oauth routes to use the new balance configuration middleware. - Added comprehensive tests for the new balance middleware functionality. - Updated package versions and dependencies in package.json and package-lock.json. - Added balance types and updated middleware index to export new balance middleware.
2025-08-15 17:02:49 -04:00
export
*
from
'./balance'
;
Reference in a new issue
Copy permalink