Son NK
|
9fafddd603
|
use is_valid_email instead of regex
|
2020-11-03 11:11:09 +01:00 |
|
Son NK
|
751cc05534
|
check contact address in POST /aliases/<int:alias_id>/contacts
|
2020-11-03 11:10:32 +01:00 |
|
Son NK
|
72a34e28be
|
add is_valid_email()
|
2020-11-03 11:09:37 +01:00 |
|
Son NK
|
a890557c7f
|
Use check_alias_prefix() to check alias prefix
|
2020-11-03 10:39:08 +01:00 |
|
Son NK
|
8d0e243c83
|
sign PGP forwarded email if PGP_SENDER_PRIVATE_KEY
|
2020-11-02 19:09:57 +01:00 |
|
Son NK
|
3f150e5944
|
add new param PGP_SENDER_PRIVATE_KEY_PATH
|
2020-11-02 19:06:47 +01:00 |
|
Son NK
|
ec1b7dd8b8
|
return latest_activity=null if there's no activity in GET /api/v2/aliases
|
2020-11-01 12:32:20 +01:00 |
|
Son NK
|
38ca2341bc
|
fix mailbox query in get_alias_infos_with_pagination_v3
|
2020-11-01 12:24:19 +01:00 |
|
Son NK
|
e49169b887
|
Reset default random alias domain setting if user is not premium
|
2020-11-01 09:37:09 +01:00 |
|
Son NK
|
28563b9653
|
fix duplicated display
|
2020-10-30 13:05:45 +01:00 |
|
Son NK
|
c076c7c7f3
|
PATCH /api/setting
|
2020-10-28 17:47:26 +01:00 |
|
Son NK
|
12f7485cb1
|
Add GET /api/setting/domains
|
2020-10-28 17:30:57 +01:00 |
|
Son NK
|
77bf9537d0
|
Add GET /api/setting
|
2020-10-28 17:23:58 +01:00 |
|
Son NK
|
91534d3cf2
|
Add PATCH /api/user_info
|
2020-10-28 17:12:21 +01:00 |
|
Son NK
|
3f40e3c1cf
|
return profile_picture_url in GET /user_info
|
2020-10-28 17:11:33 +01:00 |
|
Son NK
|
6c816d51d6
|
fix load_public_key_and_check, remove IncorrectPassphrasePGPException
|
2020-10-28 12:21:42 +01:00 |
|
Son NK
|
9210459a72
|
add pgpy
- add pgpy to poetry
- add test PGP keys to local_data
- add encrypt_file_with_pgpy()
- use randomly pgpy
|
2020-10-28 11:50:14 +01:00 |
|
Son NK
|
71be3b27f7
|
redirect user to dashboard when setup is done
|
2020-10-28 10:49:50 +01:00 |
|
Son NK
|
a2254cfdf8
|
remove pgp debugging code
|
2020-10-27 20:27:34 +01:00 |
|
Son NK
|
1abebe8067
|
improve how to use reverse-alias
|
2020-10-27 18:59:59 +01:00 |
|
Son NK
|
6803d4bf42
|
fix import error
|
2020-10-26 10:32:56 +01:00 |
|
Son NK
|
b09bb42b2d
|
handle case where highlight_alias_id is not a number
|
2020-10-26 10:31:38 +01:00 |
|
Son NK
|
f0b46c1887
|
use warning log for /alias/options
|
2020-10-26 10:31:19 +01:00 |
|
Son NK
|
477481c41e
|
save the data for debugging when pgp fails
|
2020-10-24 19:03:19 +02:00 |
|
Son NK
|
83f3309149
|
use warning log for /v3/alias/options
|
2020-10-24 16:28:07 +02:00 |
|
Son NK
|
c140d3f842
|
improve reverse-alias instruction use
|
2020-10-24 16:23:47 +02:00 |
|
Son NK
|
9f50ab4cce
|
Handle IntegrityError when creating new alias
|
2020-10-24 15:50:29 +02:00 |
|
Son NK
|
5da7953a64
|
handle the case a directory alias is created concurrently
|
2020-10-23 11:55:01 +02:00 |
|
Son NK
|
85a1d67c6f
|
put browser extension onboarding email to the welcome email
|
2020-10-22 11:46:15 +02:00 |
|
Son NK
|
bc1eeb4f01
|
move TOTP to top
|
2020-10-22 11:09:37 +02:00 |
|
Son NK
|
677f150fef
|
add unsubscribe header to com emails
|
2020-10-22 10:44:05 +02:00 |
|
Son NK
|
ea45ac119e
|
Refactor: create Alias.unsubscribe_link
|
2020-10-22 10:37:02 +02:00 |
|
Son NK
|
4f7b30c204
|
Set user.paid_lifetime if paid coupon
|
2020-10-21 19:31:25 +02:00 |
|
Son NK
|
050c2feaeb
|
Add LifetimeCoupon.paid column
|
2020-10-21 19:31:07 +02:00 |
|
Son NK
|
459f821036
|
fix name
|
2020-10-20 20:09:44 +02:00 |
|
Son NK
|
a001132497
|
improve wording
|
2020-10-20 18:07:21 +02:00 |
|
Son NK
|
14b86749df
|
add more precision on what is account email
|
2020-10-20 18:02:52 +02:00 |
|
Son NK
|
6921ab05fd
|
reorganise settings sections
|
2020-10-20 17:47:58 +02:00 |
|
Son NK
|
635182e1ef
|
move lifetime case to first
|
2020-10-20 17:45:06 +02:00 |
|
Son NK
|
acce32fcc8
|
add doc
|
2020-10-20 17:42:05 +02:00 |
|
Son NK
|
32e25f5378
|
bring back alias/options v1,2,3
|
2020-10-20 17:31:43 +02:00 |
|
Son NK
|
828799010b
|
Add CustomDomain.nb_failed_checks column
|
2020-10-20 16:50:01 +02:00 |
|
Son NK
|
8482a55df6
|
display whether a domain is premium
|
2020-10-20 16:44:22 +02:00 |
|
Son NK
|
03521b5a84
|
do not check alias_domain_prefix when DISABLE_ALIAS_SUFFIX is set
|
2020-10-20 16:42:05 +02:00 |
|
Son NK
|
886d3a761c
|
delete /alias/options v1,v2,v3
|
2020-10-19 12:08:47 +02:00 |
|
Son NK
|
a2a4e50f27
|
remove potential duplicate in available_alias_domains
|
2020-10-15 17:02:54 +02:00 |
|
Son NK
|
1524bb4e4b
|
black
|
2020-10-15 16:52:55 +02:00 |
|
Son NK
|
dbf0404aa9
|
rename public_domain -> sl_domain if applicable
|
2020-10-15 16:52:38 +02:00 |
|
Son NK
|
4a32db5b5d
|
rename PublicDomain -> SLDomain
|
2020-10-15 16:51:07 +02:00 |
|
Son NK
|
0a4fc76b61
|
optimize import
|
2020-10-15 16:45:28 +02:00 |
|