SurfSense/surfsense_backend/app/routes
2026-06-19 21:38:18 +05:30
..
__init__.py feat: add personal access token API routes 2026-06-19 20:26:56 +05:30
agent_action_log_route.py feat: enforce API access for chat routes 2026-06-19 20:28:02 +05:30
agent_flags_route.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
agent_permissions_route.py refactor: route authorization through auth context 2026-06-19 20:27:28 +05:30
agent_revert_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
airtable_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
anonymous_chat_routes.py refactor(anonymous-models): remove description field from anonymous model responses and update related UI components 2026-06-13 16:30:26 +05:30
auth_routes.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
chat_comments_routes.py feat: enforce API access for chat routes 2026-06-19 20:28:02 +05:30
circleback_webhook_route.py feat: add connector_id to documents for source tracking and implement connector deletion task 2026-02-02 16:23:26 +05:30
clickup_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
composio_routes.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
confluence_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
discord_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
documents_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
dropbox_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
editor_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
export_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
folders_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
gateway_webhook_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
gateway_whatsapp_baileys_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
gateway_whatsapp_webhook_routes.py chore: linting 2026-06-09 00:42:26 -07:00
google_calendar_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
google_drive_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
google_gmail_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
image_generation_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
incentive_tasks_routes.py feat(refactor): refactor payment system to implement unified credit wallet. 2026-06-10 16:49:03 -07:00
jira_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
linear_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
logs_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
luma_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
mcp_oauth_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
memory_routes.py feat: enhance memory API responses with limits and update UI components for memory limit handling 2026-05-20 03:17:05 +05:30
model_connections_routes.py feat: enforce API access for chat routes 2026-06-19 20:28:02 +05:30
model_list_routes.py style: simplify LLM model terminology in UI 2026-04-02 10:11:35 +05:30
new_chat_routes.py refactor: streamline auth context usage across chat and automation routes 2026-06-19 21:04:21 +05:30
notes_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
notion_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
oauth_connector_base.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
obsidian_plugin_routes.py refactor: streamline auth context usage across chat and automation routes 2026-06-19 21:04:21 +05:30
onedrive_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
personal_access_tokens_routes.py feat: add personal access token API routes 2026-06-19 20:26:56 +05:30
prompts_routes.py Fix review issues: authz, race conditions, UX safety, and consolidate migrations 2026-03-31 19:09:05 +02:00
public_chat_routes.py feat: enforce API access for chat routes 2026-06-19 20:28:02 +05:30
rbac_routes.py refactor: route authorization through auth context 2026-06-19 20:27:28 +05:30
reports_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
sandbox_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
search_source_connectors_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
search_spaces_routes.py feat: add search space API access controls 2026-06-19 20:27:06 +05:30
slack_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
stripe_routes.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
team_memory_routes.py feat: enforce API access for knowledge resources 2026-06-19 20:27:47 +05:30
teams_add_connector_route.py refactor: unify authentication handling by replacing current_active_user with auth context across routes 2026-06-19 21:38:18 +05:30
video_presentations_routes.py feat: enforce API access for integration routes 2026-06-19 20:28:12 +05:30
youtube_routes.py feat(proxy): integrate Scrapling for enhanced web scraping capabilities 2026-06-09 00:15:10 -07:00