SurfSense/surfsense_backend/app/routes
Claude f984d85f02
Address PR #8 review feedback
Security & Configuration fixes:
- Remove sensitive files exposing production infrastructure details
- Add removed files to .gitignore to prevent re-addition
- Make uploads directory configurable via UPLOADS_DIR env var
- Improve URL validation regex to require valid domain structure
  (rejects invalid URLs like 'http://a' while supporting international chars)

Files removed: DEPLOYMENT.md, claude.md, sync-from-production.sh,
MIGRATION_LOCAL_LLM.md, PR_DESCRIPTION.md
2025-11-18 22:30:51 +00:00
..
__init__.py Implement dynamic site appearance configuration system 2025-11-18 10:58:31 +00:00
airtable_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
chats_routes.py feat: added global llm configurations 2025-11-14 21:53:46 -08:00
documents_routes.py Address PR #8 review feedback 2025-11-18 22:30:51 +00:00
google_calendar_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
google_gmail_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
llm_config_routes.py feat: added global llm configurations 2025-11-14 21:53:46 -08:00
logs_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
luma_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
podcasts_routes.py inject user instruction in the podcast generation task 2025-11-11 20:08:32 +02:00
search_source_connectors_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
search_spaces_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
site_configuration_routes.py Implement dynamic site appearance configuration system 2025-11-18 10:58:31 +00:00
social_media_links_routes.py Implement dynamic social media link management system 2025-11-17 20:44:17 +00:00