presenton/servers/nextjs/utils
sudipnext c7860127f2 feat: add support for optional embedded Ollama and enhance database migration handling
- Updated docker-compose.yml to allow disabling embedded Ollama via environment variable.
- Refactored Dockerfile and Dockerfile.dev for improved dependency management and installation process.
- Enhanced FastAPI migration scripts to handle orphaned Alembic revisions and added new database migration logic.
- Improved error handling in background tasks and Codex authentication endpoints.
- Added support for font file uploads with better validation and extraction of font names.
- Introduced new image search functionality with support for Pexels and Pixabay APIs.
2026-04-15 15:39:35 +05:45
..
api.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
constant.ts refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
error_helpers.ts feat(nextjs): adds basic slide scraper endpoint, feat(fastapi): adds presentation export endpoint and pptx creator service 2025-07-18 08:16:35 +05:45
image-url-converter.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
mixpanel.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
pptx_models_utils.ts feat(nextjs): adds speaker note attribute in HtmlElement and extracts it on export 2025-08-12 16:57:57 +05:45
providerConstants.ts feat: enhance Ollama URL handling in TextProvider and PresentonMode components, adding custom URL options and improving user experience 2026-03-04 12:34:46 +05:45
providerUtils.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
storeHelpers.ts fix: present mode theme issue 2026-03-29 17:27:31 +05:45