Commit graph

5307 commits

Author SHA1 Message Date
CREDO23
0eae96bffb fix: harden MCP OAuth and connector edge cases 2026-04-22 20:54:42 +02:00
CREDO23
01153b0d7e fix: cache TokenEncryption, clear stale router caches on re-init 2026-04-22 20:24:45 +02:00
CREDO23
a1d03da896 fix: encrypt tokens at rest, invalidate cache on refresh, clean up logging 2026-04-22 20:08:19 +02:00
CREDO23
4915675f45 Merge upstream/dev into feature/mcp-migration 2026-04-22 19:53:26 +02:00
Anish Sarkar
336bd57c4d refactor: enhance button loading states and styling in editor and sidebar components 2026-04-22 23:06:49 +05:30
Anish Sarkar
6ac5256431 feat: implement background processing for binary attachments in Obsidian plugin
- Added a new Celery task for indexing non-markdown attachments.
- Enhanced the Obsidian plugin schema to support binary attachments.
- Updated routes to enqueue binary attachments for background processing.
- Improved metadata handling for binary attachments during indexing.
- Added tests for binary attachment processing and validation.
2026-04-22 23:00:34 +05:30
Anish Sarkar
5047527b47 feat: enhance binary attachment handling in sync engine 2026-04-22 22:30:43 +05:30
CREDO23
a4134f1f03 fix alembic migration version numbering 2026-04-22 19:00:27 +02:00
CREDO23
9452d1090a replace broken native Jira/Linear tools with MCP equivalents 2026-04-22 18:57:49 +02:00
CREDO23
f2d9e67ac2 add multi-account MCP tool disambiguation with prefix namespacing 2026-04-22 18:57:43 +02:00
CREDO23
9eb54bc4af add account metadata discovery and connected_accounts tool 2026-04-22 18:57:26 +02:00
Anish Sarkar
23a52b6c63 feat: add confirmation modal for enabling attachment sync in SurfSense plugin 2026-04-22 22:01:14 +05:30
Anish Sarkar
6eeaa2db4d feat: enhance Obsidian plugin schema with HeadingRef class 2026-04-22 20:26:58 +05:30
Anish Sarkar
8ca4465a50 fix: adjust spacing in resume template for highlights 2026-04-22 19:24:30 +05:30
Anish Sarkar
8b67d5416e docs: update resume template guidelines for skills sections 2026-04-22 18:46:55 +05:30
Anish Sarkar
144e513068 feat: implement resume page limit functionality 2026-04-22 18:46:17 +05:30
Anish Sarkar
1d324f169f docs: enhance Obsidian connector installation instructions and add BRAT installation method 2026-04-22 17:34:27 +05:30
Rohan Verma
16587ec789
Merge pull request #1292 from MODSetter/dev
Some checks failed
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
temp(hotpatch): block github_coplot custom provider
2026-04-22 04:06:06 -07:00
DESKTOP-RTLN3BA\$punk
b067c92b4c Merge commit 'f02909e378' into dev
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-04-22 04:04:41 -07:00
DESKTOP-RTLN3BA\$punk
435406c302 temp(hotpatch): block github_coplot custom provider 2026-04-22 04:04:08 -07:00
CREDO23
a4bc621c2a uniform connector UX across all connector types 2026-04-22 11:22:04 +02:00
CREDO23
dfa40b8801 fix MCP OAuth for all 5 services, add MCP connector edit view 2026-04-22 10:50:43 +02:00
Rohan Verma
f02909e378
Merge pull request #1291 from MODSetter/dev
fix: agent runtime issues
2026-04-22 01:22:28 -07:00
CREDO23
dde1948a5c fix Slack MCP OAuth: v2 endpoint, user_scope param, nested token extraction 2026-04-22 10:06:12 +02:00
DESKTOP-RTLN3BA\$punk
80d3f624d4 chore: linting 2026-04-22 01:05:31 -07:00
Rohan Verma
c85c3a438e
Merge pull request #1290 from MODSetter/dev_mod
fix: agent runtime bugs
2026-04-22 01:00:24 -07:00
DESKTOP-RTLN3BA\$punk
9b56d45157 Merge commit '4356a2499b' into dev 2026-04-22 00:59:04 -07:00
CREDO23
970f62278b revert scope_param, use standard scope for Slack v2_user endpoint 2026-04-22 09:56:18 +02:00
DESKTOP-RTLN3BA\$punk
95de0547f4 feat: add default API base URLs for LiteLLM providers and enhance fallback handling in LLMRouterService 2026-04-22 00:56:05 -07:00
CREDO23
820326e3ee use user_scope param for Slack OAuth 2026-04-22 09:54:16 +02:00
CREDO23
3638d72b29 restore full Slack MCP scopes for all MCP tools 2026-04-22 09:41:19 +02:00
CREDO23
225236e6f1 add required OAuth scopes for Slack MCP 2026-04-22 09:35:15 +02:00
CREDO23
0cc2475f6b add required OAuth scopes for Airtable MCP 2026-04-22 09:21:19 +02:00
CREDO23
2f4052aa71 use pre-configured credentials for Airtable MCP OAuth 2026-04-22 09:15:06 +02:00
CREDO23
c277b6c121 skip indexing config dialog for non-indexable connectors 2026-04-22 09:01:35 +02:00
CREDO23
ea3508cb25 use native connector types for MCP OAuth, restore original UI 2026-04-22 08:57:28 +02:00
CREDO23
940889c291 fix open redirect, error leaking, unused imports, state validation 2026-04-22 08:42:38 +02:00
DESKTOP-RTLN3BA\$punk
bd2d6c07ff fix: summarization middleware usage 2026-04-21 22:13:41 -07:00
Rohan Verma
4356a2499b
Merge pull request #1289 from MODSetter/dev
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
fix: docker zerocache issues
2026-04-21 21:02:02 -07:00
Rohan Verma
5353d4587f
Merge pull request #1287 from AnishSarkar22/fix/docker-host-gateway
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
feat: add internal backend URL configuration, internal host gateway & Ollama docs
2026-04-21 20:55:45 -07:00
Anish Sarkar
3eb4d55ef5 chore: ran linting 2026-04-22 06:40:39 +05:30
Anish Sarkar
4a75603d4f feat: implement sync notifications for Obsidian plugin
- Added functionality to create and update notifications during the Obsidian sync process.
- Improved handling of sync completion and failure notifications.
- Updated connector naming convention in various locations for consistency.
2026-04-22 06:38:51 +05:30
Anish Sarkar
3b7f27cff9 chore: update GitHub Actions workflows to use Node.js 22.x and enhance connection indicator styling in SurfSense plugin 2026-04-22 06:26:49 +05:30
Anish Sarkar
3b38daaca5 chore: update version from 0.1.1-beta.1 to 0.1.1 in manifest and versions files for SurfSense plugin 2026-04-22 06:18:58 +05:30
Anish Sarkar
26ed2a2ba1 feat: improve connection handling and status updates in SurfSense plugin 2026-04-22 06:16:38 +05:30
Anish Sarkar
a5e5f229d9 feat: add connection status indicator to settings UI 2026-04-22 06:13:01 +05:30
Anish Sarkar
ae264290d0 feat: update Obsidian connector UI and improve user instructions 2026-04-22 06:07:38 +05:30
Anish Sarkar
9ecccc5403 feat: implement dynamic API proxying to FastAPI backend
- Added a new route handler for dynamic API requests, allowing proxying to the FastAPI backend.
- Removed the previous rewrite configuration in next.config.ts for cleaner integration.
- Updated .env.example to clarify backend URL usage.
2026-04-22 05:44:03 +05:30
Anish Sarkar
e86d279d55 chore: update GitHub Actions workflow to include publish mode selection and improve version resolution logic 2026-04-22 05:34:17 +05:30
CREDO23
e676ebfabe remove live connectors from AUTO_INDEX_DEFAULTS 2026-04-21 21:52:54 +02:00