SurfSense/surfsense_backend/app/routes
Anish Sarkar 93d17b51f5 feat: Implement notification system with real-time updates and Electric SQL integration
- Added notifications table to the database schema with replication support for Electric SQL.
- Developed NotificationService to manage indexing notifications, including creation, updates, and status tracking.
- Introduced NotificationButton and NotificationPopup components for displaying notifications in the UI.
- Enhanced useNotifications hook for real-time notification syncing using PGlite live queries.
- Updated package dependencies for Electric SQL and improved error handling in notification processes.
2026-01-12 22:50:15 +05:30
..
__init__.py Add teams connector similar to slack 2026-01-09 13:20:30 -08:00
airtable_add_connector_route.py Merge pull request #670 from AnishSarkar22/fix/connector 2026-01-07 12:39:41 -08:00
circleback_webhook_route.py feat: added circleback connector 2025-12-30 09:00:59 -08:00
clickup_add_connector_route.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
confluence_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
discord_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
documents_routes.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
editor_routes.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
google_calendar_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
google_drive_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
google_gmail_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
jira_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
linear_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
logs_routes.py feat: Enhance connector management UI with improved loading states, add document count display for connectors, and implement indexing progress indicators for better user feedback. 2025-12-31 17:21:26 +05:30
luma_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
new_chat_routes.py Merge remote-tracking branch 'upstream/dev' into pr-611 2025-12-23 15:45:28 +05:30
new_llm_config_routes.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
notes_routes.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
notion_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
podcasts_routes.py feat: added attachment support 2025-12-21 22:26:33 -08:00
rbac_routes.py feat: Implement Role-Based Access Control (RBAC) for search space resources. 2025-11-27 22:45:04 -08:00
search_source_connectors_routes.py feat: Implement notification system with real-time updates and Electric SQL integration 2026-01-12 22:50:15 +05:30
search_spaces_routes.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
slack_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
teams_add_connector_route.py lint 2026-01-09 13:53:09 -08:00