Commit Graph

2058 Commits

Author SHA1 Message Date
CREDO23 2e83ed8dcd feat: add chunking and embedding logic to indexer 2026-01-09 15:45:17 +02:00
CREDO23 fff851ae3f feat: create indexer module with MDX parsing 2026-01-09 15:42:30 +02:00
CREDO23 ba404cc151 feat: add SurfsenseDocsChunk model with relationship 2026-01-09 15:28:36 +02:00
CREDO23 961d741656 feat: add SurfsenseDocsDocument model 2026-01-09 15:26:55 +02:00
DESKTOP-RTLN3BA\$punk e8dc80cd20 Merge commit 'fc8b9036a63a37613edff5e03316361968a6d02b' into dev 2026-01-09 00:51:03 -08:00
DESKTOP-RTLN3BA\$punk 4e5900ed5a chore: updated sitemap 2026-01-09 00:50:11 -08:00
DESKTOP-RTLN3BA\$punk 9e6a873400 docs: msft teams 2026-01-09 00:34:21 -08:00
DESKTOP-RTLN3BA\$punk 2e8d3fd721 feat: updated logo 2026-01-08 23:03:43 -08:00
Rohan Verma 8a2715e549 Merge pull request #679 from manojag115/feat/ms-teams-connector
Add Microsoft Teams Connector
2026-01-08 20:27:51 -08:00
Manoj Aggarwal fed9d73796 revert .vscode change 2026-01-08 19:19:27 -08:00
Manoj Aggarwal 2b074b947c nit 2026-01-08 19:04:38 -08:00
Manoj Aggarwal ba7e4f0ceb Add MS Teams connector 2026-01-08 17:13:19 -08:00
Rohan Verma fc8b9036a6 Merge pull request #677 from MODSetter/dev
feat: add tracking for users viewed in search space
v1.0.92
2026-01-08 13:38:54 -08:00
DESKTOP-RTLN3BA\$punk 609fc879be feat: add tracking for users viewed in search space
- Introduced a new event tracking function for when users view the team page in a search space.
- Updated the team management page to utilize this tracking, capturing user and owner counts.
2026-01-08 13:38:28 -08:00
Rohan Verma 1bed330261 Merge pull request #676 from MODSetter/dev
feat: updated sitemap, added more posthog events & added new changelog
2026-01-08 13:16:53 -08:00
DESKTOP-RTLN3BA\$punk dfaa0cef21 chore: linting 2026-01-08 13:11:58 -08:00
DESKTOP-RTLN3BA\$punk 789197d41c feat: updated sitemap, added more posthog events & added new changelog
- Implemented a function to return the current hour for lastModified timestamps in the sitemap.
- Added multiple new URLs to the sitemap, including documentation and connector pages.
- Integrated tracking for search space invite events, including sent, accepted, declined, and user added events.
- Enhanced connector management with tracking for connection, deletion, and indexing events.
2026-01-08 13:10:48 -08:00
Rohan Verma 2fd38615e8 Merge pull request #673 from MODSetter/dev
feat: multi oauth connection management & shifted connectors to their oauth alternatives
v1.0.91 beta-v0.0.11
2026-01-07 21:25:25 -08:00
DESKTOP-RTLN3BA\$punk f1328db94f feat: bumped version to 0.0.11 v1.0.90 2026-01-07 20:59:54 -08:00
DESKTOP-RTLN3BA\$punk 93dbb5355f docs: updated readmes 2026-01-07 20:56:48 -08:00
DESKTOP-RTLN3BA\$punk 30401f50a5 docs: setup guides for Airtable and ClickUp OAuth integrations 2026-01-07 20:40:54 -08:00
DESKTOP-RTLN3BA\$punk c9a9d29c54 docs: update README 2026-01-07 19:43:31 -08:00
DESKTOP-RTLN3BA\$punk a6200ee3a2 chore: linting 2026-01-07 19:10:53 -08:00
DESKTOP-RTLN3BA\$punk 48fc70a08b chore: cleanup 2026-01-07 19:07:06 -08:00
Rohan Verma 33ab74f698 Merge pull request #672 from manojag115/feat/teams-connector
Update installation documentation and fix pyproject file for pip install
2026-01-07 17:47:32 -08:00
DESKTOP-RTLN3BA\$punk 73eeb555b2 refactor: update launch configurations and enhance HeroSection with Google login functionality 2026-01-07 17:46:38 -08:00
Manoj Aggarwal 73a9dccefc Add teams connector similar to slack 2026-01-07 15:15:49 -08:00
Manoj Aggarwal f567fe7f3b Add both app and alembic explicitly 2026-01-07 13:42:52 -08:00
Manoj Aggarwal 31383ad0d7 Minor modifications to documentation 2026-01-07 13:36:15 -08:00
Rohan Verma fabbae2b48 Merge pull request #670 from AnishSarkar22/fix/connector
feat: Clickup OAuth Connector, fixed Airtable OAuth Connector
2026-01-07 12:39:41 -08:00
Rohan Verma b53ea565db Merge pull request #669 from CREDO23/sur-66-feature-support-multiple-connectors-of-the-same-type-per
[Feature] Support multiple connectors of the same type per search space
2026-01-07 12:38:37 -08:00
CREDO23 9841bdda72 style: format backend with ruff 2026-01-07 15:27:54 +02:00
CREDO23 b664547178 style: format web codebase 2026-01-07 15:20:36 +02:00
CREDO23 4de28152d5 fix: connector card UI improvements 2026-01-07 15:18:31 +02:00
CREDO23 5f0013c109 fix: restore duplicate check for non-OAuth connectors 2026-01-07 14:02:18 +02:00
CREDO23 f1a715e04e refactor: move Linear OAuth utils to connector, use httpx.AsyncClient 2026-01-07 13:13:19 +02:00
CREDO23 4b3d427e90 feat: prevent duplicate OAuth account connections 2026-01-07 12:57:33 +02:00
Anish Sarkar 8b398bb9f2 Merge remote-tracking branch 'upstream/dev' into fix/connector 2026-01-07 15:16:24 +05:30
Anish Sarkar ca46822d6d chore: ran frontend linting 2026-01-07 15:16:09 +05:30
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
CREDO23 3ff87a218d feat: improve connector popup with grouped OAuth connectors
Active Connectors tab:
- Group OAuth connectors by type (Gmail, Google Drive, etc.)
- Show account count badge on grouped cards
- Show most recent last indexed date across all accounts
- Show non-OAuth connectors individually with active task messages

All Connectors tab:
- Show most recent last indexed date for OAuth connector types
- Check if any account is indexing for OAuth types

Accounts List View:
- Remove document count from individual account cards
- Back button returns to previous tab (not always All Connectors)

General:
- Update handleViewAccountsList to use (connectorType, connectorTitle) signature
- Consistent behavior for viewing accounts from both tabs
2026-01-07 11:40:21 +02:00
CREDO23 9ad1348d6b feat: add connectorId support for multi-account OAuth connectors
Backend:
- Add connectorId to OAuth redirect URLs in all 10 connector routes
- Enables frontend to identify the specific connector created

Frontend:
- Update OAuth success handler to use connectorId for finding new connector
- Set connectorId in URL when transitioning to configure view
- Add connectorId support in URL sync effect for page refresh
- Consolidate handleAddAccountOAuth into handleConnectOAuth
- Update indexing config view to show connector type and display name
2026-01-07 10:54:49 +02:00
CREDO23 2508b37f4e feat: add connector accounts list view for OAuth connectors with multiple accounts
- Create ConnectorAccountsListView component to show all connected accounts for a connector type
- Add state management in use-connector-dialog for viewing connector accounts list
- Update AllConnectorsTab to show accounts list when OAuth connector is connected
- Update connector-popup.tsx to render the new accounts list view
- Add 'accounts' view to connector popup URL schema
- Display connected accounts in 2-column grid layout
- Add 'Add Account' button with dashed border in header
2026-01-07 09:28:07 +02:00
DESKTOP-RTLN3BA\$punk 1b4ec2daa7 feat: added google based connectors docs 2026-01-06 23:20:44 -08:00
CREDO23 755f92323a fix: connector card and edit view styling 2026-01-07 08:36:55 +02:00
DESKTOP-RTLN3BA\$punk 761fa9162b feat: added atlassian docs 2026-01-06 22:18:52 -08:00
CREDO23 93c7b83a06 feat: show identifier-only display names in connector cards 2026-01-07 08:16:27 +02:00
CREDO23 0ba64fe6c4 feat: update OAuth routes to use async connector naming 2026-01-07 08:16:19 +02:00
CREDO23 42397f1364 feat: add Airtable user email fetch and update route 2026-01-07 08:16:11 +02:00
CREDO23 d03b8dae34 feat: add Linear org name fetch and update route 2026-01-07 08:16:04 +02:00