Commit Graph

24 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] e64f0f2705 feat: Add security hardening, agentic coding infrastructure, and test framework
- Add SECRET_KEY and ENCRYPTION_KEY validation on startup
- Implement security headers middleware (X-Frame-Options, CSP, HSTS)
- Add CSRF protection middleware
- Create comprehensive GitHub issue templates and PR template
- Add Makefile with common development tasks
- Configure pre-commit hooks (black, ruff, mypy, bandit, detect-secrets)
- Create docs/CODING_PATTERNS.md with best practices
- Create docs/ERRORS.md documenting all error codes
- Add Architecture Decision Records (ADR) for Celery and Fernet encryption
- Create CHANGELOG.md for version tracking
- Set up pytest test infrastructure with fixtures and factories
- Add sample unit tests for security and config validation
- Create CI/CD workflows (test, lint, security)
- Add comprehensive TODO.md with milestones and progress tracking

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-06 22:01:11 +00:00
copilot-swe-agent[bot] 24e7d161d7 Initial plan 2026-02-06 21:51:28 +00:00
Christian Krakau-Louis 27845caf66 Merge pull request #5 from christianlouis/dependabot/pip/backend/authlib-1.6.6
Bump authlib from 1.6.5 to 1.6.6 in /backend
2026-02-01 14:56:19 +01:00
Christian Krakau-Louis e66f9bcd15 Merge pull request #4 from christianlouis/dependabot/pip/backend/cryptography-44.0.1
Bump cryptography from 42.0.4 to 44.0.1 in /backend
2026-02-01 14:56:04 +01:00
dependabot[bot] 0928cc6161 Bump authlib from 1.6.5 to 1.6.6 in /backend
Bumps [authlib](https://github.com/authlib/authlib) from 1.6.5 to 1.6.6.
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](https://github.com/authlib/authlib/compare/v1.6.5...v1.6.6)

---
updated-dependencies:
- dependency-name: authlib
  dependency-version: 1.6.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 13:55:31 +00:00
dependabot[bot] 50143ef5f6 Bump cryptography from 42.0.4 to 44.0.1 in /backend
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 44.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-01 13:55:31 +00:00
Christian Krakau-Louis 06c146c9f8 Merge pull request #3 from christianlouis/copilot/add-multi-user-pop3-support
Transform single-user forwarder to multi-tenant SaaS with encrypted credentials and OAuth
2026-02-01 14:54:33 +01:00
copilot-swe-agent[bot] 439d1f2ec7 SECURITY: Update dependencies to fix 11 vulnerabilities (aiohttp, authlib, cryptography, fastapi, python-multipart)
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 13:00:31 +00:00
copilot-swe-agent[bot] 0dc777bb7e Add security analysis report - CodeQL passed with 0 alerts, production ready
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:57:45 +00:00
copilot-swe-agent[bot] bb535028cc Fix code review issues: remove duplicate dependency, improve error handling, fix hardcoded credentials, improve encryption salt
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:55:26 +00:00
copilot-swe-agent[bot] 78731566c9 Add comprehensive documentation: architecture, implementation, migration guides, and feature summary
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:53:32 +00:00
copilot-swe-agent[bot] 5be2794c95 Add FastAPI application, API endpoints, Celery workers, and Docker configuration
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:48:32 +00:00
copilot-swe-agent[bot] 130b53d37f Add backend foundation: database models, security, and mail processing service
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:44:22 +00:00
Christian Krakau-Louis d33cd1d93f Merge pull request #2 from christianlouis/copilot/add-docker-container-setup
Add GitHub Actions for automated Docker container builds
2026-02-01 13:40:28 +01:00
copilot-swe-agent[bot] d128e34aa7 Initial plan 2026-02-01 12:39:12 +00:00
copilot-swe-agent[bot] 4b3181946f Fix spacing in GitHub Actions workflow template
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:31:02 +00:00
copilot-swe-agent[bot] fc9e999b6a Add GitHub Actions workflow for Docker container build and push
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:30:33 +00:00
copilot-swe-agent[bot] 86b88fac3d Initial plan 2026-02-01 12:28:25 +00:00
Christian Krakau-Louis 40d39b431b Merge pull request #1 from christianlouis/copilot/create-pop3-to-gmail-docker
Implement self-hosted POP3 to Gmail forwarder with Docker deployment
2026-02-01 13:27:38 +01:00
copilot-swe-agent[bot] a7b0466d98 Add QUICKSTART guide, LICENSE, and CONTRIBUTING documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:17:59 +00:00
copilot-swe-agent[bot] 810ebed3e2 Fix code review issues: remove duplicate import and improve SMTP cleanup
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:15:59 +00:00
copilot-swe-agent[bot] aa9be83758 Add complete POP3 to Gmail forwarder implementation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-01 12:14:05 +00:00
copilot-swe-agent[bot] 124a118d95 Initial plan 2026-02-01 12:10:29 +00:00
Christian Krakau-Louis debb500248 Initial commit 2026-02-01 13:10:25 +01:00