Son NK
|
886108c3a0
|
enable facebook login
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
8a6934e61e
|
activate ssl if URL begins with https
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
a425e97924
|
add pyopenssl
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
75f88e7430
|
add self-signed ssl certificate generated by "openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365"
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
f4afbfe40f
|
add new param FACEBOOK_CLIENT_ID, FACEBOOK_CLIENT_SECRET
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
bdc22f3c68
|
fix user getting redirected at each google login
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
7ea4c157a1
|
workaround as Google does not allow to append param to redirect_url
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
caf610446c
|
handle next with google login
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
cc6ce6618d
|
refactor: rename
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
aab2244881
|
handle "next" for "sign up with github" too
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
f21f16e3f2
|
redirect user to next after login with github/google
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
4227c3036d
|
fix reset password expired
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
43536734a0
|
add login with google
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
10b0538192
|
add new param GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
17a4679b90
|
fix activation code
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
80d9a6a400
|
set OAUTHLIB_INSECURE_TRANSPORT=1
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
a00a03f51c
|
use 2 worker for gunicorn
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
4cdb803157
|
fix redirect_uri
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
8e9fefee4b
|
remove icon.png
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
6d8d61495e
|
set explicitly the redirect_uri
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
aae76f21f6
|
add github login
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
4883ace2ed
|
only show "create custom alias" button to users who can
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
94d92a0e87
|
add new param GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
0bb3b3cdaf
|
add requests_oauthlib
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
aff99be7ac
|
remove require() in header.html
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
309cb36864
|
use span instead of a for icon
|
2019-12-15 18:55:09 +02:00 |
|
Son NK
|
c7df8e9158
|
fix introJs
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
388f520e9a
|
premium user can choose custom alias
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
f838f43e34
|
put error text in red
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
414ef2bb9b
|
remove requireJS madness!
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
0b85000a11
|
import render_field, render_field_errors in base.html
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
fc2fdea6e7
|
change wording
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
4ef8290c73
|
login and register page: redirect user to dashboard if user is already authenticated
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
dcb1aa77a2
|
do not log requests that begin with /_debug_toolbar
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
df3292df37
|
user can delete email alias
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
62cbcb249b
|
disable notie overlayClickDismiss in base.html
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
84fc5afedb
|
prettify client listing page
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
5e2fc603cd
|
set DEBUG_TB_INTERCEPT_REDIRECTS=True in local
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
2f2f8bef46
|
upgrade sentry js to 5.4.3
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
c2e5829505
|
enable flask-toolbar locally
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
e2e3902ce1
|
add flask-debugtoolbar
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
6aa177f1a8
|
add .env.example
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
1274dd589a
|
add delete() to ModelMixin: do NOT use the session.delete(), somehow it does a "SET" before "DELETE"
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
a2225160d5
|
Fix wordings on Login page
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
c98d2594c6
|
change icon
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
1670b37858
|
use shorter words when generating emails
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
1703f4b5f6
|
add param WORDS_FILE_PATH, use random_words when generating email
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
8c3afddaa7
|
add words_alpha, download from https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
b4a9e7628f
|
add admin view for partner, set endpoint to avoid "Blueprint name collisions" error
|
2019-12-15 18:55:08 +02:00 |
|
Son NK
|
51171a2266
|
add Admin
|
2019-12-15 18:55:08 +02:00 |
|