| .. |
|
__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
|
feat(auth): require sessions for user-scoped routes
|
2026-06-20 01:57:48 +05:30 |
|
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(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
|
feat: enforce API access for knowledge resources
|
2026-06-19 20:27:47 +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
|
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
|
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
|
feat: enforce API access for integration routes
|
2026-06-19 20:28:12 +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
|
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(auth): require sessions for user-scoped routes
|
2026-06-20 01:57:48 +05:30 |
|
model_connections_routes.py
|
fix(models): require sessions for personal connection writes
|
2026-06-20 01:58:06 +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(auth): require sessions for user-scoped routes
|
2026-06-20 01:57:48 +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
|
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
|
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(auth): add PAT fail-closed bootstrap allowlist
|
2026-06-20 01:57:37 +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
|
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(auth): require sessions for user-scoped routes
|
2026-06-20 01:57:48 +05:30 |