LibreChat/api/server
Danny Avila 20ad7d52f3
refactor(db): streamline model imports and remove unused model exports
- Removed the export of models from the database connection module to simplify the structure.
- Updated various files to import models directly from the new centralized models module.
- Ensured consistency across the codebase by replacing mongoose model references with the new import paths.
2025-05-30 13:13:10 -04:00
..
controllers refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
middleware refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
routes refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -04:00
services refactor(db): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -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): streamline model imports and remove unused model exports 2025-05-30 13:13:10 -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