app/tests
Daniel Mühlbachler-Pietrzykowski a608503df6
feat: add generic OIDC connect (#2046)
2024-03-13 14:30:00 +01:00
..
api Store the latest email_log id in the alias to simplify dashboard query (#2022) 2024-02-15 15:48:02 +01:00
auth feat: add generic OIDC connect (#2046) 2024-03-13 14:30:00 +01:00
dashboard Require sudo for account changes (#2041) 2024-02-29 11:20:29 +01:00
data
email_tests
example_emls Fix: Use MIMEText for text contents (#1801) 2023-07-11 16:48:01 +02:00
handler Do not replace unsubs that go to UNSUBSCRIBER (#2051) 2024-03-06 16:26:10 +01:00
jobs Replace black and flake8 with ruff (#1943) 2023-11-21 16:42:18 +01:00
models Fix: Dedup the list of mailboxes for an alias (#2010) 2024-01-16 14:50:39 +01:00
monitor chore: add upcloud monitoring (#1835) 2023-08-04 12:19:00 +02:00
oauth
proton fix: handle Proton account not validated case (#1842) 2023-08-18 15:59:46 +02:00
__init__.py
conftest.py
test.env feat: add generic OIDC connect (#2046) 2024-03-13 14:30:00 +01:00
test_account_linking.py Creating account via partner also canonicalizes email (#1939) 2023-11-08 09:58:01 +01:00
test_alias_suffixes.py
test_alias_utils.py
test_config.py
test_cron.py Allow to soft-delete users (#2034) 2024-02-22 17:38:34 +01:00
test_dns_utils.py
test_domains.py Allow to get premium partner domains without premium sl domains (#1880) 2023-09-13 18:12:47 +02:00
test_email_handler.py
test_email_utils.py Store the latest email_log id in the alias to simplify dashboard query (#2022) 2024-02-15 15:48:02 +01:00
test_extensions.py
test_image_validation.py
test_jose_utils.py Replace black and flake8 with ruff (#1943) 2023-11-21 16:42:18 +01:00
test_mail_sender.py
test_message_utils.py
test_models.py Schedule deletion of users (#1872) 2023-09-10 22:11:50 +02:00
test_monitoring.py
test_oauth_models.py
test_onboarding.py
test_paddle_callback.py
test_paddle_utils.py
test_pgp_utils.py Replace black and flake8 with ruff (#1943) 2023-11-21 16:42:18 +01:00
test_prarallel_limiter.py
test_regex_utils.py
test_server.py
test_subscription_webhook.py
test_utils.py
utils.py Fix: Handle email headers as strings if the are Header type (#1850) 2023-08-29 12:37:26 +02:00
utils_test_alias.py