Son NK
|
a261786339
|
Upgrade sqlalchemy==1.3.12 to avoid "psycopg2.errors.UndefinedColumn: column cons.consrc does not exist" error
see https://stackoverflow.com/questions/58351958/psycopg2-programmingerror-column-cons-consrc-does-not-exist
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
a956e2de10
|
add dns_utils.get_txt_record
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
90bd84e9cc
|
add DKIM_PUBLIC_KEY_PATH setting
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
eb7798c145
|
Remove beta-badge on custom domain
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
d0218c86de
|
display 🚫 for unverified domain
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
ab3ce7bd4e
|
fix formatting
|
2019-12-29 10:33:45 +01:00 |
|
Son NK
|
0848241620
|
fix migration
|
2019-12-29 10:30:25 +01:00 |
|
doanguyen
|
3ca5b9628a
|
update server_default parameter
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
f3719aa0f0
|
black formatted
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
3811bb6880
|
reformat
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
4a3b958131
|
reformat modified files, resolve PR https://github.com/simple-login/app/pull/5
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
10019ba4eb
|
reverse previous commit
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
d026c596ac
|
remove lambda function from config.py
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
e2e9cc6b5d
|
Implement alias generator schemes
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
1848e5a944
|
Change migration filename
To visually show the order of migrations
|
2019-12-28 14:20:10 +01:00 |
|
doanguyen
|
1393b80970
|
considering lazy loading for non-critical loc
|
2019-12-28 14:20:10 +01:00 |
|
Son NK
|
de0368c20f
|
remove redundant code
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
5b01071bec
|
Redirect user to MFA page if they enable MFA
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
c52f2d1603
|
Create auth/mfa page used by user who has enabled MFA
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
fa66a71880
|
Display MFA setup to user who doesn't have MFA enabled
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
1d4e8368ab
|
Use constant otp_secret in fake_data()
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
e5b10b28a6
|
Create MFA Setup page if user enable MFA
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
80facfe122
|
add User.otp_secret, enable_otp column
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
efd887917f
|
add pyotp to requirements
|
2019-12-27 16:53:07 +00:00 |
|
Son NK
|
dea1aeed64
|
Improve README
|
2019-12-27 11:49:33 +01:00 |
|
Son NK
|
4e539f0428
|
Reduce nb gunicorn workers to 2 to avoid using too much RAM
|
2019-12-27 11:49:10 +01:00 |
|
Son NK
|
a49730d27f
|
comment out all CLOUDWATCH settings
|
2019-12-27 11:48:57 +01:00 |
|
Son NK
|
1eefb9228f
|
only parse CLOUDWATCH_LOG_GROUP, CLOUDWATCH_LOG_STREAM if CLOUDWATCH is enabled
|
2019-12-27 10:39:39 +01:00 |
|
Son NK
|
65d0848e2f
|
show alias in confirmation message
|
2019-12-26 17:37:51 +00:00 |
|
Tung Nguyen
|
4f751e5cd2
|
fix typos and improve messages showing at the end users
|
2019-12-26 13:00:17 +00:00 |
|
Son NK
|
41aee485bf
|
Merge branch 'staging'
|
2019-12-25 21:35:58 +00:00 |
|
Son NK
|
e09dfaa481
|
Fix pricing page message
|
2019-12-25 21:35:35 +00:00 |
|
Son Nguyen Kim
|
e23a285bd5
|
Merge pull request #3 from simple-login/add-black-ci
Add black ci
|
2019-12-25 17:42:26 +00:00 |
|
Son NK
|
1c12dc9642
|
increase nb gunicorn workers to 4
|
2019-12-25 17:39:55 +00:00 |
|
Son NK
|
4fd6b617c8
|
fix domain used in dkim signature
|
2019-12-25 17:33:24 +00:00 |
|
Son NK
|
c62bfb292a
|
add DKIM signature for domain that is dkim verified
|
2019-12-25 17:23:43 +00:00 |
|
Son NK
|
ed78e31b8b
|
add custom_domain.dkim_verified column
|
2019-12-25 17:23:04 +00:00 |
|
Son NK
|
774b5b7212
|
Update README to use Python 3.7+ instead
|
2019-12-24 10:37:49 +00:00 |
|
Son NK
|
306bb9927e
|
add beta corner ribbon to logo
|
2019-12-24 09:34:18 +00:00 |
|
Tung Nguyen
|
47e77ed4ab
|
reword, fix typos and correct English grammar mistakes
|
2019-12-23 22:09:38 +00:00 |
|
Son NK
|
f80adae625
|
fix login error message
|
2019-12-23 19:00:31 +00:00 |
|
Son NK
|
bb2c7e5e16
|
Revert "trigger formatting error"
This reverts commit c00038bbad .
|
2019-12-23 15:39:43 +00:00 |
|
Son NK
|
5998cd8160
|
fix yaml syntax error
|
2019-12-23 15:37:57 +00:00 |
|
Son NK
|
c00038bbad
|
trigger formatting error
|
2019-12-23 15:36:35 +00:00 |
|
Son NK
|
6deca0b75d
|
run black in github workflow
|
2019-12-23 15:36:26 +00:00 |
|
Son NK
|
bcbe239f60
|
User can generate quickly a random alias
|
2019-12-23 15:34:02 +00:00 |
|
Son NK
|
a8d112646e
|
Add hint for alias prefix on custom alias page
|
2019-12-23 15:09:41 +00:00 |
|
Son NK
|
dbbfcac2d6
|
Still show a readable email name when there's no website_from
|
2019-12-23 15:09:41 +00:00 |
|
Son NK
|
3320a488f3
|
refactor s3.py
|
2019-12-23 15:09:41 +00:00 |
|
Son Nguyen Kim
|
db60043341
|
Merge pull request #2 from NinhDinh/master
Add test workflow
|
2019-12-23 15:00:18 +00:00 |
|