Son NK
|
97dff83453
|
return full alias info in POST /api/alias/random/new
|
2020-03-26 19:50:22 +01:00 |
|
Son NK
|
d4a32451c1
|
return full alias info in POST /api/alias/custom/new
|
2020-03-26 19:48:36 +01:00 |
|
Son NK
|
159aa76aae
|
GET /api/aliases/:alias_id
|
2020-03-26 19:44:00 +01:00 |
|
Son NK
|
78b24623af
|
reformat: create serialize_alias_info()
|
2020-03-26 19:35:44 +01:00 |
|
Son NK
|
9e04081186
|
send mailbox onboarding email
|
2020-03-24 21:19:45 +01:00 |
|
Son NK
|
c02b8298fc
|
send pgp onboarding email to user on 2nd day
|
2020-03-24 21:01:38 +01:00 |
|
Son NK
|
bf98fa00b7
|
Fix alias display
|
2020-03-22 23:30:55 +01:00 |
|
Son NK
|
86ef7f54d9
|
RefusedEmail.path can be null
|
2020-03-22 16:51:21 +01:00 |
|
Son NK
|
88039844ef
|
remove "subject" from DKIM
|
2020-03-22 15:08:26 +01:00 |
|
Son NK
|
b8093aefa3
|
Handle invalid email when user signs up
|
2020-03-21 11:11:52 +01:00 |
|
Son NK
|
8abdf655fc
|
make aliasUsedOn.user_id non nullable
|
2020-03-20 12:29:37 +01:00 |
|
Son NK
|
7d4a9efb5d
|
set user_id when creating AliasUsedOn
|
2020-03-20 12:29:11 +01:00 |
|
Son NK
|
92de2102ad
|
Add AliasUsedOn.user_id col
|
2020-03-20 12:13:00 +01:00 |
|
Son NK
|
5d0b4d4aca
|
Fix: filter email log by current user
|
2020-03-20 11:39:45 +01:00 |
|
Son NK
|
783b1937d5
|
make user_id non nullable on contact, email_log and file
|
2020-03-20 10:17:52 +01:00 |
|
Son NK
|
6e54b4fed8
|
make sure to set user_id when creating contact
|
2020-03-20 09:54:38 +01:00 |
|
Son NK
|
abd2278c24
|
make sure to set File.user_id
|
2020-03-20 09:52:00 +01:00 |
|
Son NK
|
cd19997424
|
Add File.user_id, Contact.user_id, EmailLog.user_id columns
|
2020-03-20 09:51:15 +01:00 |
|
Son NK
|
a529943dc4
|
Only premium user can add PGP key
|
2020-03-19 19:15:42 +01:00 |
|
Son Nguyen Kim
|
44e2e175ef
|
Merge pull request #115 from simple-login/rename
Rename
|
2020-03-19 10:39:05 +01:00 |
|
Son NK
|
b0f2d7b85a
|
always return 200 in /forgot_password
|
2020-03-18 21:55:50 +01:00 |
|
Son NK
|
a1fad2216f
|
Improve error
|
2020-03-18 21:37:45 +01:00 |
|
Son NK
|
2079b16431
|
add "in_trial" to /user_info
|
2020-03-18 19:08:16 +01:00 |
|
Son NK
|
f2d5230449
|
Add POST /api/auth/forgot_password
|
2020-03-18 18:43:04 +01:00 |
|
Son NK
|
ba6b8d2711
|
return email in /user_info
|
2020-03-18 18:34:37 +01:00 |
|
Son NK
|
aaf254a26d
|
order alias by creation date
|
2020-03-17 21:47:11 +01:00 |
|
Son NK
|
a521002b2c
|
Fix duplicate results
|
2020-03-17 20:16:20 +01:00 |
|
Son NK
|
a465b1d3ca
|
rename get_alias_info -> get_alias_infos
|
2020-03-17 19:59:48 +01:00 |
|
Son NK
|
fbef076a14
|
Take into account query in GET /api/aliases
|
2020-03-17 19:32:45 +01:00 |
|
Son NK
|
0d725588ae
|
Add DELETE /api/contacts/:contact_id
|
2020-03-17 19:18:26 +01:00 |
|
Son NK
|
81b5e919a3
|
Return contact id
|
2020-03-17 12:38:50 +01:00 |
|
Son NK
|
ac27ea5847
|
Improve UI
|
2020-03-17 12:06:26 +01:00 |
|
Son NK
|
2d90d35647
|
rename gen_email_id -> alias_id
|
2020-03-17 12:01:18 +01:00 |
|
Son NK
|
4f281bdbbb
|
rename GenEmail -> Alias, gen_email to alias whenever possible
|
2020-03-17 11:51:40 +01:00 |
|
Son NK
|
bea870ef8b
|
rename ForwardEmailLog to EmailLog
|
2020-03-17 11:10:50 +01:00 |
|
Son NK
|
f2d630e597
|
rename forward_id to contact_id
|
2020-03-17 11:05:53 +01:00 |
|
Son NK
|
17974de746
|
rename ForwardEmail to Contact
|
2020-03-17 10:56:59 +01:00 |
|
Son Nguyen Kim
|
269bca8ff3
|
Merge pull request #114 from simple-login/pgp-for-everyone
Open PGP to everyone
|
2020-03-17 09:53:42 +01:00 |
|
Son NK
|
cc6e8a00a5
|
Wording: rename refused email to Quarantine
|
2020-03-17 09:43:12 +01:00 |
|
Son NK
|
ea43b8f685
|
Open PGP to everyone
|
2020-03-17 09:22:29 +01:00 |
|
Son NK
|
8faf34ce40
|
Use warning level for /v2/alias/options
|
2020-03-16 21:10:53 +01:00 |
|
Son Nguyen Kim
|
1e10b4d675
|
Merge pull request #113 from simple-login/fix-custom-domain-not-set
Fix custom domain not set
|
2020-03-15 23:38:25 +01:00 |
|
Son NK
|
ccc005b8b2
|
Do not set domain for ALIAS_DOMAINS
|
2020-03-15 23:33:50 +01:00 |
|
Son NK
|
93292c88c9
|
Fix not setting custom domain when creating alias via API
|
2020-03-15 23:18:43 +01:00 |
|
Son NK
|
ee1642bf99
|
use a more consistent format
|
2020-03-15 23:10:20 +01:00 |
|
Son NK
|
17f3c112b9
|
do not use formataddr to generate website email
|
2020-03-15 23:02:06 +01:00 |
|
Son NK
|
027cbb10d9
|
use parseaddr instead of get_email_part
|
2020-03-15 22:32:48 +01:00 |
|
Son NK
|
6b6fca2281
|
use email.utils.parseaddr and formataddr instead of get_email_name
|
2020-03-15 22:29:53 +01:00 |
|
Son NK
|
b19be41a5e
|
Support download email file in browser
|
2020-03-15 18:39:59 +01:00 |
|
Son NK
|
eb3063a57f
|
Improve wording
|
2020-03-15 18:06:57 +01:00 |
|