.. |
api
|
remove >3 characters on alias prefix
|
2019-12-15 18:55:17 +02:00 |
auth
|
make sure user cannot register with SL email
|
2019-12-15 18:55:15 +02:00 |
dashboard
|
add SPF check
|
2019-12-15 18:55:17 +02:00 |
developer
|
add custom_domain view
|
2019-12-15 18:55:16 +02:00 |
discover
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
monitor
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
oauth
|
rename can_create_custom_email -> can_create_new_custom_alias, can_create_new_email -> can_create_new_random_alias
|
2019-12-15 18:55:16 +02:00 |
__init__.py
|
bootstrap: db models, login, logout, dashboard pages
|
2019-07-01 18:18:12 +03:00 |
admin_model.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
config.py
|
do not use RESET_DB to avoid potential error: uncomment fake_date locally if necessary
|
2019-12-15 18:55:17 +02:00 |
dns_utils.py
|
add SPF check
|
2019-12-15 18:55:17 +02:00 |
email_utils.py
|
add ADMIN_EMAIL and send notif to this email
|
2019-12-15 18:55:15 +02:00 |
extensions.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
jose_utils.py
|
add support for response_mode(query and fragment), nonce
|
2019-12-15 18:55:11 +02:00 |
log.py
|
create BaseForm to enable CSRF
|
2019-07-02 10:20:12 +03:00 |
models.py
|
rename can_create_custom_email -> can_create_new_custom_alias, can_create_new_email -> can_create_new_random_alias
|
2019-12-15 18:55:16 +02:00 |
oauth_models.py
|
add support for response_mode(query and fragment), nonce
|
2019-12-15 18:55:11 +02:00 |
s3.py
|
avatarURL returned in user_info is expired in 1 week
|
2019-12-15 18:55:12 +02:00 |
utils.py
|
use shorter words when generating emails
|
2019-12-15 18:55:08 +02:00 |