Son NK
|
5486f54955
|
refactor verify_prefix
|
2020-10-09 22:08:29 +02:00 |
|
Sylvia van Os
|
6b085960cb
|
Merge branch 'master' of https://github.com/simple-login/app into feature/custom_domain_random_suffix
|
2020-10-07 18:52:54 +02:00 |
|
Sylvia van Os
|
739fb50b04
|
Format with Black
|
2020-10-05 21:12:13 +02:00 |
|
Sylvia van Os
|
aeef9ccca9
|
Support random suffix for personal domains
|
2020-10-05 21:00:52 +02:00 |
|
Son Nguyen Kim
|
a4bcf59bfe
|
Merge pull request #297 from TheLastProject/feature/dedupe_email
Dedupe email address
|
2020-10-04 15:08:15 +02:00 |
|
Son NK
|
7e425c0338
|
disable login if user is disabled
|
2020-10-04 12:49:43 +02:00 |
|
Son NK
|
6c37a91c6d
|
add User.disabled field
|
2020-10-04 12:49:43 +02:00 |
|
Son NK
|
e225bffc30
|
add backref for some models
|
2020-10-04 12:49:43 +02:00 |
|
Son Nguyen Kim
|
73e90e6892
|
Merge pull request #298 from TheLastProject/feature/autogenerated_icon
Show icon if address was autogenerated
|
2020-10-03 10:54:41 +02:00 |
|
Sylvia van Os
|
ff0eaa4bbf
|
Show icon if address was autogenerated
|
2020-10-02 20:52:29 +02:00 |
|
Sylvia van Os
|
7be674c13b
|
Reformat with Black
|
2020-10-01 21:51:50 +02:00 |
|
Sylvia van Os
|
d8ed1cbbc3
|
Dedupe email address
|
2020-10-01 21:35:11 +02:00 |
|
Son NK
|
cbdcab7d24
|
handle the ValueError in SpamAssassin
|
2020-09-30 17:24:03 +02:00 |
|
Son NK
|
770b15aba3
|
do not hardcode spamd user
|
2020-09-30 14:01:49 +02:00 |
|
Son NK
|
6a4622fca9
|
replace cx42 by spamd for SpamAssassin
get rid of "info: spamd: handle_user (userdir) unable to find user: 'cx42'" error
|
2020-09-30 12:47:39 +02:00 |
|
Son NK
|
772a2e7355
|
add "export alias" button
|
2020-09-30 12:20:18 +02:00 |
|
Son NK
|
8ed619687f
|
ignore UnicodeDecodeError when parsing SpamAssassin response
|
2020-09-30 12:00:05 +02:00 |
|
Son NK
|
8517e7d356
|
refactor com emails: remove non-uses, move to the right location
|
2020-09-30 11:51:43 +02:00 |
|
Son Nguyen Kim
|
4e7aec7dce
|
Merge pull request #293 from TheLastProject/patch-1
Add dot after DKIM
|
2020-09-30 11:09:01 +02:00 |
|
Son NK
|
91e3cc5dcb
|
able to set a different host than 127.0.0.1 and apply black format
|
2020-09-30 10:32:21 +02:00 |
|
Son NK
|
078368362c
|
copy spamassassin client code from https://github.com/petermat/spamassassin_client
|
2020-09-30 10:29:52 +02:00 |
|
Sylvia van Os
|
b95c44e3db
|
Add dot after DKIM
To prevent the domain name being added after it
|
2020-09-29 19:17:56 +02:00 |
|
Son NK
|
e661f90ce7
|
do not hard exit when memory exceeds the threshold
|
2020-09-29 12:33:36 +02:00 |
|
Son NK
|
571e39bb30
|
user can add/remove authorized address
|
2020-09-28 21:09:20 +02:00 |
|
Son NK
|
0830bba218
|
Add AuthorizedAddress model
|
2020-09-28 17:40:54 +02:00 |
|
Son NK
|
d6d686c4c3
|
add argument commit= to create()
|
2020-09-28 17:40:30 +02:00 |
|
Son NK
|
53f66d0f3c
|
handle the "past due" subscription case: downgrade a subscription if it's renewed
|
2020-09-24 09:34:35 +02:00 |
|
Son NK
|
f274bac053
|
fix typo
|
2020-09-23 19:36:54 +02:00 |
|
Son NK
|
d81ad2fd12
|
sanitize mailbox before creating: remove empty space
|
2020-09-17 17:02:50 +02:00 |
|
Son NK
|
4b697fc897
|
parseaddr_unicode: handle case where name is bytes
|
2020-09-16 17:34:33 +02:00 |
|
Son NK
|
03dfafe1cf
|
handle linebreak in parseaddr_unicode
|
2020-09-16 17:28:01 +02:00 |
|
Son NK
|
5480f6d35b
|
handle case highlight_id is not int
|
2020-09-14 19:54:00 +02:00 |
|
Son NK
|
40892f8253
|
contact email can contain whitespace
|
2020-09-14 18:21:30 +02:00 |
|
Son NK
|
299f7d3fba
|
remove unnecessary sanitize
|
2020-09-14 17:58:15 +02:00 |
|
Son NK
|
491f4de120
|
add Contact mail_from and from_header column
|
2020-09-14 17:55:55 +02:00 |
|
Son NK
|
ed2e748d1e
|
sanitize envelope mail_from and rcpt_tos
|
2020-09-14 17:30:01 +02:00 |
|
Son NK
|
c48b5038f3
|
sanitize rcpt_to in greylisting_needed
|
2020-09-14 12:20:16 +02:00 |
|
Son NK
|
18263c2fd5
|
handle case alias already created in try_auto_create_catch_all_domain()
|
2020-09-14 12:18:15 +02:00 |
|
Son NK
|
e291a71037
|
fix duplicate contact on contact page
|
2020-09-14 11:38:01 +02:00 |
|
Son NK
|
1026f0763d
|
fix wording
|
2020-09-12 14:57:33 +02:00 |
|
Son NK
|
c6eba9f125
|
improve welcome email
|
2020-09-12 14:34:32 +02:00 |
|
Son NK
|
3545ae7d97
|
improve intro
|
2020-09-12 14:32:55 +02:00 |
|
Son NK
|
2cfaa93a5f
|
create a first alias to receive SimpleLogin newsletter when user is created
|
2020-09-12 14:31:31 +02:00 |
|
Son NK
|
8fe508c5d3
|
Add User.newsletter_alias_id column
|
2020-09-12 14:30:49 +02:00 |
|
Son NK
|
c625a178e8
|
use RequestException instead of ConnectionError
|
2020-09-11 16:55:32 +02:00 |
|
Son NK
|
76175dc517
|
update batch import wording
|
2020-09-11 16:49:39 +02:00 |
|
Son NK
|
f664243e42
|
add batch-import page
|
2020-09-10 20:14:55 +02:00 |
|
Son NK
|
6da48298a6
|
Add BatchImport model
|
2020-09-10 20:05:25 +02:00 |
|
Son NK
|
a660a05f83
|
use warning for problem with random alias default domain
|
2020-09-10 09:32:51 +02:00 |
|
Son NK
|
a0b50762ee
|
remove "how to use" on custom domain page
|
2020-09-08 13:51:46 +02:00 |
|