Son NK
|
b9908a16b2
|
add get_email_local_part(), get_email_domain_part() to email_utils
|
2019-12-30 18:18:10 +01:00 |
|
Son NK
|
66b7df588f
|
Fix test due to updated wording
|
2019-12-30 16:01:29 +01:00 |
|
Son NK
|
ecdebbe569
|
add missing DKIM_PUBLIC_KEY_PATH
|
2019-12-29 10:46:00 +01:00 |
|
doanguyen
|
e2e9cc6b5d
|
Implement alias generator schemes
|
2019-12-28 14:20:10 +01:00 |
|
Son NK
|
bcbe239f60
|
User can generate quickly a random alias
|
2019-12-23 15:34:02 +00:00 |
|
Son NK
|
a3f547fd22
|
rename create_custom_alias -> create_new
|
2019-12-22 16:34:10 +00:00 |
|
Son NK
|
a61b900675
|
Sign DKIM at app level
- add DKIM_PRIVATE_KEY_PATH param
- create email_utils.add_dkim_signature
- add DKIM signature for transactional emails
- add DKIM signature for forward & reply emails. In reply phase, only non-custom-domain emails have DKIM added.
|
2019-12-17 18:50:26 +02:00 |
|
Son NK
|
66091b4f9e
|
replace ENABLE_SENTRY by SENTRY_DSN
|
2019-12-16 19:30:17 +02:00 |
|
Son NK
|
62e0ae27a0
|
move get_email_name, get_email_part to email_utils
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
565d406227
|
remove new_random_alias related test
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
e5079e48da
|
remove can_create_new_random_alias()
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
eba9e889bf
|
add paddle_utils.verify_incoming_request
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
d58f9d4c89
|
add new param PADDLE_PUBLIC_KEY_PATH
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
8d60ebd456
|
handle the case email from header has the format "First Last <ab@cd.com>"
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
6ddb8ee5ab
|
fix test
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
ef888288a6
|
add tests for api create custom/random alias
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
a0c199732f
|
fix test
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
79ac792136
|
fix test
|
2019-12-15 18:55:16 +02:00 |
|
Son NK
|
ab4f5bf329
|
add /api/alias/options
|
2019-12-15 18:55:16 +02:00 |
|
Son NK
|
c58d9052e7
|
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 |
|
Son NK
|
5d9420a763
|
add EMAIL_SERVERS_WITH_PRIORITY and EMAIL_SERVERS config
|
2019-12-15 18:55:16 +02:00 |
|
Son NK
|
b59ffb94b2
|
Remove Stripe usage
|
2019-12-15 18:55:16 +02:00 |
|
Son NK
|
6e71541985
|
remove trial concept
|
2019-12-15 18:55:16 +02:00 |
|
Son NK
|
2ec89afac2
|
add ADMIN_EMAIL and send notif to this email
|
2019-12-15 18:55:15 +02:00 |
|
Son NK
|
1e2715f0d2
|
remove sendgrid
|
2019-12-15 18:55:15 +02:00 |
|
Son NK
|
9eb85abac4
|
remove srs
|
2019-12-15 18:55:15 +02:00 |
|
Son NK
|
75e07fff04
|
put original name and email to from: header
|
2019-12-15 18:55:15 +02:00 |
|
Son NK
|
6420def974
|
fix test
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
6f7c99963b
|
remove pricing2
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
263f68ecec
|
Change subscription model
- create subscription table
- rename plan_expiration -> trial_expiration
- remove user.plan, user.promo_codes
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
c66f424c51
|
redirect to ?error=invalid_client_id|http_not_allowed|unknown_redirect_uri instead of return 400
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
d3985e2cf3
|
email handler: forward phase. Todo: reply phase
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
4c34775aa2
|
fix cancel button in authorization page when user is not login
|
2019-12-15 18:55:13 +02:00 |
|
Son NK
|
5ff317538c
|
remove monthly pricing, display 20$ for monthly pricing
|
2019-12-15 18:55:12 +02:00 |
|
Son NK
|
d7d2ea04a9
|
replace lyra by GA
|
2019-12-15 18:55:12 +02:00 |
|
Son NK
|
78e274addf
|
add support for response_mode(query and fragment), nonce
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
19666b2c93
|
add test for code, id_token flow
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
b2d4ac8e65
|
add get_response_types_from_str, response_types_to_str
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
47109e6011
|
add "sub", fix test
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
f0c4132da4
|
test id_token,token flow
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
30079c895f
|
Test id_token flow
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
f649148a88
|
add test for the token flow
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
efddc68764
|
add auth_time in id_token
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
51311e9c41
|
use tests/env.test as env file for tests
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
ba15837b01
|
add some tests for authorize page
- non-authenticated user,
- non supported flow
- authorization page displayed correctly
- code flow without openid in scope
- code flow with openid in scope
|
2019-12-15 18:55:11 +02:00 |
|
Son NK
|
08b394ea0f
|
add User.suggested_emails
|
2019-12-15 18:55:10 +02:00 |
|
Son NK
|
d05749d577
|
add default-avatar and use it instead of gravatar
|
2019-12-15 18:55:10 +02:00 |
|
Son NK
|
6bf8cddbcd
|
only SERVER_NAME in test
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
682ac75585
|
add test_login
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
067b8eef71
|
use .env.example in test, disable CSRF in tests
|
2019-12-15 18:55:09 +02:00 |
|