SurfSense/surfsense_backend
CREDO23 cf21eaacfc fix: critical timestamp parsing and audit fixes
- Fix timestamp conversion: String(epochMs) → new Date(epochMs).toISOString()
  in use-messages-sync, use-comments-sync, use-documents, use-inbox.
  Without this, date comparisons (isEdited, cutoff filters) would fail.
- Fix updated_at: undefined → null in use-inbox to match InboxItem type
- Fix ZeroProvider: skip Zero connection for unauthenticated users
- Clean 30+ stale "Electric SQL" comments in backend Python code
2026-03-23 19:49:28 +02:00
..
alembic chore: remove Electric SQL plumbing and infrastructure 2026-03-23 16:53:20 +02:00
app fix: critical timestamp parsing and audit fixes 2026-03-23 19:49:28 +02:00
scripts fix: increase timeout for alembic migrations in entrypoint script to prevent premature failures 2026-03-02 23:45:24 +05:30
tests fix: update document cleanup logic and mock Celery task in tests 2026-03-11 12:27:32 +05:30
.dockerignore feat: Added Docker Support and missing dependencies. 2025-03-20 18:52:06 -07:00
.env.example chore: remove Electric SQL plumbing and infrastructure 2026-03-23 16:53:20 +02:00
.gitignore feat: init video presentation agent 2026-03-21 22:13:41 -07:00
.python-version feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
alembic.ini add github connector, add alembic for db migrations, fix bug updating connectors 2025-04-13 13:56:22 -07:00
celery_worker.py fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -07:00
Dockerfile feat: enhance memory management and session handling in database operations 2026-02-28 23:59:28 -08:00
main.py feat: added configable summary calculation and various improvements 2026-02-26 18:24:57 -08:00
pyproject.toml chore: add daytona dependency to pyproject.toml and update uv.lock 2026-03-22 01:55:56 -07:00
uv.lock chore: add daytona dependency to pyproject.toml and update uv.lock 2026-03-22 01:55:56 -07:00