Commit graph

562 commits

Author SHA1 Message Date
Suraj Jha
3bf5280a25
fix: parse for error in slide of template beforehand and show eht error while edit 2025-08-19 23:12:18 +05:45
Suraj Jha
05a9229d4a
fix: minor issue with pdf export 2025-08-19 18:06:04 +05:45
Suraj Jha
6ce937ac1d
fix: removed back button from dashboard 2025-08-19 16:44:06 +05:45
Suraj Jha
4f4783bc35
fix: use http_proxy while getting image on network 2025-08-19 15:19:57 +05:45
Suraj Jha
6f483953e7
fix: render outline item while stream 2025-08-19 01:03:29 +05:45
Suraj Jha
393bb9c842
update: add thinking badge before outline stream 2025-08-19 00:04:43 +05:45
Suraj Jha
de71d4c0d7
fix: add message to create custom template 2025-08-18 23:45:01 +05:45
Suraj Jha
de3e9706eb
update: add new endpoint mcp for custom templates list 2025-08-18 14:01:37 +05:45
Suraj Jha
00b034a52d
feat: openai spec based mcp server fastmcp 2025-08-18 13:36:29 +05:45
Suraj Jha
3c9a4f9ce8
update: simplify mcp 2025-08-17 23:16:26 +05:45
sauravniraula
c63bf35c51
fix: adds support for sslmode and other params in database url 2025-08-16 20:48:42 +05:45
sauravniraula
32aa48e0e6
fix(fastapi): speaker note null issue on api 2025-08-14 21:25:54 +05:45
sauravniraula
dc6c4d1fd3
Merge branch 'main' into fix/llm-client-issues 2025-08-14 12:09:30 +05:45
sauravniraula
f518afc88b
fix(fastapi): adds check in llm client for available openai event choices 2025-08-14 12:08:55 +05:45
Suraj Jha
3415208a7c
fix: stuck template generation 2025-08-13 17:54:47 +05:45
sauravniraula
667415997e
chore: uses proper naming for vars and functions 2025-08-13 13:59:09 +05:45
sauravniraula
5f79275985
chore: adds ppt prepare and stream api call events 2025-08-13 13:31:33 +05:45
sauravniraula
88bbff4998
fix(nextjs): changes some event names and removes search query from button click event 2025-08-13 13:21:43 +05:45
sauravniraula
4b2a84b320
feat(nextjs): adds basic anonymous tracking that tracks navigation, api calls (Just name of endpoint is tracked) and button clicks 2025-08-12 20:15:17 +05:45
sauravniraula
5278146126
feat(nextjs): adds speaker note attribute in HtmlElement and extracts it on export 2025-08-12 16:57:57 +05:45
sauravniraula
29841bdd06
feat(fastapi): adds logic to generate speaker notes and slide note support in export 2025-08-12 16:18:57 +05:45
sauravniraula
362af45189
fix(fastapi): solves issue on PPTX export where markdown content was not correctly parsed 2025-08-12 13:10:29 +05:45
Saurav Niraula
6937885b47
Merge pull request #206 from presenton/fix/llm-client-issues
fix: only add enable thinking false if disable thinking is set to true for custom models
2025-08-12 06:46:25 +05:45
sauravniraula
65eff34078
fix: only add enable thinking false if disable thinking is set to true for custom models 2025-08-12 06:43:49 +05:45
shiva raj badu
9c0f49e75c
fix(Nextjs): Styling in Custom Template & pdf Export fonts issue 2025-08-11 23:18:18 +05:45
sauravniraula
2b8ee7278c
fix: user config set bool environment variables issue 2025-08-11 21:02:00 +05:45
sauravniraula
816a62a04a
fix(fastapi): solves malformed function call from google on ResponseSchema function call 2025-08-11 20:55:25 +05:45
sauravniraula
998e6be325
fix(llm_client): google structured stream and tool call issue 2025-08-11 16:33:59 +05:45
sauravniraula
c1b56747c9
chore: updates presentation-layouts to presentation-templates 2025-08-11 15:12:59 +05:45
Suraj Jha
b7083ea01f
update: add dev docker deps in prod 2025-08-11 03:02:28 +05:45
shiva raj badu
3ae6a449c1
feat(Nextjs): Font loading in presentation page 2025-08-10 22:35:14 +05:45
Suraj Jha
e98e0cea50
Merge branch 'main' of https://github.com/presenton/presenton
merge
2025-08-10 21:28:44 +05:45
Suraj Jha
ed11d5bd74
update: restore classic code 2025-08-10 21:28:21 +05:45
shiva raj badu
4545d7b17d
fix(Nextjs): Pdf Export markdown parser and tailwind not loading issue 2025-08-10 21:23:38 +05:45
Suraj Jha
9d546eaab0
Merge branch 'main' of https://github.com/presenton/presenton
merge
2025-08-10 18:18:40 +05:45
Suraj Jha
8398257b67
delete: remove classic template 2025-08-10 18:15:13 +05:45
sauravniraula
2281d174d8
chore: changes api body 'layout' to 'template' 2025-08-10 18:00:39 +05:45
Saurav Niraula
9bd97d22ec
Merge pull request #202 from presenton/fix/pptx-export-issues
fix: division by zero, no paragraphs in text box model and elements with 0 width or height issue solved
2025-08-10 17:57:56 +05:45
sauravniraula
d08c0def85
fix(outline generation): adds instruction to not provide image in outlines 2025-08-10 17:57:07 +05:45
sauravniraula
56cd69a8b6
fix: division by zero, no paragraphs in text box model and elements with 0 width or height issue solved 2025-08-10 17:52:52 +05:45
sauravniraula
d3a951dc05
chore: cleanup 2025-08-10 17:13:48 +05:45
Suraj Jha
3ac73bffe4
fix: redirect after saving template and not saving style attributes to schema 2025-08-10 15:47:19 +05:45
shiva raj badu
b6c2cbd30b
Merge branch 'pdf-pptx-layout' of github.com:presenton/presenton into pdf-pptx-layout 2025-08-10 08:31:57 +05:45
shiva raj badu
4878c50fb1
fix(Nextjs): ListView Issue fixed 2025-08-10 08:31:32 +05:45
Suraj Jha
2cd5eef92f
feat: upload fonts to slide and be able to retrieve deduplicated list for all in template 2025-08-10 00:55:25 +05:45
Suraj Jha
353f8e41d1
merge: for name and description of templates 2025-08-10 00:29:30 +05:45
Suraj Jha
2f653d78cf
update: send template name and description and show them 2025-08-10 00:24:13 +05:45
shiva raj badu
bc0de95cd6
chore: While streaming does not allow to change tabs 2025-08-10 00:17:33 +05:45
shiva raj badu
0eeeb435f1
Feat(Nextjs): In Template Preview edit & Fonts loading in presentation 2025-08-10 00:00:30 +05:45
shiva raj badu
e14c02ae31
Merged 2025-08-09 22:42:48 +05:45