LibreChat/api/server
Danny Avila eb368fcb70
refactor(db): replace connectDb import paths and introduce new connect module
- Updated import paths for connectDb across various files to use the new centralized connect module.
- Removed the old connectDb file to streamline the database connection logic.
- Ensured all tests and models reference the new connection method for consistency.
2025-05-30 13:04:09 -04:00
..
controllers WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
middleware WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
routes WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
services WIP: first pass, massive refactor of model imports 2025-05-30 12:54:24 -04:00
utils Move usermethods and models to data-schema 2025-05-29 14:39:27 -04:00
cleanup.js fix: Debounce setUserContext and Default State Param for OpenID Auth (#7559) 2025-05-25 23:40:37 -04:00
index.js refactor(db): replace connectDb import paths and introduce new connect module 2025-05-30 13:04:09 -04:00
index.spec.js fix: Debounce setUserContext and Default State Param for OpenID Auth (#7559) 2025-05-25 23:40:37 -04:00
socialLogins.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00