SurfSense/surfsense_backend/app
Anish Sarkar 02795e08e3 feat: add server time to obsidian connect responses and enhance error handling
- Included server_time_utc in the connect response schema for better synchronization.
- Updated obsidian_connect function to set server_time_utc during connection handling.
- Enhanced integration tests to verify the presence of server_time_utc in responses.
- Improved connectivity status recovery in the sync engine for better error management.
2026-04-25 03:57:07 +05:30
..
agents Merge pull request #1299 from AnishSarkar22/feat/swappable-filesystem 2026-04-23 19:38:33 -07:00
config feat(new-chat): integrate filesystem flow into agent pipeline 2026-04-23 15:45:33 +05:30
connectors add connector exception hierarchy 2026-04-21 20:28:30 +02:00
etl_pipeline fix: llamaclud v2 impl 2026-04-16 01:15:47 -07:00
indexing_pipeline feat: added ai file sorting 2026-04-14 01:43:30 -07:00
prompts feat: add PDF preview and export functionality for Typst-based reports, enhance report content handling 2026-04-15 21:11:27 +05:30
retriever feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
routes feat: add server time to obsidian connect responses and enhance error handling 2026-04-25 03:57:07 +05:30
schemas feat: add server time to obsidian connect responses and enhance error handling 2026-04-25 03:57:07 +05:30
services feat: enhance authentication handling and UI feedback in SurfSense plugin 2026-04-25 01:07:02 +05:30
tasks Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-24 21:34:55 +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 Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-24 21:34:55 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat(new-chat): integrate filesystem flow into agent pipeline 2026-04-23 15:45:33 +05:30
celery_app.py Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-24 21:34:55 +05:30
db.py feat: implement cross-device deduplication for Obsidian connectors using vault fingerprinting and enhance connector management 2026-04-21 04:21:33 +05:30
exceptions.py feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
rate_limiter.py try: ip fix for cludflare 2026-04-16 02:13:52 -07:00
users.py Seed default prompts on registration and for existing users 2026-03-31 18:12:09 +02:00