Commit Graph

26 Commits

Author SHA1 Message Date
Christian Krakau-Louis 4fc69602b3 feat: add mail source import history 2026-05-22 19:29:49 +02:00
Christian Krakau-Louis 07b2ea400e fix: harden DMARC mail import 2026-05-22 19:17:32 +02:00
dependabot[bot] 00e1ee2a72 chore(deps): bump pymdown-extensions in /docs/readthedocs
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.16.1 to 10.21.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.16.1...10.21.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.21.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 21:06:25 +00:00
Christian Krakau-Louis 181b43bff9 address copilot review followups (#96) 2026-05-18 19:17:36 +02:00
copilot-swe-agent[bot] 92d6a06a33 Default LOGTO_SKIP_SSL_VERIFY to true; update comment and docs
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/8a17f133-904d-45c7-bc35-b3f5c1d2c97e

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-30 16:46:25 +00:00
copilot-swe-agent[bot] 7b932bb41d docs: fix stage count in testing.md CI section
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/db6908f8-a99f-426a-97f3-947d5c02944b

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-30 00:06:31 +00:00
copilot-swe-agent[bot] 7955dac8e1 docs: mark CI/CD pipeline done, add ci-cd.md, fix testing.md reference
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/db6908f8-a99f-426a-97f3-947d5c02944b

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-30 00:05:16 +00:00
copilot-swe-agent[bot] a61bf4df0a chore: upgrade Python version from 3.10 to 3.13 across the project
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/29bd6108-4094-48ca-8976-10df52774551

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 23:08:18 +00:00
copilot-swe-agent[bot] ccb447f29b Merge origin/main: move AGENTS.md → docs/development/agents.md, add CHANGELOG, VERSION, release workflow
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/e58d59de-a79d-48e1-a4fc-ffb61b868593

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:48:48 +00:00
copilot-swe-agent[bot] bab702a010 Add Docker build & GHCR publish stage, fix CI workflows, update AGENTS.md and testing docs
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:23:49 +00:00
copilot-swe-agent[bot] 959408d405 Add comprehensive XSS verification and follow-up summary documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-09 14:06:11 +00:00
copilot-swe-agent[bot] 5174bce2fa Add quarterly security audit schedule documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-09 14:02:37 +00:00
copilot-swe-agent[bot] faeeafb7e3 Add audit quick summary for easy reference 2026-02-09 12:14:21 +00:00
copilot-swe-agent[bot] fd99cee758 Complete code quality audit with comprehensive documentation
- Created detailed audit report (docs/CODE_QUALITY_AUDIT_2026-02.md)
- Created XSS fix guide (docs/XSS_FIXES.md)
- Identified 4 critical XSS vulnerabilities
- Documented CSP improvements needed
- Verified Python code with CodeQL (0 alerts)
- Overall grade: B+ (83/100)

Key findings:
 Excellent Python code quality (A-, 92/100)
 Strong security infrastructure (A, 95/100)
 Good infrastructure & config (A, 95/100)
⚠️  Frontend needs XSS fixes (B-, 72/100)
⚠️  Test suite needs attention (B, 80/100)

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-09 12:13:37 +00:00
dependabot[bot] 3d554e2cee Bump pymdown-extensions from 10.0.1 to 10.16.1 in /docs/readthedocs
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.0.1 to 10.16.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.0.1...10.16.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-16 20:47:27 +00:00
Christian Krakau-Louis a0ddadfaa1 Add comprehensive contributing, testing, roadmap, and database schema documentation for DMARQ 2025-04-21 02:51:17 +02:00
Christian Krakau-Louis ae79cca8c1 Add comprehensive API and architecture documentation for DMARQ 2025-04-21 02:05:14 +02:00
Christian Krakau-Louis e6a23c5fc9 Add comprehensive configuration documentation for DMARQ 2025-04-21 01:54:52 +02:00
Christian Krakau-Louis e7843790cf Add Docker and manual installation guides, and comprehensive settings documentation for DMARQ 2025-04-21 01:53:38 +02:00
Christian Krakau-Louis f7a51d499a Add comprehensive documentation for DMARQ, including user guides, deployment instructions, and feature descriptions
- Created main documentation index and user guide with sections on getting started, dashboard overview, managing domains, and reports.
- Added detailed deployment guide for Docker and manual installation.
- Included user-friendly explanations of DMARC, its benefits, and how to manage domains and reports.
- Implemented visual assets for dashboard, domains, IMAP, and reports.
- Established requirements for documentation build using MkDocs and Material theme.
- Integrated navigation structure for easy access to all documentation sections.
2025-04-21 01:49:47 +02:00
Christian Krakau-Louis 5e8b1f033f Add comprehensive documentation for DMARQ, including user guides, deployment instructions, and feature descriptions
- Created main documentation index and user guide with sections on getting started, dashboard overview, managing domains, and reports.
- Added detailed deployment guide for Docker and manual installation.
- Included user-friendly explanations of DMARC, its benefits, and how to manage domains and reports.
- Implemented visual assets for dashboard, domains, IMAP, and reports.
- Established requirements for documentation build using MkDocs and Material theme.
- Integrated navigation structure for easy access to all documentation sections.
2025-04-21 01:49:34 +02:00
Christian Krakau-Louis 1b79ec4f20 Add implementation todo list for DMARQ project milestones 2025-04-20 18:43:42 +02:00
Christian Krakau-Louis f910cb0ba4 Add initial MVP documentation for DMARQ platform, detailing backend architecture, frontend implementation, and deployment structure 2025-04-17 15:20:42 +02:00
Christian Krakau-Louis 363a31c02d Add purpose, mission, tagline, and project description to branding.md 2025-04-16 10:17:16 +02:00
Christian Krakau-Louis 31176393c6 Fix formatting issues in branding.md for improved readability 2025-04-16 10:14:45 +02:00
Christian Krakau-Louis 37ce0ac5c8 Create branding.md 2025-04-16 09:50:02 +02:00