SurfSense/surfsense_backend/app/routes
Anish Sarkar 112f6ec4cc refactor: remove archived functionality from notifications and related components
- Removed the archived column from the Notification model and database schema, simplifying the notification structure.
- Deleted ArchiveRequest and ArchiveResponse models, along with associated API endpoints for archiving notifications.
- Updated InboxSidebar and related components to eliminate archiving functionality, streamlining the user experience.
- Adjusted filtering logic in the InboxSidebar to focus solely on unread notifications, enhancing clarity and usability.
2026-01-21 22:47:39 +05:30
..
__init__.py Merge branch 'dev' into sur-90-feat-comments-in-chats 2026-01-19 14:49:10 +02:00
airtable_add_connector_route.py Merge pull request #670 from AnishSarkar22/fix/connector 2026-01-07 12:39:41 -08:00
chat_comments_routes.py refactor: remove read tracking from mentions (prep for notification center) 2026-01-16 19:15:10 +02: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: implement fuzzy search in mention document 2026-01-17 20:46:47 +05:30
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 feat: Refactor role permissions and access checks 2026-01-20 02:59:32 -08:00
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
notifications_routes.py refactor: remove archived functionality from notifications and related components 2026-01-21 22:47:39 +05:30
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: add display name and avatar to member picker, filter self-mentions 2026-01-16 15:53:33 +02:00
search_source_connectors_routes.py chore: linting 2026-01-20 00:32:31 -08:00
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
surfsense_docs_routes.py Add SurfSense docs to documents table 2026-01-13 01:15:33 +02:00
teams_add_connector_route.py lint 2026-01-09 13:53:09 -08:00