SurfSense/surfsense_backend/app/tasks/connector_indexers
Anish Sarkar 86af9b5a21 feat: implement ClickUp OAuth integration and connector support
- Added ClickUp OAuth authentication flow with new environment variables for client ID, client secret, and redirect URI.
- Introduced ClickUpHistoryConnector to manage OAuth-based authentication and token refresh for ClickUp API access.
- Created ClickUp connector routes for OAuth flow, including authorization and callback handling.
- Updated indexing logic to utilize the new ClickUpHistoryConnector, supporting both OAuth and legacy API token methods.
- Enhanced frontend components to reflect the new ClickUp integration and removed legacy API token forms.
2026-01-07 15:15:25 +05:30
..
__init__.py feat: added circleback connector 2025-12-30 09:00:59 -08:00
airtable_indexer.py feat: enhance Airtable integration with OAuth support and date validation 2026-01-07 03:00:56 +05:30
base.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
bookstack_indexer.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
clickup_indexer.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
confluence_indexer.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
discord_indexer.py chore: ran both frontend and backend linting 2026-01-06 15:49:31 +05:30
elasticsearch_indexer.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
github_indexer.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
google_calendar_indexer.py chore: ran both frontend and backend linting 2026-01-03 00:18:17 +05:30
google_drive_indexer.py refactor: update token decryption handling for connectors 2026-01-03 03:43:40 +05:30
google_gmail_indexer.py chore: ran both frontend and backend linting 2026-01-03 00:18:17 +05:30
jira_indexer.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
linear_indexer.py feat: implement auto-refresh capability for Linear and Notion connectors similar to google oauth based ones 2026-01-03 04:24:00 +05:30
luma_indexer.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
notion_indexer.py feat: implement auto-refresh capability for Linear and Notion connectors similar to google oauth based ones 2026-01-03 04:24:00 +05:30
slack_indexer.py refactor: improve error handling for Slack token refresh logic 2026-01-04 02:47:50 +05:30
webcrawler_indexer.py refactor: update the webcrawler index to compare hashes without metadata 2025-12-17 18:44:58 +02:00