CREDO23
49f8d1abd4
add Teams list channels, read messages, send message tools
2026-04-21 20:49:50 +02:00
CREDO23
1de2517eae
add Discord list channels, read messages, send message tools
2026-04-21 20:49:02 +02:00
CREDO23
07a5fac15d
add Calendar search events tool
2026-04-21 20:48:47 +02:00
CREDO23
d2cb778c08
add Gmail search and read email tools
2026-04-21 20:48:40 +02:00
CREDO23
c70f0ccf49
revert Notion auth URLs to classic OAuth endpoints
2026-04-21 20:34:08 +02:00
CREDO23
e02fbbef6c
remove MCP-mode skip from Notion indexer
2026-04-21 20:33:57 +02:00
CREDO23
978a8e2e07
remove MCP health check branch from Notion metadata service
2026-04-21 20:33:35 +02:00
CREDO23
177a346673
remove Notion MCP gating from agent
2026-04-21 20:33:30 +02:00
CREDO23
48158740ae
remove Notion MCP tool definitions from registry
2026-04-21 20:33:22 +02:00
CREDO23
291c1078c3
remove Notion MCP router from routes
2026-04-21 20:33:18 +02:00
CREDO23
ea3bda9ec3
delete Notion MCP services, tools, and route
2026-04-21 20:33:10 +02:00
CREDO23
2dfe03b9b2
add reusable OAuth connector route base class
2026-04-21 20:29:03 +02:00
CREDO23
a1804265b8
replace manual connector checks with declarative gating
2026-04-21 20:28:53 +02:00
CREDO23
6529889e73
add declarative connector gating to tool registry
2026-04-21 20:28:45 +02:00
CREDO23
474c35fb2a
add standardized tool response helper
2026-04-21 20:28:41 +02:00
CREDO23
45acf9de15
add async retry utility with tenacity
2026-04-21 20:28:36 +02:00
CREDO23
875c4c3cf4
add connector exception hierarchy
2026-04-21 20:28:30 +02:00
CREDO23
30944c0fec
feat(notion-mcp): wire frontend to MCP OAuth endpoints
2026-04-20 21:02:34 +02:00
CREDO23
5a8ec704fe
feat(notion-mcp): add MCP gating in agent, indexer, and health check
2026-04-20 21:02:21 +02:00
CREDO23
8d438f52f5
feat(notion-mcp): add MCP agent tool factories and registry wiring
2026-04-20 21:02:10 +02:00
CREDO23
41d547934d
feat(notion-mcp): add MCP connector OAuth routes
2026-04-20 21:02:05 +02:00
CREDO23
d6e605fd50
feat(notion-mcp): add OAuth + PKCE service layer and MCP adapter
...
Implements Notion MCP integration core:
- OAuth 2.0 discovery (RFC 9470 + 8414), dynamic client registration,
PKCE token exchange, and refresh with rotation
- NotionMCPAdapter connecting to mcp.notion.com/mcp with fallback
to direct API on known serialization errors
- Response parser translating MCP text responses into dicts matching
NotionHistoryConnector output format
- has_mcp_notion_connector() helper for connector gating
2026-04-20 20:59:17 +02:00
Rohan Verma
2b2453e015
Merge pull request #1240 from AnishSarkar22/feat/resume-builder
...
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
feat: resume builder
2026-04-17 13:41:32 -07:00
Rohan Verma
2270b4c68a
Merge pull request #1255 from mvanhorn/osc/1249-remove-unused-scrolled-state-v2
...
fix(new-chat): remove unused _hasScrolledToCited state in source-detail-panel
2026-04-17 13:34:04 -07:00
Anish Sarkar
0fa32c3a10
chore: ran linting
2026-04-17 16:45:14 +05:30
Matt Van Horn
dbd1706811
fix(new-chat): remove unused _hasScrolledToCited state in source-detail-panel
...
The useState was declared but its value was never read in render
(only the setter was called). Each setter call scheduled a re-render
that changed nothing visible.
The actual scroll/highlight behavior is driven by hasScrolledRef
and setActiveChunkIndex; this state was effectively dead.
Closes #1249
2026-04-17 02:00:29 -04:00
Rohan Verma
b38a297349
Merge pull request #1254 from MODSetter/dev
...
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
chore: added missed changelogs
2026-04-16 22:24:57 -07:00
DESKTOP-RTLN3BA\$punk
425e1b8830
Merge commit ' ba2a2fd529' into dev
2026-04-16 22:21:42 -07:00
Rohan Verma
acab2358b3
Merge pull request #1253 from MODSetter/dev_mod
...
chore: added missed changelogs
2026-04-16 22:17:36 -07:00
DESKTOP-RTLN3BA\$punk
b613b4f9cd
chore: added missed changelogs
2026-04-16 22:14:44 -07:00
Anish Sarkar
aef4c90107
refactor: update UI components for improved layout in assistant message, public chat footer, and report panel
2026-04-17 09:03:34 +05:30
DESKTOP-RTLN3BA\$punk
aacf38fd5f
feat: fix anonymous chat message history
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-16 16:18:21 -07:00
Rohan Verma
c3b9d419ba
Merge pull request #1238 from xr843/ux/form-max-length
...
feat: add maxLength constraints to auth and settings form inputs
2026-04-16 15:51:43 -07:00
Rohan Verma
69ded37151
Merge pull request #1237 from xr843/a11y/nested-main-landmark
...
fix(a11y): remove nested <main> landmarks under (home) layout
2026-04-16 15:50:13 -07:00
Rohan Verma
cae137e7f8
Merge pull request #1233 from mvanhorn/osc/1092-clear-scroll-timers
...
fix: clear scroll-to-citation timers on panel close/unmount
2026-04-16 15:49:33 -07:00
Anish Sarkar
abf758997a
feat: optimize PDF viewer performance with improved page rendering and visibility management
2026-04-16 23:44:15 +05:30
Anish Sarkar
706d5b9821
feat: enhance PDF viewer and report panel with public access handling and UI updates
2026-04-16 22:53:17 +05:30
Anish Sarkar
e2cd0557a5
feat: add public report PDF preview endpoint and update report content handling for Typst-based resumes
2026-04-16 22:51:36 +05:30
xianren
b8e663e8f4
feat: add maxLength constraints to auth and settings form inputs
...
Gives users immediate client-side feedback and prevents pathologically
long values from being typed. Caps match Zod schema limits where they
exist; email uses the RFC 5321 maximum.
Files touched (5):
- (home)/login/LocalLoginForm.tsx — email → 254
- (home)/register/page.tsx — email → 254
- dashboard/.../user-settings/.../ProfileContent.tsx — display name → 100
- components/settings/general-settings-manager.tsx — search space name → 100
- components/settings/roles-manager.tsx — role name (create+edit dialogs) → 100,
role description (create+edit dialogs) → 500
Closes #948
2026-04-16 22:33:01 +08:00
xianren
3f85f2a56b
fix(a11y): remove nested <main> landmarks under (home) layout
...
The (home)/layout.tsx already wraps children in <main>. Having another
<main> inside each child page produces nested landmarks, which is
invalid HTML and confuses screen readers.
Changed the outermost wrapper from <main> → <div> in:
- surfsense_web/app/(home)/page.tsx (homepage)
- surfsense_web/app/(home)/free/page.tsx (free AI chat landing)
Other (home) descendants (login/register/privacy/terms/changelog/
announcements/blog/contact/free/[model_slug]) were already using <div>.
Closes #1191
2026-04-16 22:30:55 +08:00
Rohan Verma
ba2a2fd529
Merge pull request #1236 from MODSetter/dev
...
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: update anonymous chat cookie settings for cross-site compatibility
2026-04-16 02:39:27 -07:00
DESKTOP-RTLN3BA\$punk
4e68565a72
Merge commit ' 7d6c7c4623' into dev
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-16 02:38:14 -07:00
DESKTOP-RTLN3BA\$punk
afae2c5f69
feat: update anonymous chat cookie settings for cross-site compatibility
...
- Implemented dynamic SameSite and Secure cookie settings based on the backend URL context.
- Enhanced cookie handling to ensure proper functionality in cross-domain scenarios.
2026-04-16 02:36:36 -07:00
Rohan Verma
7d6c7c4623
Merge pull request #1235 from MODSetter/dev
...
try: ip fix for cloudflare
2026-04-16 02:19:29 -07:00
DESKTOP-RTLN3BA\$punk
2cb30c604d
try: ip fix for cludflare
...
- Introduced AI File Sorting functionality to automatically organize documents into a smart folder hierarchy based on source, date, and topic.
- Updated README.md to include the new feature.
- Enhanced homepage components with new illustrations and descriptions for AI File Sorting.
- Refactored rate limiting logic to extract real client IPs more accurately.
2026-04-16 02:13:52 -07:00
Rohan Verma
99995c67b2
Merge pull request #1234 from MODSetter/dev
...
feat: release 0.0.16
2026-04-16 01:36:25 -07:00
DESKTOP-RTLN3BA\$punk
635bf8ba96
fix: update LlamaCloud test assertions to reflect new parse modes
...
- Changed assertions in `test_llamacloud_basic_uses_cost_effective_tier` to check for `parse_page_with_llm` instead of `cost_effective` tier.
- Updated `test_llamacloud_premium_uses_agentic_plus_tier` to verify `parse_page_with_agent` instead of `agentic_plus` tier.
- Ensured that `tier` is no longer included in the call arguments.
2026-04-16 01:32:42 -07:00
DESKTOP-RTLN3BA\$punk
e7fba022c1
chore: bumped version to 0.0.16
2026-04-16 01:18:03 -07:00
DESKTOP-RTLN3BA\$punk
0e4285095c
fix: llamaclud v2 impl
2026-04-16 01:15:47 -07:00
DESKTOP-RTLN3BA\$punk
2f793e7a69
refactor: improve content extraction and encoding handling
...
- Enhanced Azure Document Intelligence parser to raise an error for empty or whitespace-only content.
- Updated LLMRouterService to log premium model strings more clearly.
- Added automatic encoding detection for file reading in document processors.
- Improved error handling for empty markdown content extraction in file processors.
- Refactored DocumentUploadTab component for better accessibility and user interaction.
2026-04-16 00:25:46 -07:00