permissions changes

This commit is contained in:
Michael Clervi 2025-12-18 16:20:27 +00:00
parent 5b9e824da9
commit dc17cd087c
140 changed files with 0 additions and 0 deletions

0
CLAUDE.md Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
backend/.env.example Normal file → Executable file
View file

0
backend/Dockerfile Normal file → Executable file
View file

0
backend/alembic.ini Normal file → Executable file
View file

0
backend/alembic/env.py Normal file → Executable file
View file

0
backend/alembic/script.py.mako Normal file → Executable file
View file

0
backend/alembic/versions/001_initial_schema.py Normal file → Executable file
View file

0
backend/app/__init__.py Normal file → Executable file
View file

0
backend/app/agents/__init__.py Normal file → Executable file
View file

0
backend/app/agents/base_agent.py Normal file → Executable file
View file

0
backend/app/agents/brand_agent.py Normal file → Executable file
View file

0
backend/app/agents/channel_agent.py Normal file → Executable file
View file

0
backend/app/agents/lead_agent.py Normal file → Executable file
View file

0
backend/app/agents/legal_agent.py Normal file → Executable file
View file

0
backend/app/agents/tone_agent.py Normal file → Executable file
View file

0
backend/app/api/__init__.py Normal file → Executable file
View file

0
backend/app/api/routes.py Normal file → Executable file
View file

0
backend/app/api/schemas.py Normal file → Executable file
View file

0
backend/app/config.py Normal file → Executable file
View file

0
backend/app/dependencies/__init__.py Normal file → Executable file
View file

0
backend/app/dependencies/auth.py Normal file → Executable file
View file

0
backend/app/main.py Normal file → Executable file
View file

0
backend/app/models/__init__.py Normal file → Executable file
View file

0
backend/app/models/database.py Normal file → Executable file
View file

0
backend/app/models/models.py Normal file → Executable file
View file

0
backend/app/models/schemas.py Normal file → Executable file
View file

0
backend/app/repositories/__init__.py Normal file → Executable file
View file

0
backend/app/repositories/audit_repository.py Normal file → Executable file
View file

0
backend/app/repositories/campaign_repository.py Normal file → Executable file
View file

0
backend/app/repositories/proof_repository.py Normal file → Executable file
View file

0
backend/app/repositories/user_repository.py Normal file → Executable file
View file

0
backend/app/services/__init__.py Normal file → Executable file
View file

0
backend/app/services/analysis_service.py Normal file → Executable file
View file

0
backend/app/services/auth_service.py Normal file → Executable file
View file

0
backend/app/services/gemini_service.py Normal file → Executable file
View file

0
backend/app/services/reference_docs.py Normal file → Executable file
View file

0
backend/app/services/storage_service.py Normal file → Executable file
View file

0
backend/app/websocket/__init__.py Normal file → Executable file
View file

0
backend/app/websocket/handlers.py Normal file → Executable file
View file

0
backend/app/websocket/manager.py Normal file → Executable file
View file

0
backend/requirements.txt Normal file → Executable file
View file

0
docker-compose.yml Normal file → Executable file
View file

0
frontend/App.tsx Normal file → Executable file
View file

0
frontend/README.md Normal file → Executable file
View file

0
frontend/components/Analytics.tsx Normal file → Executable file
View file

0
frontend/components/AssetPreview.tsx Normal file → Executable file
View file

0
frontend/components/AssetUpload.tsx Normal file → Executable file
View file

0
frontend/components/Auditing.tsx Normal file → Executable file
View file

0
frontend/components/Campaigns.tsx Normal file → Executable file
View file

0
frontend/components/ChecksOverview.tsx Normal file → Executable file
View file

0
frontend/components/CopyGenAI.tsx Normal file → Executable file
View file

0
frontend/components/CreateCampaignModal.tsx Normal file → Executable file
View file

0
frontend/components/CreateProjectModal.tsx Normal file → Executable file
View file

0
frontend/components/FeedbackReport.tsx Normal file → Executable file
View file

0
frontend/components/Header.tsx Normal file → Executable file
View file

0
frontend/components/Hero.tsx Normal file → Executable file
View file

0
frontend/components/LoadingVisual.tsx Normal file → Executable file
View file

0
frontend/components/Login.tsx Normal file → Executable file
View file

0
frontend/components/PDFReport.tsx Normal file → Executable file
View file

0
frontend/components/Profile.tsx Normal file → Executable file
View file

0
frontend/components/Projects.tsx Normal file → Executable file
View file

0
frontend/components/ProofPreview.tsx Normal file → Executable file
View file

0
frontend/components/ProofTypeManager.tsx Normal file → Executable file
View file

0
frontend/components/Settings.tsx Normal file → Executable file
View file

0
frontend/components/Sidebar.tsx Normal file → Executable file
View file

0
frontend/components/StatusDashboard.tsx Normal file → Executable file
View file

0
frontend/components/ToggleSwitch.tsx Normal file → Executable file
View file

0
frontend/components/WIPReviewer.tsx Normal file → Executable file
View file

0
frontend/components/icons/AnalyticsIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ArrowDownIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ArrowLeftIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/AuditIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/BarclaysLogo.tsx Normal file → Executable file
View file

0
frontend/components/icons/BestPracticeIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/BrandIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/BriefcaseIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/BugIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/CampaignsIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ChannelIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ChatBubbleIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ChevronDownIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ClipboardIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ClockIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/CopyGenAIIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/CopyIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/DashboardIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/DocumentIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/DownloadIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/EagleIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/ExportIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/FlagIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/HistoryIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/LeadAgentIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/LegalIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/LightbulbIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/LogoutIcon.tsx Normal file → Executable file
View file

0
frontend/components/icons/MicrosoftLogo.tsx Normal file → Executable file
View file

0
frontend/components/icons/OliverLogo.tsx Normal file → Executable file
View file

0
frontend/components/icons/PDFIcon.tsx Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more