Commit graph

  • ea3508cb25 use native connector types for MCP OAuth, restore original UI CREDO23 2026-04-22 08:57:28 +02:00
  • 940889c291 fix open redirect, error leaking, unused imports, state validation CREDO23 2026-04-22 08:42:38 +02:00
  • bd2d6c07ff fix: summarization middleware usage DESKTOP-RTLN3BA\$punk 2026-04-21 22:13:41 -07:00
  • 4356a2499b
    Merge pull request #1289 from MODSetter/dev 0.0.19.2 Rohan Verma 2026-04-21 21:02:02 -07:00
  • 5353d4587f
    Merge pull request #1287 from AnishSarkar22/fix/docker-host-gateway Rohan Verma 2026-04-21 20:55:45 -07:00
  • 3eb4d55ef5 chore: ran linting Anish Sarkar 2026-04-22 06:40:39 +05:30
  • 4a75603d4f feat: implement sync notifications for Obsidian plugin Anish Sarkar 2026-04-22 06:38:51 +05:30
  • 3b7f27cff9 chore: update GitHub Actions workflows to use Node.js 22.x and enhance connection indicator styling in SurfSense plugin Anish Sarkar 2026-04-22 06:26:49 +05:30
  • 3b38daaca5 chore: update version from 0.1.1-beta.1 to 0.1.1 in manifest and versions files for SurfSense plugin Anish Sarkar 2026-04-22 06:18:58 +05:30
  • 26ed2a2ba1 feat: improve connection handling and status updates in SurfSense plugin Anish Sarkar 2026-04-22 06:16:38 +05:30
  • a5e5f229d9 feat: add connection status indicator to settings UI Anish Sarkar 2026-04-22 06:13:01 +05:30
  • ae264290d0 feat: update Obsidian connector UI and improve user instructions Anish Sarkar 2026-04-22 06:07:38 +05:30
  • 9ecccc5403 feat: implement dynamic API proxying to FastAPI backend Anish Sarkar 2026-04-22 05:44:03 +05:30
  • e86d279d55 chore: update GitHub Actions workflow to include publish mode selection and improve version resolution logic Anish Sarkar 2026-04-22 05:34:17 +05:30
  • e676ebfabe remove live connectors from AUTO_INDEX_DEFAULTS CREDO23 2026-04-21 21:52:54 +02:00
  • 0ab7d6a5e3 set is_indexable=False for all live connector add routes CREDO23 2026-04-21 21:52:43 +02:00
  • 53a173a8fd guard manual indexing for live connectors CREDO23 2026-04-21 21:52:23 +02:00
  • 328219e46f disable first-run indexing for live connectors CREDO23 2026-04-21 21:52:17 +02:00
  • 5ff0ec5d5d disable periodic indexing for live connectors CREDO23 2026-04-21 21:51:40 +02:00
  • 8b8c9b1f5d add Slack and Airtable MCP OAuth support CREDO23 2026-04-21 21:38:24 +02:00
  • 7c2d34283b chore: bump version to 0.1.1-beta.1 in manifest and versions files for obsidian plugin Anish Sarkar 2026-04-22 01:02:57 +05:30
  • c414cc257f add frontend tiles for Linear, Jira, ClickUp MCP connectors CREDO23 2026-04-21 21:20:54 +02:00
  • 9b78fbfe15 add automatic token refresh for MCP OAuth connectors CREDO23 2026-04-21 21:20:12 +02:00
  • 81711c9e5b wire MCP OAuth route into app router CREDO23 2026-04-21 21:19:57 +02:00
  • 45867e5c56 add generic MCP OAuth route with DCR + PKCE CREDO23 2026-04-21 21:19:32 +02:00
  • 4efdee5aed add MCP OAuth discovery, DCR, and token exchange CREDO23 2026-04-21 21:19:15 +02:00
  • 7133655eeb add MCP service registry for Linear, Jira, ClickUp CREDO23 2026-04-21 21:19:08 +02:00
  • 08489dbd5a chore: update obsidian GitHub Actions workflows to use latest action versions Anish Sarkar 2026-04-22 00:48:07 +05:30
  • 22f8cb2cd3 feat: enhance obsidian connector doc and add notes for migration from legacy obsidian connector Anish Sarkar 2026-04-22 00:24:26 +05:30
  • 575b2c64d7 register all new live connector tools in registry CREDO23 2026-04-21 20:50:42 +02:00
  • ba8e3133b9 add Luma list events, read event, create event tools CREDO23 2026-04-21 20:50:31 +02:00
  • 49f8d1abd4 add Teams list channels, read messages, send message tools CREDO23 2026-04-21 20:49:50 +02:00
  • 1de2517eae add Discord list channels, read messages, send message tools CREDO23 2026-04-21 20:49:02 +02:00
  • 07a5fac15d add Calendar search events tool CREDO23 2026-04-21 20:48:47 +02:00
  • d2cb778c08 add Gmail search and read email tools CREDO23 2026-04-21 20:48:40 +02:00
  • 99623a85d5 refactor: remove legacy Obsidian connector support Anish Sarkar 2026-04-22 00:10:24 +05:30
  • c70f0ccf49 revert Notion auth URLs to classic OAuth endpoints CREDO23 2026-04-21 20:34:08 +02:00
  • e02fbbef6c remove MCP-mode skip from Notion indexer CREDO23 2026-04-21 20:33:57 +02:00
  • 978a8e2e07 remove MCP health check branch from Notion metadata service CREDO23 2026-04-21 20:33:35 +02:00
  • 177a346673 remove Notion MCP gating from agent CREDO23 2026-04-21 20:33:30 +02:00
  • 48158740ae remove Notion MCP tool definitions from registry CREDO23 2026-04-21 20:33:22 +02:00
  • 291c1078c3 remove Notion MCP router from routes CREDO23 2026-04-21 20:33:18 +02:00
  • ea3bda9ec3 delete Notion MCP services, tools, and route CREDO23 2026-04-21 20:33:10 +02:00
  • 2dfe03b9b2 add reusable OAuth connector route base class CREDO23 2026-04-21 20:29:03 +02:00
  • a1804265b8 replace manual connector checks with declarative gating CREDO23 2026-04-21 20:28:53 +02:00
  • 6529889e73 add declarative connector gating to tool registry CREDO23 2026-04-21 20:28:45 +02:00
  • 474c35fb2a add standardized tool response helper CREDO23 2026-04-21 20:28:41 +02:00
  • 45acf9de15 add async retry utility with tenacity CREDO23 2026-04-21 20:28:36 +02:00
  • 875c4c3cf4 add connector exception hierarchy CREDO23 2026-04-21 20:28:30 +02:00
  • 41ff15638c
    Merge pull request #1281 from mvanhorn/osc/1248-handle-add-tag-functional Rohan Verma 2026-04-21 11:22:09 -07:00
  • 16ea8e2401 Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin Anish Sarkar 2026-04-21 23:35:22 +05:30
  • c1754e409a
    Merge pull request #1288 from MODSetter/dev v0.0.19 Rohan Verma 2026-04-21 10:58:56 -07:00
  • 7c23f31dc0 feat: add Ollama setup guide to documentation Anish Sarkar 2026-04-21 23:25:43 +05:30
  • 291a7e2922 Merge commit 'e4213421d6' into dev DESKTOP-RTLN3BA\$punk 2026-04-21 10:54:20 -07:00
  • fde8035185 refactor: remove Azure OIDC token fetching steps from desktop release workflow DESKTOP-RTLN3BA\$punk 2026-04-21 10:54:12 -07:00
  • 59f8696eac feat: add extra_hosts configuration for Docker services Anish Sarkar 2026-04-21 23:17:26 +05:30
  • 2657c9e871 feat: add internal backend URL configuration Anish Sarkar 2026-04-21 21:03:38 +05:30
  • f98803ac3f fix: refine error handling in HTTP exception handler to ensure consistent messaging for 500 status codes Anish Sarkar 2026-04-21 20:46:31 +05:30
  • e4213421d6
    Merge pull request #1285 from MODSetter/dev 0.0.19.1 Rohan Verma 2026-04-21 02:33:41 -07:00
  • 2b6c39ad6a chore: another bump DESKTOP-RTLN3BA\$punk 2026-04-21 02:32:50 -07:00
  • b201cc33fd
    Merge pull request #1284 from MODSetter/dev Rohan Verma 2026-04-21 02:26:08 -07:00
  • e3f4a2e229 Merge commit '38fe01b8b0' into dev DESKTOP-RTLN3BA\$punk 2026-04-21 02:24:54 -07:00
  • 63739ee737 feat: add GitHub OIDC token fetching for Azure signing in desktop release workflow DESKTOP-RTLN3BA\$punk 2026-04-21 02:24:22 -07:00
  • 38fe01b8b0
    Merge pull request #1283 from MODSetter/dev v0.0.18 Rohan Verma 2026-04-21 02:15:13 -07:00
  • 5ce7d52aa6 chore: bumped version DESKTOP-RTLN3BA\$punk 2026-04-21 02:14:42 -07:00
  • 1213535fc3
    Merge pull request #1282 from MODSetter/dev Rohan Verma 2026-04-21 02:05:52 -07:00
  • e3a1cc18d2 Merge commit '27d081a6c3' into dev DESKTOP-RTLN3BA\$punk 2026-04-21 02:05:14 -07:00
  • fc45b62c1b fix: remove unnecessary publisherName from Windows signing command in desktop release workflow DESKTOP-RTLN3BA\$punk 2026-04-21 02:05:07 -07:00
  • 7f0a5cd06a
    fix(hitl-edit-panel): move duplicate-tag check into functional setTags Matt Van Horn 2026-04-21 01:43:20 -07:00
  • 27d081a6c3
    Merge pull request #1280 from MODSetter/dev v0.0.17 0.0.17.1 Rohan Verma 2026-04-21 01:39:31 -07:00
  • 3f30b12bd4 feat: bumped version to v0.0.17 DESKTOP-RTLN3BA\$punk 2026-04-21 01:38:52 -07:00
  • 1fea94a83e
    Merge pull request #1279 from MODSetter/dev 0.0.16.6 Rohan Verma 2026-04-21 01:34:48 -07:00
  • e06c8419b1 feat: update SEO titles and descriptions for improved clarity and focus DESKTOP-RTLN3BA\$punk 2026-04-21 01:33:58 -07:00
  • afd1d87b5d
    Merge pull request #1278 from MODSetter/dev Rohan Verma 2026-04-21 01:20:34 -07:00
  • dbcea0d50b feat: enhance HTTP exception handling with 5xx sanitization policy DESKTOP-RTLN3BA\$punk 2026-04-21 01:19:41 -07:00
  • 2703fd4ebe feat: add Windows signing process in desktop release workflow DESKTOP-RTLN3BA\$punk 2026-04-20 23:14:59 -07:00
  • 7e4601fde4 feat: add enable_vision_llm flag to connector dialog state and query parameters Anish Sarkar 2026-04-21 11:25:05 +05:30
  • f06e00d77c Merge remote-tracking branch 'upstream/dev' into fix/docker-host-gateway Anish Sarkar 2026-04-21 11:24:34 +05:30
  • 8a8086176b refactor: removed BACKEND_PROXY_TARGET and unified FASTAPI_BACKEND_INTERNAL_URL for both next.js rewrite and docker network issues Anish Sarkar 2026-04-21 11:17:24 +05:30
  • 1abbc6021f feat: add internal backend URL configuration and enhance server URL handling in SurfSense settings Anish Sarkar 2026-04-21 11:08:36 +05:30
  • 1f524660e1 fix: update server URL in README and settings for SurfSense plugin Anish Sarkar 2026-04-21 10:53:55 +05:30
  • 20ce687b6d feat: update README for SurfSense plugin Anish Sarkar 2026-04-21 10:19:26 +05:30
  • b3f0b2e13a feat: update SurfSense plugin to version 0.1.0 with improved description, minimum app version, and license details; enhance queue management with debouncing and refactor status modal for clarity Anish Sarkar 2026-04-21 09:59:23 +05:30
  • 1919150523
    Merge pull request #1276 from MODSetter/dev_mod Rohan Verma 2026-04-20 21:27:14 -07:00
  • f2bb6dbd55
    Merge pull request #1275 from Tacite243/fix/move-modelSelector-reset-effects-into-the-openTab-event-handlers-1252 Rohan Verma 2026-04-20 21:01:42 -07:00
  • df8a12217c
    Merge pull request #1273 from Tacite243/perf/lazy-load-document-content-1242 Rohan Verma 2026-04-20 21:00:59 -07:00
  • 517c40f060
    Merge pull request #1272 from mvanhorn/osc/1247-functional-setIsDark Rohan Verma 2026-04-20 20:59:04 -07:00
  • 6bd4ffb98e
    Merge pull request #1268 from aaron-seq/fix/move-open-reset-effects-to-onOpenChange Rohan Verma 2026-04-20 20:58:27 -07:00
  • d744cb48bf
    Merge pull request #1267 from mvanhorn/osc/1250-isexportingkb-ref Rohan Verma 2026-04-20 20:57:07 -07:00
  • 9fded124fe feat: add IF NOT EXISTS clause to unique index creation for Obsidian connectors to prevent errors during upgrades Anish Sarkar 2026-04-21 04:37:45 +05:30
  • 54ce2666f5 feat: implement cross-device deduplication for Obsidian connectors using vault fingerprinting and enhance connector management Anish Sarkar 2026-04-21 04:21:33 +05:30
  • 2d90ed0fec feat: deactivate legacy Obsidian connectors and implement partial unique index for improved upsert handling Anish Sarkar 2026-04-21 03:18:44 +05:30
  • 24383a3741 feat: add auto-launch functionality for desktop app DESKTOP-RTLN3BA\$punk 2026-04-20 12:42:06 -07:00
  • 30944c0fec feat(notion-mcp): wire frontend to MCP OAuth endpoints CREDO23 2026-04-20 21:02:34 +02:00
  • 5a8ec704fe feat(notion-mcp): add MCP gating in agent, indexer, and health check CREDO23 2026-04-20 21:02:21 +02:00
  • 8d438f52f5 feat(notion-mcp): add MCP agent tool factories and registry wiring CREDO23 2026-04-20 21:02:10 +02:00
  • 41d547934d feat(notion-mcp): add MCP connector OAuth routes CREDO23 2026-04-20 21:02:05 +02:00
  • d6e605fd50 feat(notion-mcp): add OAuth + PKCE service layer and MCP adapter CREDO23 2026-04-20 20:59:17 +02:00
  • 4d3406341d feat: add file size tracking and sync interval settings to Obsidian plugin for improved reconciliation and performance Anish Sarkar 2026-04-20 23:48:51 +05:30
  • 28d3c628f1 feat: enhance Obsidian plugin with folder management features, including inclusion/exclusion settings and a status modal for real-time updates Anish Sarkar 2026-04-20 23:13:49 +05:30