SurfSense/surfsense_backend/app/routes
Rohan Verma 94fdb8a113
Merge pull request #1539 from CREDO23/improve-chat-agent-context-and-citations
[FEAT] Unified [n] citation registry for KB + web, pull-based retrieval
2026-06-25 13:34:52 -07:00
..
__init__.py feat: add personal access token API routes 2026-06-19 20:26:56 +05:30
agent_action_log_route.py chore: fix linting 2026-06-25 04:31:22 +05:30
agent_flags_route.py agent: retire eager KB priority/planner path and its dead flags 2026-06-25 18:37:14 +02:00
agent_permissions_route.py chore: fix linting 2026-06-25 04:31:22 +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 chore: fix linting 2026-06-25 04:31:22 +05:30
chat_comments_routes.py feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +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 fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +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 fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +05:30
documents_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
dropbox_add_connector_route.py fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +05:30
editor_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
export_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
folders_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
gateway_webhook_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
gateway_whatsapp_baileys_routes.py chore: fix linting 2026-06-25 04:31:22 +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 fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +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 chore: fix linting 2026-06-25 04:31:22 +05:30
incentive_tasks_routes.py feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
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 chore: fix linting 2026-06-25 04:31:22 +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(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
model_connections_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
model_list_routes.py feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
new_chat_routes.py feat(chat): inject referenced-chat context into the new-chat agent input 2026-06-23 17:04:32 +02:00
notes_routes.py chore: fix linting 2026-06-25 04:31:22 +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 feat(auth): add PAT fail-closed bootstrap allowlist 2026-06-20 01:57:37 +05:30
onedrive_add_connector_route.py fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +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 feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
public_chat_routes.py feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
rbac_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
reports_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
sandbox_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
search_source_connectors_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
search_spaces_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
slack_add_connector_route.py fix(connectors): gate folder listings for PAT access 2026-06-20 01:58:16 +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 chore: fix linting 2026-06-25 04:31:22 +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
users_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
video_presentations_routes.py chore: fix linting 2026-06-25 04:31:22 +05:30
youtube_routes.py feat(auth): require sessions for user-scoped routes 2026-06-20 01:57:48 +05:30
zero_context_routes.py chore: fix linting 2026-06-25 04:31:36 +05:30