SurfSense/surfsense_backend/app/tasks/connector_indexers
Anish Sarkar 982b9ceb76 feat: implement Jira OAuth integration and connector routes
- Added support for Jira OAuth with new environment variables for client ID, client secret, and redirect URI.
- Implemented Jira connector routes for OAuth flow, including authorization and callback handling.
- Enhanced Jira connector to support both OAuth 2.0 and legacy API token authentication methods.
- Updated Jira indexing logic to utilize OAuth credentials with auto-refresh capabilities.
- Removed outdated Jira UI components and adjusted frontend logic to reflect the new integration.
2026-01-06 01:01:04 +05:30
..
__init__.py feat: added circleback connector 2025-12-30 09:00:59 -08:00
airtable_indexer.py refactor: update token decryption handling for connectors 2026-01-03 03:43:40 +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: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
confluence_indexer.py feat: update document tracking to use 'updated_at' timestamp instead of 'last_edited_at' 2025-12-12 01:32:14 -08:00
discord_indexer.py feat: add Discord OAuth integration and connector routes 2026-01-05 14:21:39 +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 Jira OAuth integration and connector routes 2026-01-06 01:01:04 +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