presenton/servers/fastapi
2026-04-23 17:00:17 +05:45
..
alembic feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
api Enhance authentication handling in FastAPI by adding basic authentication support and improving session token management. Introduced new utility functions for retrieving configured usernames and basic auth credentials, and updated middleware to utilize these enhancements for better session management. 2026-04-23 17:00:17 +05:45
assets feat: new templates & update template preview, template selection, custom template 2026-04-15 21:52:55 +05:45
constants feat: update DEFAULT_CODEX_MODEL to gpt-5.2 across relevant files 2026-04-20 14:13:09 +05:45
enums feat: add Open WebUI as image generation provider 2026-04-05 12:27:45 -05:00
fastembed_cache feat: new templates & update template preview, template selection, custom template 2026-04-15 21:52:55 +05:45
models Merge branch 'main' into feat/docker-release-electron-sync 2026-04-20 20:56:20 +05:45
presenton_backend.egg-info Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
scripts refactor: reduces images size to around 2.5gb 2026-04-21 17:43:07 +05:45
services Merge pull request #531 from presenton/fix/reduce-docker-image-size 2026-04-22 16:54:48 +05:45
static feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
templates Enhance authentication handling in FastAPI by adding basic authentication support and improving session token management. Introduced new utility functions for retrieving configured usernames and basic auth credentials, and updated middleware to utilize these enhancements for better session management. 2026-04-23 17:00:17 +05:45
tests fix: update placeholder image paths to use a consistent placeholder.jpg across image generation service and tests 2026-04-22 12:50:21 +05:45
utils Enhance authentication handling in FastAPI by adding basic authentication support and improving session token management. Introduced new utility functions for retrieving configured usernames and basic auth credentials, and updated middleware to utilize these enhancements for better session management. 2026-04-23 17:00:17 +05:45
.python-version feat(fastapi): adds a score based chunker to chunk documents for outlines 2025-08-03 16:33:55 +05:45
alembic.ini feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
mcp_server.py fix: changes host to localhost for everything except nginx 2025-11-27 23:11:34 +05:45
migrations.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
openai_spec.json fix: rename 'prompt' to 'content' in presentation generation API and update tests accordingly 2026-01-04 17:33:05 +05:45
placeholder feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
pyproject.toml Enhance Docker configuration by adding new environment variables for image generation and updating dependencies in Dockerfile and FastAPI. This includes support for image providers and quality settings, improving flexibility in deployment configurations. 2026-04-22 17:32:13 +05:45
server.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
uv.lock Enhance Docker configuration by adding new environment variables for image generation and updating dependencies in Dockerfile and FastAPI. This includes support for image providers and quality settings, improving flexibility in deployment configurations. 2026-04-22 17:32:13 +05:45