Son NK
|
7d4e1048af
|
show warning on authorize page for non-approved app
|
2021-04-01 10:50:37 +02:00 |
|
Son NK
|
bbfb69d774
|
Add Client approved, description columns
|
2021-04-01 10:50:11 +02:00 |
|
Son NK
|
eab4f5f7ac
|
prettify app page
|
2021-04-01 10:02:08 +02:00 |
|
Son NK
|
d5de99afe9
|
Restore /alias/custom/new as currently used by safari
|
2021-03-31 14:41:32 +02:00 |
|
Son NK
|
e31e19047c
|
improve admin
|
2021-03-30 19:08:41 +02:00 |
|
Son NK
|
1b41911598
|
remove social login from the login page
|
2021-03-29 16:06:58 +02:00 |
|
Son NK
|
9d5c2e3f80
|
display when subscription ends in admin
|
2021-03-26 12:14:48 +01:00 |
|
Son NK
|
26a087619c
|
support extend manual subscription in admin
|
2021-03-26 12:14:33 +01:00 |
|
Son NK
|
2270ccf35d
|
Add ENABLE_SPAM_ASSASSIN setting
|
2021-03-26 10:00:16 +01:00 |
|
Son NK
|
0bb8f9a227
|
make ALIAS_LIMIT configurable
|
2021-03-26 09:56:04 +01:00 |
|
Son NK
|
1cac625a90
|
restore /v2/alias/custom/new as used by browser extension
|
2021-03-25 19:18:50 +01:00 |
|
Son NK
|
92acf352b6
|
add limiter for random alias creation
|
2021-03-24 17:30:05 +01:00 |
|
Son NK
|
71389b7e09
|
add limiter on custom alias page
|
2021-03-24 16:52:05 +01:00 |
|
Son NK
|
acc285abf0
|
remove /alias/custom/new, /v2/alias/custom/new, refactor test
|
2021-03-24 16:39:49 +01:00 |
|
Son NK
|
0c62ac4b1f
|
set rate limit for creating alias endpoint
|
2021-03-24 16:26:42 +01:00 |
|
Son NK
|
84b4c11086
|
handle UnicodeEncodeError in encode()
|
2021-03-24 10:08:11 +01:00 |
|
Son NK
|
d59cee0bcc
|
improve welcome email
|
2021-03-23 18:47:16 +01:00 |
|
Son NK
|
1600e273dd
|
remove Metric2.name column
|
2021-03-23 10:30:57 +01:00 |
|
Son NK
|
ec1633d0d7
|
create Metric2 model
|
2021-03-23 10:23:40 +01:00 |
|
Son NK
|
7ab64d9768
|
add more logging
|
2021-03-22 15:52:48 +01:00 |
|
Son NK
|
f0fb5108f9
|
show a different message for custom domain alias when deleting
|
2021-03-18 14:45:18 +01:00 |
|
Son NK
|
8b234b63a5
|
add custom domain to AliasInfo
|
2021-03-18 14:44:51 +01:00 |
|
Son NK
|
8bb324e82b
|
propose users to disable an alias instead of deleting it
|
2021-03-18 14:21:26 +01:00 |
|
Son NK
|
91e805a637
|
move js part in index to a separate file
|
2021-03-18 12:34:08 +01:00 |
|
Son NK
|
1187b6dc99
|
update mailbox wording
|
2021-03-18 10:59:45 +01:00 |
|
Son NK
|
c87fe55898
|
POST /api/aliases/:alias_id/contacts: return 200 and existed=true if contact is already added.
|
2021-03-17 20:29:34 +01:00 |
|
Son NK
|
48d7b66803
|
flake8
|
2021-03-17 11:05:26 +01:00 |
|
Son NK
|
66eb93fe53
|
fix sanitize header
|
2021-03-17 10:59:13 +01:00 |
|
Son NK
|
0848405d0c
|
add mention not allowing forward email address
|
2021-03-17 10:27:46 +01:00 |
|
Son NK
|
5cba2eaa38
|
sanitize header
|
2021-03-17 10:23:35 +01:00 |
|
Son NK
|
826e4455cf
|
refactor
|
2021-03-17 10:23:35 +01:00 |
|
Son NK
|
11789559f1
|
move spf_pass(), sl_sendmail() to email_utils.py
|
2021-03-17 10:23:35 +01:00 |
|
Son NK
|
d1d81e6a6d
|
move get_spam_score_async(), get_spam_score() to email/spam.py
|
2021-03-17 10:23:35 +01:00 |
|
Son NK
|
57b2e2d4ab
|
fix handle_batch_import
|
2021-03-16 10:54:00 +01:00 |
|
Son NK
|
9a1dc0240b
|
improve logging
|
2021-03-16 09:17:23 +01:00 |
|
Son NK
|
7ec0405709
|
improve message_id
|
2021-03-16 09:15:59 +01:00 |
|
Son NK
|
98264b14bc
|
replace linebreak in sanitize_email()
|
2021-03-15 19:42:28 +01:00 |
|
Son NK
|
6eb7ebc338
|
add message_id in log to keep track of an email processing
|
2021-03-15 19:41:42 +01:00 |
|
Son Nguyen Kim
|
ca4d097f14
|
Merge pull request #381 from TheLastProject/feature/importExportTests
Feature/import export tests
|
2021-03-15 15:17:58 +01:00 |
|
Sylvia van Os
|
cfe889f7b9
|
Format with black
|
2021-03-13 15:37:28 +01:00 |
|
Sylvia van Os
|
8800c29526
|
Complete import tests
|
2021-03-13 15:36:25 +01:00 |
|
Sylvia van Os
|
dcfd63eb0f
|
Working import tests
|
2021-03-13 00:13:33 +01:00 |
|
Sylvia van Os
|
44ae20816a
|
WIP: Import test
|
2021-03-10 23:08:33 +01:00 |
|
Son
|
cf6442cec2
|
Add PATCH /api/custom_domains/:custom_domain_id
|
2021-03-10 22:56:12 +01:00 |
|
Son
|
eb22a6302e
|
rename creation -> deletion for GET /api/custom_domains/:custom_domain_id/trash
|
2021-03-10 22:39:33 +01:00 |
|
Son
|
6c2daf1bb6
|
add mailboxes to GET /api/custom_domains
|
2021-03-10 22:37:26 +01:00 |
|
Sylvia van Os
|
c6646d5971
|
Add export test
|
2021-03-10 22:35:04 +01:00 |
|
Sylvia van Os
|
1915c8d09d
|
Export and import mailbox info with alias
|
2021-03-09 21:09:58 +01:00 |
|
Son NK
|
3c8ec8fcf2
|
make DKIM_PRIVATE_KEY_PATH optional
|
2021-03-08 15:18:03 +01:00 |
|
Son NK
|
819738f55c
|
remove unused DKIM_PUBLIC_KEY_PATH, DKIM_DNS_VALUE
|
2021-03-08 15:14:37 +01:00 |
|
Son NK
|
3512cc087e
|
remove unused import
|
2021-03-08 14:53:14 +01:00 |
|
Son Nguyen Kim
|
095e2ae0de
|
Merge pull request #377 from TheLastProject/feature/api_export
Add export endpoints
|
2021-03-08 12:18:28 +01:00 |
|
Son NK
|
3768429909
|
use log format that allows clickable link to code source in PyCharm
|
2021-03-08 12:07:45 +01:00 |
|
Sylvia van Os
|
3932ed2eb8
|
Add export endpoints
|
2021-03-06 21:56:42 +01:00 |
|
Son NK
|
39c92110cb
|
add more fields into /api/custom_domains
|
2021-03-06 20:43:50 +01:00 |
|
Son
|
863d8dcbe7
|
black
|
2021-03-06 18:10:41 +01:00 |
|
Son
|
23a0861790
|
Improve alias transfer. Use alias transfer_token. Add a limiter on /alias_transfer/receive
|
2021-03-06 18:08:42 +01:00 |
|
Son
|
29afc1b6b5
|
Add Alias.transfer_token col
|
2021-03-06 18:08:42 +01:00 |
|
Son
|
475eaa2bc0
|
inform user when his alias has been transferred
|
2021-03-06 18:08:42 +01:00 |
|
Son NK
|
9492aaccf5
|
Add EmailLog.auto_replied col
|
2021-03-06 17:44:46 +01:00 |
|
Son
|
80d80657d6
|
remove cloudwatch params
|
2021-03-06 16:09:27 +01:00 |
|
Son NK
|
193f8d8ccc
|
Handle UnicodeDecodeError in get_header_unicode()
|
2021-03-05 20:41:23 +01:00 |
|
Son NK
|
3af98026e3
|
refactor config: do not use eval()
|
2021-03-05 17:26:47 +01:00 |
|
Son NK
|
a65680b5ba
|
remove DEBUG param
|
2021-03-05 17:26:47 +01:00 |
|
Son NK
|
38790fdc84
|
get_alias_infos_with_pagination_v3: handle the case where an alias has 2 contacts that have no activity
|
2021-03-01 18:45:15 +01:00 |
|
Son NK
|
36a117d790
|
rename
|
2021-03-01 18:22:39 +01:00 |
|
Son NK
|
deef432c58
|
add extend trial on user admin page
|
2021-02-25 10:09:02 +01:00 |
|
Son NK
|
3aeaf6fe29
|
make include_sender_in_reverse_alias non nullable
|
2021-02-24 15:44:50 +01:00 |
|
Son NK
|
c9b246259d
|
can search on manual subscription admin page
|
2021-02-24 09:49:08 +01:00 |
|
Son NK
|
0f9cb13920
|
add admin page for manual subscription
|
2021-02-24 09:48:06 +01:00 |
|
Son NK
|
a2dad50d20
|
take into account apple sub
|
2021-02-23 19:40:40 +01:00 |
|
Son NK
|
d4ac2da96a
|
set some fields back to default
|
2021-02-17 13:08:02 +01:00 |
|
Son NK
|
9e486fc2c0
|
add alias transfer
|
2021-02-17 12:56:28 +01:00 |
|
Son NK
|
e19fff3a9a
|
Add Alias.original_owner_id column
|
2021-02-17 12:49:47 +01:00 |
|
Son NK
|
7efce95145
|
add warning for cloudflare when setup DNS
|
2021-02-15 20:21:55 +01:00 |
|
Son NK
|
219703cb04
|
replace monero by crypto
|
2021-02-15 16:40:19 +01:00 |
|
Son NK
|
7879b854a3
|
refactor
|
2021-02-15 16:39:23 +01:00 |
|
Son NK
|
e7063b6514
|
highlight reddit in welcome mail
|
2021-02-12 13:03:31 +01:00 |
|
Son NK
|
dc29c6f9d9
|
improve wording
|
2021-02-12 13:03:31 +01:00 |
|
Son
|
51a38be070
|
Add charity organization upgrade on admin
|
2021-02-03 18:54:42 +01:00 |
|
Son NK
|
25afe4831c
|
ignore amazonses.com encoding
|
2021-01-31 11:52:55 +01:00 |
|
Son NK
|
5f0930b291
|
handle header is None in get_header_unicode
|
2021-01-31 11:50:41 +01:00 |
|
Son NK
|
bbb6049351
|
Add POSTFIX_PORT_FORWARD
|
2021-01-28 13:49:40 +01:00 |
|
Son NK
|
b476e207fa
|
take into account ?next param in login
|
2021-01-27 10:11:48 +01:00 |
|
Son NK
|
66f3585253
|
Add LifetimeCoupon admin page
|
2021-01-27 10:08:49 +01:00 |
|
Son NK
|
e2f729206e
|
replace the iframe video by a link
|
2021-01-27 09:45:42 +01:00 |
|
Son NK
|
5bb0ae0234
|
Set user.sender_format_updated_at when user updates sender_format
|
2021-01-26 20:14:13 +01:00 |
|
Son NK
|
0354943ff4
|
Add User.sender_format_updated_at column
|
2021-01-26 20:13:51 +01:00 |
|
Son NK
|
e85cfebf92
|
do not show sender format that has full sender address
|
2021-01-26 19:55:56 +01:00 |
|
Son NK
|
6547d9420f
|
Use "John Wick - john at wick.com" as default sender format
|
2021-01-26 19:54:59 +01:00 |
|
Son NK
|
4cd49b66c2
|
use VERP for transactional email: remove SENDER, SENDER_DIR
|
2021-01-26 09:59:22 +01:00 |
|
Son NK
|
1013e8dd79
|
Create Bounce, TransactionalEmail models
|
2021-01-26 09:59:22 +01:00 |
|
Son NK
|
4a91db8e11
|
rename parse_email_log_id_from_bounce -> parse_id_from_bounce
|
2021-01-26 09:59:22 +01:00 |
|
Son NK
|
980942a1f9
|
create Metric model
|
2021-01-25 18:47:02 +01:00 |
|
Son NK
|
b0b74906a7
|
add confirm before changing the plan
|
2021-01-25 10:45:18 +01:00 |
|
Son NK
|
2bcd238250
|
Add hint for generic subject
|
2021-01-20 19:17:34 +01:00 |
|
Son NK
|
8e49fc40d4
|
fix
|
2021-01-20 13:28:23 +01:00 |
|
Son NK
|
202f28722e
|
make MAX_SPAM_SCORE, MAX_REPLY_PHASE_SPAM_SCORE configurable
|
2021-01-20 13:27:30 +01:00 |
|
Son NK
|
013a94d1e9
|
fix user delete profile pic
|
2021-01-19 10:47:48 +01:00 |
|
Son NK
|
da53b7fa00
|
Improve should_disable() to take into account last 7 days bounces
|
2021-01-19 10:45:39 +01:00 |
|