CREDO23
7fb0707933
refactor(backend): rename search_space -> workspace across app bulk (Phase 2 Wave D)
...
Scoped codemod over surfsense_backend/app (excluding routes/, Wave E): renames
search_space_id -> workspace_id, search_space -> workspace, SearchSpace -> Workspace
across services, utils, tasks, agents, gateway, event_bus, notifications, podcasts,
automations, observability params, and prompt .md files. Also flips the camelCase
payload key searchSpaceId -> workspaceId (no backend reader; hard cutover).
Preserved carve-outs (verbatim): Celery task names "delete_search_space_background"
and "ai_sort_search_space" (wire names), and the OTel/metric key "search_space.id"
(dashboards depend on it). Enum values 'SEARCH_SPACE' and SearchSourceConnector
untouched.
2026-06-26 18:30:47 +02:00
DESKTOP-RTLN3BA\$punk
8d50f90060
chore: linting
Obsidian Plugin Lint / lint (push) Has been cancelled
2026-04-27 14:04:50 -07:00
CREDO23
0eae96bffb
fix: harden MCP OAuth and connector edge cases
2026-04-22 20:54:42 +02:00
Anish Sarkar
0d5b902c26
feat: extend Dropbox support in chat event streaming and connector naming for enhanced integration
2026-03-30 23:07:25 +05:30
Anish Sarkar
5bddde60cb
feat: implement Microsoft OneDrive connector with OAuth support and indexing capabilities
2026-03-28 14:31:25 +05:30
Anish Sarkar
8baba0693d
feat: ensure unique connector names for MCP connectors
2026-03-18 16:09:35 +05:30
Anish Sarkar
08f16b43d7
feat: enhance Composio connector naming logic and improve UI focus
...
- Updated the Composio connector naming logic to dynamically generate user-friendly names based on existing connectors.
- Introduced new utility functions for counting connectors and retrieving base names for specific connector types.
- Enhanced the UI components to improve accessibility and focus management, ensuring a better user experience when interacting with connector dialogs.
2026-01-23 20:36:00 +05:30
Manoj Aggarwal
0c3e25a07b
fix linting issues with ruff
2026-01-13 13:57:04 -08:00
Manoj Aggarwal
305a981d14
feat: add MCP connector backend support
2026-01-13 13:46:01 -08:00
Manoj Aggarwal
fa35b71522
Add teams connector similar to slack
2026-01-09 13:20:30 -08:00
Manoj Aggarwal
786fd63e5b
Revert "Add Microsoft Teams Connector"
2026-01-09 12:33:26 -08:00
Manoj Aggarwal
73a9dccefc
Add teams connector similar to slack
2026-01-07 15:15:49 -08:00
CREDO23
9841bdda72
style: format backend with ruff
2026-01-07 15:27:54 +02:00
CREDO23
4b3d427e90
feat: prevent duplicate OAuth account connections
2026-01-07 12:57:33 +02:00
CREDO23
4c6a782cec
feat: add extract_identifier_from_credentials to connector naming
2026-01-07 08:15:48 +02:00
CREDO23
d7b8890e9e
BE-2: Remove duplicate checks and auto-generate user-friendly names for Google connector OAuth callbacks (consistent comments, identifier extraction)
2026-01-06 18:55:35 +02:00
CREDO23
9f75a3f0b3
BE-1: Add connector_naming.py utilities for friendly auto-naming and unique identifier extraction
2026-01-06 18:32:18 +02:00