Son NK
|
74d22f8458
|
Remove spectrum from welcome emails
|
2019-12-30 09:50:56 +01:00 |
|
Son NK
|
5044cb4b2e
|
upgrade sentry
|
2019-12-30 09:02:37 +01:00 |
|
Son NK
|
4ae995583c
|
Add example for /api/alias/options
|
2019-12-29 15:43:59 +01:00 |
|
Son NK
|
b51ed259b4
|
fix cancel MFA: the secret needs to be reset too
|
2019-12-29 15:32:27 +01:00 |
|
Son Nguyen Kim
|
f46f2fd7f6
|
Merge pull request #10 from simple-login/cancel-mfa
User who has enabled MFA can cancel MFA
|
2019-12-29 15:28:40 +01:00 |
|
Son NK
|
76eec998ea
|
User who has enabled MFA can cancel MFA
|
2019-12-29 15:10:40 +01:00 |
|
Son NK
|
89664580b3
|
Move custom-domain to menu
|
2019-12-29 11:03:47 +01:00 |
|
Son NK
|
b391fa4c91
|
Move settings and api-key page to menu
|
2019-12-29 10:56:27 +01:00 |
|
Son NK
|
f509c9d9e9
|
Show "custom domain" option for free plan too
|
2019-12-29 10:52:30 +01:00 |
|
Son Nguyen Kim
|
2d3490ad61
|
Merge pull request #9 from simple-login/domain-detail-dev
minor comments on domain-detail branch
|
2019-12-29 10:50:11 +01:00 |
|
doanguyen
|
6f256bcd3f
|
minor comments on domain-detail branch
|
2019-12-29 10:48:46 +01:00 |
|
doanguyen
|
45c49f1e1a
|
minor comments on domain-detail branch
|
2019-12-29 10:48:46 +01:00 |
|
Son NK
|
e239be504c
|
fix migration
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
c1438944f1
|
add premium badge to custom domain
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
8dcb8dd249
|
move domain validation (mx, spf, mx) to domain detail page
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
34faafe25e
|
add custom_domain.spf_verified column
|
2019-12-29 10:46:00 +01:00 |
|
Son NK
|
ecdebbe569
|
add missing DKIM_PUBLIC_KEY_PATH
|
2019-12-29 10:46:00 +01:00 |
|
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 |
|
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 |
|