aurweb/templates
Kevin Morris 4c14a10b91
fix: support multiple SSHPubKey records per user
There was one blazing issue with the previous implementation regardless
of the multiple records: we were generating fingerprints by storing
the key into a file and reading it with ssh-keygen. This is absolutely
terrible and was not meant to be left around (it was forgotten, my bad).

Took this opportunity to clean up a few things:
- simplify pubkey validation
- centralize things a bit better

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-08 07:50:41 -08:00
..
account feat: add timezone to datetime display across the board 2022-02-05 18:35:50 -08:00
errors feat(python): catch all exceptions thrown through fastapi route paths 2022-01-09 23:10:02 -08:00
packages housekeep: move templates/partials/widgets/* to templates/partials/ 2022-01-18 08:33:00 -08:00
partials fix: support multiple SSHPubKey records per user 2022-02-08 07:50:41 -08:00
pkgbase feat: add timezone to datetime display across the board 2022-02-05 18:35:50 -08:00
requests fix(requests): rework handling of requests 2021-12-09 19:09:51 -08:00
testing change(rendercomment): converted to use aurweb.db ORM 2021-11-28 19:55:11 -08:00
tos [FastAPI] add /tos routes (get, post) 2021-06-24 19:12:49 -07:00
tu fix(routers.trusted_user): only display Voters on ended proposals 2022-01-05 17:51:57 -08:00
addvote.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
dashboard.html fix(FastAPI): voted/notified query efficiency 2021-09-19 00:34:08 -07:00
home.html [FastAPI] Modularize homepage and add side panel 2021-08-17 19:58:32 -07:00
index.html housekeep: move templates/packages/widgets/* to templates/packages/ 2022-01-18 08:27:19 -08:00
login.html fix(fastapi): render Logged-in as page on authenticated /login 2021-11-29 19:40:55 -08:00
passreset.html add passreset routes 2021-06-05 20:11:17 -07:00
register.html add user registration routes 2021-06-05 20:11:17 -07:00
requests.html feat: add timezone to datetime display across the board 2022-02-05 18:35:50 -08:00