..
api
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
auth
Only allow latest activation code to be used ( #2160 )
2024-07-23 14:23:37 +00:00
dashboard
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
developer
Several fixes ( #2157 )
2024-07-18 12:48:18 +00:00
discover
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
email
Preserve X-SL-Queue-Id ( #2076 )
2024-03-22 11:00:06 +01:00
events
feat: disable whitelist events ( #2230 )
2024-09-27 15:55:25 +02:00
handler
feat: alias audit log ( #2261 )
2024-10-14 12:45:00 +02:00
internal
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
jobs
Send alias creation time in alias status change event also and rename some proto fields ( #2217 )
2024-09-13 14:25:38 +02:00
monitor
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
oauth
Allow to soft-delete users ( #2034 )
2024-02-22 17:38:34 +01:00
onboarding
Disable the enforced header until all extensions are updated and add a fallback option to trigger a manual login ( #2155 )
2024-07-12 15:27:11 +00:00
payments
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
phone
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
proton
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
__init__.py
bootstrap: db models, login, logout, dashboard pages
2019-07-01 18:18:12 +03:00
account_linking.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
admin_model.py
feat(admin): show better info for alias mailboxes ( #2253 )
2024-10-08 17:09:09 +02:00
alias_audit_log_utils.py
feat: alias audit log ( #2261 )
2024-10-14 12:45:00 +02:00
alias_mailbox_utils.py
fix: emit mailboxes change event from alias_mailbox_utils ( #2264 )
2024-10-15 09:39:40 +02:00
alias_suffix.py
Move set default domain for alias to an external function ( #2158 )
2024-07-23 14:17:23 +00:00
alias_utils.py
feat: alias audit log ( #2261 )
2024-10-14 12:45:00 +02:00
build_info.py
Use python version file
2022-05-12 16:21:36 +02:00
config.py
Remove old webhook to send plan changes and rely on events ( #2265 )
2024-10-15 11:01:26 +02:00
constants.py
feat: extract custom domain utils to a service ( #2215 )
2024-09-13 14:49:48 +02:00
contact_utils.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
custom_domain_utils.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
custom_domain_validation.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
db.py
Feature: Add app name to each db connection ( #1393 )
2022-11-02 15:41:48 +01:00
dns_utils.py
chore: DNS validation improvements ( #2248 )
2024-10-03 13:04:17 +02:00
email_utils.py
Fix: Allow to create mailboxes for a custom domain if they are not sl domains ( #2236 )
2024-10-02 13:50:51 +00:00
email_validation.py
Sanitize alias, contacts, mailboxes and users before creating them ( #1829 )
2023-08-03 10:20:25 +02:00
errors.py
fix: handle Proton account not validated case ( #1842 )
2023-08-18 15:59:46 +02:00
extensions.py
Improve test: disable rate limit during test and avoid conflicts between tests ( #1349 )
2022-10-14 16:37:49 +02:00
fake_data.py
Revert "Keep the dirty email after registering ( #1459 )" ( #1460 )
2022-12-01 09:19:15 +01:00
image_validation.py
Do not allow SVG image uploads ( #1198 )
2022-07-29 08:52:51 +02:00
import_utils.py
Dmarc fix ( #2079 )
2024-03-26 11:43:33 +01:00
jose_utils.py
reformat
2021-09-08 11:29:55 +02:00
log.py
black
2021-11-01 17:58:20 +01:00
mail_sender.py
fix: remove unnecessary staticmethod ( #2147 )
2024-07-10 07:40:37 +00:00
mailbox_utils.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
message_utils.py
Reformat base64 encoded messages to shorter lines ( #1575 )
2023-02-21 15:28:06 +01:00
models.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
newsletter_utils.py
Set the proper link for unsub newsletter ( #1503 )
2023-01-17 11:56:00 +01:00
oauth_models.py
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
paddle_callback.py
Update render function to receive user always as a param ( #2141 )
2024-07-03 12:59:16 +00:00
paddle_utils.py
black
2021-09-10 17:42:07 +02:00
parallel_limiter.py
Replace black and flake8 with ruff ( #1943 )
2023-11-21 16:42:18 +01:00
partner_user_utils.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
pgp_utils.py
Revert changes to pgp_utils
2022-04-11 10:20:02 +02:00
pw_models.py
do not use flask-sqlalchemy
2021-10-12 14:36:47 +02:00
rate_limiter.py
Small improvements ( #2082 )
2024-04-08 15:05:51 +02:00
redis_services.py
Rate limit alias creation to prevent abuse ( #2021 )
2024-01-30 18:29:59 +01:00
regex_utils.py
refactor: move regex_match() to its own file
2021-12-14 15:00:32 +01:00
s3.py
Cleanup old data ( #2066 )
2024-03-18 16:00:21 +01:00
sentry_utils.py
feat: update sentry and ignore 416 errors ( #2258 )
2024-10-10 15:42:54 +02:00
session.py
Set session to lax
2024-07-10 14:06:26 +02:00
spamassassin_utils.py
Add flake8-bugbear
2022-02-06 20:37:43 +00:00
subscription_webhook.py
Remove old webhook to send plan changes and rely on events ( #2265 )
2024-10-15 11:01:26 +02:00
user_audit_log_utils.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
user_settings.py
feat: user audit log ( #2266 )
2024-10-16 16:57:59 +02:00
utils.py
Fix: limit the id sizes we generate and remove spaces after unidecode
2024-01-22 17:42:58 +01:00