Commit graph

170 commits

Author SHA1 Message Date
Suraj Jha
cd57b53348 fix: add multiple images to choose from while slide to html 2025-08-01 19:36:08 +05:45
Suraj Jha
3e14c0a7e8 feat: add font endpoint 2025-08-01 16:18:49 +05:45
Suraj Jha
d627fdbcb8 update: add fonts information to /slide-to-html endpoint 2025-08-01 15:27:58 +05:45
Suraj Jha
34b8343f6c fix: add left changes for layout management 2025-08-01 14:40:51 +05:45
Suraj Jha
ff2977d2a0 feat: add endpoints to save and retrieve generated layouts 2025-08-01 13:44:20 +05:45
Suraj Jha
e8670626bc fix: html edit with single image, add schemas in tsx export 2025-07-31 23:46:57 +05:45
shiva raj badu
4ebd480d46
Merged with main 2025-07-31 11:46:08 +05:45
sauravniraula
913c0bf280
fix(fastapi): sets custom url correctly 2025-07-30 23:35:29 +05:45
Suraj Jha
6722a91748 feat: add html edit with image endpoint 2025-07-30 22:51:11 +05:45
Saurav Niraula
4eff9f4bdf
Merge pull request #170 from presenton/fix/db-issues
fix(fastapi): adds async driver in database url based on type
2025-07-30 12:23:42 +05:45
sauravniraula
443855e05a
fix(fastapi): adds async driver in database url based on type 2025-07-30 12:23:04 +05:45
sauravniraula
48f60d8422
fix(fastapi): language issue in api 2025-07-30 10:47:41 +05:45
sauravniraula
68591aab38
fix(fastapi): adds explicit language guidelines for slide generation and edit 2025-07-30 10:30:03 +05:45
sauravniraula
b8564905bd
fix(fastapi): all returning presentation with no slides 2025-07-30 10:07:36 +05:45
Suraj Jha
182c3d4c78 feat: endpoints to convert slide to html and html to react component 2025-07-30 03:02:08 +05:45
sauravniraula
144bfcfe1a
fix(fastapi): adds proper check for null json for postgresql 2025-07-29 18:13:00 +05:45
sauravniraula
9cb7d9f432
perf(fastapi): uses async sql engine 2025-07-29 17:19:31 +05:45
sauravniraula
46552b29e0
fix(nextjs): extracts html elements inside of svg to solve pptx export issue 2025-07-29 14:26:13 +05:45
sauravniraula
f28e25fb0c
fix(fastapi): export assets not found issue 2025-07-29 14:10:46 +05:45
Shiva Raj Badu
657eabe128
Merge pull request #158 from presenton/feat/mermaid_diagram_support
feat(Nextjs): Mermaid diagram layout & support added & refactor setting.json to settings.json
2025-07-29 13:37:30 +05:45
shiva raj badu
f09e24bacf
feat(Nextjs): Mermaid diagram layout & support added & refactor setting.json to settings.json 2025-07-29 13:30:19 +05:45
sauravniraula
dd7ff83d21
chore(fastapi) 2025-07-29 12:10:29 +05:45
sauravniraula
88217e8c06
fix(fastapi): adds check for IMAGE_PROVIDER on not can_change_keys 2025-07-29 12:09:33 +05:45
sauravniraula
bb55e6a2d2
fix(fastapi): returns placeholder image is image provider is not selected 2025-07-29 11:55:32 +05:45
sudipnext
71ff6e6adf fix(images): return correct image path after generation (a classic SQLAlchemy "detached instance" bug by making sure to access ORM attributes while the session is still open).
-update Pixabay API to default to per_page3
2025-07-29 11:31:43 +05:45
sauravniraula
725da454f3
docs(readme): corrects api endpoint and body 2025-07-29 09:33:17 +05:45
sauravniraula
325ef1e66a
fix(fastapi): fix /generate enpoint to take form data, reduced database calls and makes assets fetch more efficient 2025-07-29 09:30:58 +05:45
sauravniraula
4ccf071be6
fix(fastapi): improves presentation export fetch assets to not fetch local app_data files 2025-07-28 18:25:13 +05:45
sauravniraula
d15d0960d0
feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation 2025-07-28 17:45:11 +05:45
sauravniraula
65d97b5def
chore(fastapi) 2025-07-28 16:10:57 +05:45
sauravniraula
b0d521cddc
fix(fastapi): specifies fastembed model to use for embeddings 2025-07-28 15:15:01 +05:45
sauravniraula
fa895d6b94
fix(fastapi): replaces chromadb with qdrant[fastembed] 2025-07-28 14:11:52 +05:45
sauravniraula
eb1af33527
fix(fastapi): replaces fastembed_vectorstore with chroma for ARM compatibility 2025-07-28 12:56:41 +05:45
sauravniraula
3439b42086
fix(fastapi): changes custom llm url env name 2025-07-26 21:22:04 +05:45
sauravniraula
2edea1a4a1
fix(fastapi): changes default layout to general 2025-07-26 21:10:02 +05:45
sauravniraula
b1192e8471
fix(nextjs+fastapi): adds invert in pptx picture box model, which when set inverts the image during export 2025-07-26 20:25:29 +05:45
sauravniraula
fd176113fd
fix(fastapi): handles None chunk for google, better logic for openai 2025-07-26 20:04:51 +05:45
sudipnext
a450afc3a2 fix: set default value for notes in PresentationOutlineModel and improve response format handling in generate_ppt_outline and fixed OpenAI Streaming Response handling 2025-07-26 15:29:48 +05:45
sauravniraula
011e669cd2
fix(fastapi): makes outline notes optional 2025-07-26 04:07:57 +05:45
sauravniraula
5e146e5148
Merge branch 'feat/custom_schema_and_layout' 2025-07-26 03:58:10 +05:45
sauravniraula
df90b7829c
fix(fastapi+nextjs): provides default height and width if not available, provides presentation json in sse complete response in outlines 2025-07-26 02:13:54 +05:45
sauravniraula
91577a9c29
chore(fastapi): returns presentation as object in sse complete response on outlines endpoint 2025-07-26 01:53:20 +05:45
sauravniraula
3c5b5d836f
Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-26 01:31:07 +05:45
sauravniraula
70bb3a6a3a
feat(fastapi): adds properties field in slide model 2025-07-26 01:30:50 +05:45
sauravniraula
96f12e6c82
fix(nextjs): if element is svg convert it directly to png and pass opacity values in pptx picture model 2025-07-26 01:28:00 +05:45
sudipnext
3fe860d431 feat(api): implement presentation generation endpoint with layout and export options 2025-07-25 13:00:33 +05:45
sauravniraula
af00557fd5
feat(fastapi): adds endpoint to edit slide layout using its html 2025-07-25 03:31:10 +05:45
sauravniraula
4d08a05f09
fix(fastapi): changes google genai stream to create with stream=True to solve json decode error 2025-07-25 02:43:34 +05:45
sauravniraula
23d0c7fb17
feat(nextjs+fastapi): fixes presentation export 2025-07-24 01:45:50 +05:45
sauravniraula
8d5aa4aad2
adsjflkafj 2025-07-24 00:55:47 +05:45