.. |
api
|
fix: commit alias deletion on API + add filter on trashed aliases in api (#2470)
|
2025-05-15 08:34:21 +00:00 |
auth
|
fix: only allow api_to_cookie if is for same user (#2423)
|
2025-03-20 15:45:24 +01:00 |
cron
|
Send event on account unlink (#2379)
|
2025-02-05 09:44:42 +00:00 |
dashboard
|
chore: update error message alias custom domain (#2432)
|
2025-04-04 12:36:59 +02:00 |
data
|
Validate user uploaded image (#1123)
|
2022-06-29 15:04:55 +02:00 |
email_tests
|
feat: allow to limit max email recipients (#2436)
|
2025-04-14 16:03:02 +02:00 |
events
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
example_emls
|
Handle multiple emails in reply-to header (#2365)
|
2025-01-24 10:20:50 +00:00 |
handler
|
Preserve Unsubscribe header and create one that always unsubs via alias (#2419)
|
2025-03-19 10:59:18 +01:00 |
jobs
|
feat: add job to schedule subscription sync (#2443)
|
2025-04-30 10:08:11 +02:00 |
models
|
Add method to check if alias is created from partner
|
2025-06-16 14:54:10 +02:00 |
monitor
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
oauth
|
Mitigate open redirect with OAuth (#1176)
|
2022-07-21 14:23:08 +02:00 |
proton
|
refactor: move job names to enum in constants (#2401)
|
2025-02-26 16:52:49 +01:00 |
tasks
|
Moved custom domains check to its own module and close session after every loop
|
2025-07-23 08:19:24 +02:00 |
user_settings
|
Update tests
|
2024-08-05 11:54:44 +02:00 |
__init__.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
conftest.py
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
test.env
|
feat: added abuser utils for main abuser (un)archiving flows. (#2468)
|
2025-05-19 14:59:50 +02:00 |
test_abuser_audit_log_utils.py
|
feat: added abuser utils for main abuser (un)archiving flows. (#2468)
|
2025-05-19 14:59:50 +02:00 |
test_abuser_utils.py
|
Move unmark to abuser file
|
2025-06-16 13:16:29 +02:00 |
test_account_linking.py
|
Send event on account unlink (#2379)
|
2025-02-05 09:44:42 +00:00 |
test_alias_audit_log_utils.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
test_alias_delete.py
|
fix: trash custom domain alias deletes it (#2429)
|
2025-03-27 16:33:49 +01:00 |
test_alias_mailbox_utils.py
|
feat: index cleanup and add missing ones (#2369)
|
2025-01-31 10:50:33 +01:00 |
test_alias_suffixes.py
|
Send event on account unlink (#2379)
|
2025-02-05 09:44:42 +00:00 |
test_alias_utils.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
test_config.py
|
do not use flask-sqlalchemy
|
2021-10-12 14:36:47 +02:00 |
test_contact_utils.py
|
Two fixes (#2357)
|
2025-01-15 15:50:28 +00:00 |
test_coupon_utils.py
|
Fix: if there's an expired manual sub, extend it (#2393)
|
2025-02-21 14:44:31 +01:00 |
test_custom_domain_utils.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
test_custom_domain_validation.py
|
Send event on account unlink (#2379)
|
2025-02-05 09:44:42 +00:00 |
test_dns_utils.py
|
Multi domain check (#2372)
|
2025-01-31 16:36:35 +00:00 |
test_domains.py
|
Send event on account unlink (#2379)
|
2025-02-05 09:44:42 +00:00 |
test_email_handler.py
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
test_email_utils.py
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
test_extensions.py
|
deps: update flask-limiter and redis deps (#2406)
|
2025-03-04 09:48:38 +01:00 |
test_image_validation.py
|
Do not allow SVG image uploads (#1198)
|
2022-07-29 08:52:51 +02:00 |
test_jose_utils.py
|
Replace black and flake8 with ruff (#1943)
|
2023-11-21 16:42:18 +01:00 |
test_mail_sender.py
|
Fix: When re-sending emails if they trigger exceptions move out of failed dir (#1411)
|
2022-11-10 13:24:46 +01:00 |
test_mailbox_utils.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
test_message_utils.py
|
Reformat base64 encoded messages to shorter lines (#1575)
|
2023-02-21 15:28:06 +01:00 |
test_models.py
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
test_monitoring.py
|
Fix: Track processes that start with the same chars independently (smtp vs stmpd) (#974)
|
2022-05-12 12:37:19 +02:00 |
test_oauth_models.py
|
add get_response_types_from_str, response_types_to_str
|
2019-12-15 18:55:11 +02:00 |
test_onboarding.py
|
Add extension_redirect endpoint (#1093)
|
2022-06-16 09:56:00 +02:00 |
test_paddle_callback.py
|
Handle failed payments subscriptions in paddle (#1327)
|
2022-09-30 17:51:06 +02:00 |
test_paddle_utils.py
|
add paddle_utils.verify_incoming_request
|
2019-12-15 18:55:18 +02:00 |
test_pgp_utils.py
|
Replace black and flake8 with ruff (#1943)
|
2023-11-21 16:42:18 +01:00 |
test_prarallel_limiter.py
|
Added too many exceptions test (#1378)
|
2022-10-27 14:04:03 +02:00 |
test_regex_utils.py
|
refactor: move regex_match() to its own file
|
2021-12-14 15:00:32 +01:00 |
test_server.py
|
chore: fix regex warnings on python 3.12 (#2400)
|
2025-02-26 15:41:50 +01:00 |
test_user_audit_log_utils.py
|
feat: audit log and admin panel improvements (#2274)
|
2024-10-18 13:32:26 +00:00 |
test_utils.py
|
use {word1}_{word2}{digits} as random alias address instead of {word1}{word2}{digits} (#1673)
|
2023-04-04 08:46:29 +02:00 |
utils.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |
utils_test_alias.py
|
Implement Alias Trash (#2417)
|
2025-03-18 10:10:56 +01:00 |