Commit graph

49 commits

Author SHA1 Message Date
7422f6ed0a Add paginated test history listing with disable option
Add GET /tests endpoint returning lightweight test summaries (grade,
score, domain, date) with pagination, using database-level JSON
extraction to avoid loading full report blobs. The feature can be
disabled with --disable-test-list flag. Frontend includes a new
/tests/ page with table view and a conditional "History" navbar link.

Fixes: https://github.com/happyDomain/happydeliver/issues/12
2026-04-09 18:05:06 +07:00
8b6154c183 feat: add whitelist checks to IP blacklist endpoint and rename checks to blacklists
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-09 16:01:54 +07:00
edfe498b27 Improve responsiveness 2026-03-09 14:08:34 +07:00
d9b9ea87c6 refactor: extract email path into standalone card component
Move the received chain display out of BlacklistCard into EmailPathCard,
giving it its own card styling and placing it as a dedicated section on
the report page.
2026-03-09 13:09:11 +07:00
2a2bfe46a8 fix: various small fixes and improvements
- Add 'skipped' to authentication result enum in OpenAPI spec
- Fix optional chaining on bimiResult.details check
- Add rbls field to AppConfig interface
- Restrict theme storage to valid 'light'/'dark' values only
- Fix null coalescing for blacklist result data
- Fix survey source to use domain instead of ip
2026-03-09 12:46:30 +07:00
55e9bcd3d0 refactor: handle DNS whitelists
Introduce a single DNSListChecker struct with flags to avoid code
duplication with already existing RBL checker.
2026-03-09 12:46:16 +07:00
e811d02b3b Add rspamd as a second spam filter alongside SpamAssassin
Some checks are pending
continuous-integration/drone/push Build is running
Closes: #36
2026-02-23 04:01:10 +07:00
8a10eef2f5 Add custom logo URL configuration option
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
Bug: https://github.com/happyDomain/happydeliver/issues/6
2026-01-24 21:42:42 +08:00
5453c09420 Use slimmer footer by default
Bug: https://github.com/happyDomain/happydeliver/issues/6
2026-01-24 21:29:09 +08:00
ac9b567025 web: Format code files 2026-01-24 19:18:26 +08:00
644dfda223 Don't stop polling report if response is not ok
Some checks are pending
continuous-integration/drone/push Build is running
Bug: https://github.com/happyDomain/happydeliver/issues/2
2025-11-13 10:54:50 +07:00
372c9c5153 Handle all options of x-aligned-from 2025-11-01 17:52:28 +07:00
7231669362 Add survey on RBL report and Domain report page
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-31 11:15:15 +07:00
bc6a6397ad New route to check blacklist only 2025-10-31 11:15:15 +07:00
718b624fb8 Add domain only tests 2025-10-31 11:15:15 +07:00
706dc6eed9 Include report ID in survey response 2025-10-30 10:31:59 +07:00
b95e5d6732 Add a favicon
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-26 21:42:58 +07:00
0325139461 Add a dark mode 2025-10-26 21:42:58 +07:00
07c7e63ee7 Create a stores directory 2025-10-26 21:42:58 +07:00
c5bb9e46ac Add a background report sample in hero on home page
Why use a report from icloud.com to illustrate this project?

Among all the common email providers I tested, it achieved the best results.
2025-10-26 21:42:58 +07:00
4c71dd1d53 Handle errors on test page 2025-10-26 21:42:58 +07:00
76de5f60d6 Add survey capability 2025-10-26 21:42:58 +07:00
edb172c4bc Update features on home page 2025-10-26 21:42:58 +07:00
53a48cba07 Fix typescript/svelte checks 2025-10-26 21:42:58 +07:00
6e2e403873 Improve pending state with clearer messages 2025-10-25 03:36:34 +07:00
eb28499dfd Monitor testId to update the page on test change 2025-10-25 03:36:25 +07:00
ff1a958220 Add a menu to results page 2025-10-25 03:36:25 +07:00
52f43c6bc5 Add x-align-form authentication test 2025-10-25 03:31:29 +07:00
7ed347c86e Improve test display in some circonstancies 2025-10-25 03:31:29 +07:00
8b3ab541ba Add a summary after score 2025-10-25 03:31:29 +07:00
3d03bfc4fa Handle relaxed domain match 2025-10-25 03:31:29 +07:00
84a504d668 Add reverse lookup and forward confirmation 2025-10-25 03:31:29 +07:00
5d335c6a6c Add email-path checks 2025-10-25 03:28:44 +07:00
a64b866cfa Add grades 2025-10-24 09:56:35 +07:00
e77bffb04f Improve spamassassin report 2025-10-23 18:09:23 +07:00
abfd1f0155 Add a score to DNS 2025-10-23 18:09:23 +07:00
c51f8e5904 Improve authentication results 2025-10-23 18:09:23 +07:00
ec1ab7886e Rework DNS results 2025-10-23 10:40:12 +07:00
d87b0cbcb0 Remove checks 2025-10-23 10:40:12 +07:00
74aee54432 Score as percentages 2025-10-21 12:52:20 +07:00
dfc0eeb323 New route to perform a new analysis of the email
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 19:33:23 +07:00
0ac51ac06d Use grade instead of numeral notation 2025-10-20 19:25:48 +07:00
8bf3b500d9 Create a new test when visiting /test/ 2025-10-20 15:30:45 +07:00
4d637214de Improve responsiveness 2025-10-20 15:30:45 +07:00
849bdb53c5 Use base32 encoded UUID to reduce address size 2025-10-20 15:30:45 +07:00
0084fd9660 Indicate when the next inbox check will be done 2025-10-20 15:13:53 +07:00
a687f5cb6b Improve branding 2025-10-20 15:13:53 +07:00
6097eb54c6 Implement BIMI checks 2025-10-20 15:08:45 +07:00
4b9733531e Implement web ui 2025-10-20 15:02:14 +07:00