.. |
api
|
Feature: Add delete account route for the api (#1132)
|
2022-07-02 16:45:58 +02:00 |
auth
|
Fix: Check if required session headers exist (#1145)
|
2022-07-05 22:26:48 +02:00 |
dashboard
|
Allow to login with proton to enter sudo mode (#1141)
|
2022-07-04 16:09:36 +02:00 |
developer
|
refactor: move template files to templates/
|
2021-11-04 15:00:39 +01:00 |
discover
|
fix discover page
|
2022-03-08 16:38:03 +01:00 |
email
|
Set header as a constant
|
2022-05-16 10:16:42 +02:00 |
events
|
Use the proper import for newrelic agent
|
2022-04-28 13:02:45 +02:00 |
handler
|
Refactor unsubscribe handling (#1090)
|
2022-06-30 11:40:01 +02:00 |
internal
|
Fix: Allow internal link independent of enable log in with proton (#1151)
|
2022-07-11 09:41:20 +02:00 |
jobs
|
add dkim signature for export data email (#1083)
|
2022-06-14 10:08:04 +02:00 |
monitor
|
Remove config.SHA1 in favour of build_info.SHA1
|
2022-05-12 16:26:04 +02:00 |
oauth
|
Always check redirect_uri for oauth (#1111)
|
2022-06-27 13:20:18 +02:00 |
onboarding
|
Add extension_redirect endpoint (#1093)
|
2022-06-16 09:56:00 +02:00 |
phone
|
add /phone/provider2/sms
|
2022-01-05 18:14:51 +01:00 |
proton
|
Send email to users with a subscription and a partner plan upgrade (#1101)
|
2022-06-20 14:34:20 +02:00 |
__init__.py
|
bootstrap: db models, login, logout, dashboard pages
|
2019-07-01 18:18:12 +03:00 |
account_linking.py
|
Fix: When logging with parter create accounts with lowercase emails (#1137)
|
2022-07-04 11:51:43 +02:00 |
admin_model.py
|
allow admin to disable spoofing check on an alias (#1133)
|
2022-07-04 11:05:13 +02:00 |
alias_utils.py
|
PR comments
|
2022-04-28 18:43:10 +02:00 |
build_info.py
|
Use python version file
|
2022-05-12 16:21:36 +02:00 |
config.py
|
Fix: Allow internal link independent of enable log in with proton (#1151)
|
2022-07-11 09:41:20 +02:00 |
db.py
|
add type annotation for Session
|
2022-01-06 18:30:14 +01:00 |
dns_utils.py
|
remove g.deduct_limit in api auth endpoint
|
2022-03-21 14:23:20 +01:00 |
email_utils.py
|
Fix: Add weird encodings to the list (#1146)
|
2022-07-05 12:19:14 +02:00 |
errors.py
|
Separate code for proton callback handler (#1040)
|
2022-06-09 10:19:49 +02:00 |
extensions.py
|
remove flask-sqlalchemy and upgrade sqlalchemy from 1.3.19 to 1.3.24
|
2022-05-23 14:41:06 +02:00 |
fake_data.py
|
move fake_data() to dedicated fiel
|
2021-11-28 11:51:31 +01:00 |
image_validation.py
|
Validate user uploaded image (#1123)
|
2022-06-29 15:04:55 +02:00 |
import_utils.py
|
do not use flask-sqlalchemy
|
2021-10-12 14:36:47 +02: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
|
Save unsent emails to disk to be resent later (#1022)
|
2022-05-30 11:52:10 +02:00 |
message_utils.py
|
Allow sending messages in a background thread
|
2022-04-28 14:43:24 +02:00 |
models.py
|
Compute Proton metrics (#1135)
|
2022-07-04 11:40:29 +02:00 |
oauth_models.py
|
add support for response_mode(query and fragment), nonce
|
2019-12-15 18:55:11 +02:00 |
paddle_utils.py
|
black
|
2021-09-10 17:42:07 +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 |
regex_utils.py
|
refactor: move regex_match() to its own file
|
2021-12-14 15:00:32 +01:00 |
s3.py
|
Store bounces in the reply phase to prevent abuse
|
2022-04-21 11:23:58 +02:00 |
spamassassin_utils.py
|
Add flake8-bugbear
|
2022-02-06 20:37:43 +00:00 |
utils.py
|
Fix double backslash open redirect (#1096)
|
2022-06-16 09:55:08 +02:00 |