remotes/1693045480750635534/spooky-22
Aevann1 2021-07-23 22:37:33 +02:00
parent eb34291c10
commit e79cb58b72
3 changed files with 3 additions and 22 deletions

View File

@ -45,7 +45,7 @@ def resize():
print(f"2 {u.profileurl}")
@app.route("/banaward/post/<post_id>", methods=["POST", "GET"])
@app.route("/banaward/post/<post_id>")
@auth_required
def postbanaward(post_id, v):
@ -103,30 +103,10 @@ def submit_get(v):
b=b
)
@app.route("/post_short/", methods=["GET"])
@app.route("/post_short/<base36id>", methods=["GET"])
@app.route("/post_short/<base36id>/", methods=["GET"])
def incoming_post_shortlink(base36id=None):
if not base36id:
return redirect('/')
if base36id == "robots.txt":
return redirect('/robots.txt')
try:
x=base36decode(base36id)
except:
abort(400)
post = get_post(base36id)
return redirect(post.permalink)
@app.route("/post/<pid>", methods=["GET"])
@app.route("/post/<pid>/", methods=["GET"])
@app.route("/post/<pid>/<anything>", methods=["GET"])
@app.route("/api/v1/post/<pid>", methods=["GET"])
@app.route("/test/post/<pid>", methods=["GET"])
@auth_desired
@api("read")
def post_base36id(pid, anything=None, v=None):

View File

@ -137,7 +137,7 @@ def mfa_qr(secret, v):
error_correction=qrcode.constants.ERROR_CORRECT_L
)
qr.add_data(x.provisioning_uri(v.username, issuer_name="Drama"))
img = qr.make_image(fill_color="#FF66AC", back_color="white")
img = qr.make_image(fill_color="#000000", back_color="white")
mem = io.BytesIO()

View File

@ -20,6 +20,7 @@
</p>
<div class="text-center mb-3">
<img class="img-fluid" style="width: 175px;" src="/2faqr/{{mfa_secret}}">
<pre></pre>
<div class="text-small text-muted">Or enter this code: {{mfa_secret}}</div>
</div>
<p>