SurfSense/surfsense_backend/app
Anish Sarkar b5ef7afb1c feat: add multi-format document export functionality to editor routes and UI components
- Implemented a new export endpoint in the backend to support exporting documents in various formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text).
- Enhanced DocumentNode and FolderTreeView components to include export options in context and dropdown menus.
- Created shared ExportMenuItems component for consistent export options across the application.
- Integrated loading indicators for export actions to improve user experience.
2026-03-28 02:58:38 +05:30
..
agents feat: enhance Google Calendar event update functionality 2026-03-25 20:35:23 +05:30
config Merge remote-tracking branch 'upstream/dev' into feat/web-search 2026-03-16 19:34:38 +05:30
connectors fix: update export format for Google Docs to use correct MIME type 2026-03-27 22:20:32 +05:30
indexing_pipeline feat: enhance performance logging in indexing pipeline 2026-03-26 23:10:49 +05:30
prompts refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
retriever chore: ran linting 2026-03-22 00:43:53 +05:30
routes feat: add multi-format document export functionality to editor routes and UI components 2026-03-28 02:58:38 +05:30
schemas feat: add folder management features including creation, deletion, and organization of documents within folders 2026-03-27 01:39:15 -07:00
services Merge remote-tracking branch 'upstream/dev' into refactor/indexing-pipelines 2026-03-27 22:36:34 +05:30
tasks Merge remote-tracking branch 'upstream/dev' into refactor/indexing-pipelines 2026-03-27 22:36:34 +05:30
templates feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
utils fix: revert native excel parsing 2026-03-27 22:15:24 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: init video presentation agent 2026-03-21 22:13:41 -07:00
celery_app.py feat: init video presentation agent 2026-03-21 22:13:41 -07:00
db.py feat: add folder management features including creation, deletion, and organization of documents within folders 2026-03-27 01:39:15 -07:00
users.py feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30