quantum-ai-v3/core
Claude 85c6ccc512 🚀 Future-proof external iframe system for all external services
- Smart detection for pages needing external iframe support
- Covers both direct access agents AND external wrapper pages
- Auto-detects event pages, forms, calendly, etc. from EXTERNAL_PAGES config
- Added comprehensive CSP whitelist for common services:
  * JotForm (form.jotform.com, agent.jotform.com, cdn.jotfor.ms)
  * Calendly (calendly.com, assets.calendly.com)
  * Typeform (typeform.com, *.typeform.com)
  * Airtable (airtable.com, *.airtable.com)
  * HubSpot (hubspot.com, *.hubspot.com)
  * Zapier (zapier.com, *.zapier.com)
  * Google Analytics/GTM support
- Proper X-Frame-Options handling for iframe pages
- No more CSP blocking for current or future external integrations!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 14:55:03 +05:30
..
management 🔧 Fix reset_admin foreign key constraint issue - Update existing admin users instead of deleting them - Prevents constraint violations during Railway deployment - Command now safely handles existing admin users with related records 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> 2025-08-16 14:42:28 +05:30
migrations 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
cache_utils.py 🛡️ Comprehensive Security & Performance Optimization 2025-08-16 14:39:47 +05:30
error_views.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
middleware.py 🚀 Future-proof external iframe system for all external services 2025-08-16 14:55:03 +05:30
models.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py 🎨 Add external service wrappers and social media previews 2025-08-15 18:21:16 +05:30
validators.py 🛡️ Comprehensive Security & Performance Optimization 2025-08-16 14:39:47 +05:30
views.py 🔧 Remove email verification system and update event URL 2025-08-16 12:35:26 +05:30