presenton/servers/nextjs/app
sudipnext 4c271170b5 feat: Add chat history management and asset generation features
- Introduced a new `ChatHistoryMessageModel` to persist chat messages in the database.
- Implemented a migration script to create the `chat_history_messages` table.
- Enhanced chat services to support storing and retrieving chat history.
- Added functionality for generating multiple media assets in a single API call.
- Updated the chat UI to display assistant activities and tool usage more effectively.
- Refactored API calls to use absolute URLs for better reliability.
2026-04-26 13:12:50 +05:45
..
(presentation-generator) feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
api feat: implement single-user authentication with environment variable support and update FastAPI middleware for session management 2026-04-21 17:41:37 +05:45
fonts user_config in setting & fonts removed 2025-05-12 17:16:58 +05:45
hooks feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
presentation-templates refactor: Improve Presentation page, Present Mode & theme 2026-04-15 23:30:18 +05:45
schema refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
apple-icon.png feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
ConfigurationInitializer.tsx refactor: improve export filename safety and config handling, cleanup components 2026-04-19 23:04:32 +05:45
favicon.ico feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
global-error.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
globals.css feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
icon1.svg feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
icon2.png feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
layout.tsx refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
loading.tsx style(nextjs): makes outline page look better and changes loading shimmer for Home and Settings to match the actual layout 2025-07-23 19:25:10 +05:45
MixpanelInitializer.tsx fix(nextjs): changes some event names and removes search query from button click event 2025-08-13 13:21:43 +05:45
not-found.tsx refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
page.tsx feat: implement single-user authentication with environment variable support and update FastAPI middleware for session management 2026-04-21 17:41:37 +05:45
providers.tsx refactor: Seperate layouts.tsx for schema & rest of routes 2025-08-05 19:48:11 +05:45