Merge pull request #1041 from AnishSarkar22/feat/dropbox-connector

feat: Dropbox connector with sensitive actions using HITL
This commit is contained in:
Rohan Verma 2026-03-31 12:12:10 -07:00 committed by GitHub
commit d12d68d759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 4561 additions and 139 deletions

View file

@ -17,6 +17,7 @@ export function getDocumentTypeLabel(type: string): string {
SLACK_CONNECTOR: "Slack",
TEAMS_CONNECTOR: "Microsoft Teams",
ONEDRIVE_FILE: "OneDrive",
DROPBOX_FILE: "Dropbox",
NOTION_CONNECTOR: "Notion",
YOUTUBE_VIDEO: "YouTube Video",
GITHUB_CONNECTOR: "GitHub",

View file

@ -148,6 +148,8 @@ const TOOLS_WITH_UI = new Set([
"delete_google_drive_file",
"create_onedrive_file",
"delete_onedrive_file",
"create_dropbox_file",
"delete_dropbox_file",
"create_calendar_event",
"update_calendar_event",
"delete_calendar_event",

View file

@ -133,6 +133,12 @@ export default function sitemap(): MetadataRoute.Sitemap {
changeFrequency: "daily",
priority: 0.8,
},
{
url: "https://www.surfsense.com/docs/connectors/dropbox",
lastModified,
changeFrequency: "daily",
priority: 0.8,
},
{
url: "https://www.surfsense.com/docs/connectors/elasticsearch",
lastModified,