aurweb/templates/partials
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
packages fix: OutOfDateTS db fetch for pkgbase action display 2022-02-07 12:23:35 -08:00
tu feat: add timezone to datetime display across the board 2022-02-05 18:35:50 -08:00
account_form.html fix: support multiple SSHPubKey records per user 2022-02-08 07:50:41 -08:00
archdev-navbar.html fix(fastapi): restore stripped whitespace in archdev-navbar 2021-12-02 17:09:37 -08:00
body.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
comment_actions.html fix(FastAPI): reorganize credential checkin into dedicated file 2021-12-01 02:03:02 -05:00
comment_content.html feat(fastapi): add comment actions to /account/{username}/comments 2021-10-29 17:18:49 -07:00
error.html add passreset routes 2021-06-05 20:11:17 -07:00
footer.html fix(footer.html): update version git log link to gitlab 2022-01-18 10:55:52 -08:00
head.html fix(fastapi): only include comment-edit.js where needed 2021-11-18 16:42:26 -08:00
layout.html All the RTL related changes 2022-01-26 17:19:39 +02:00
meta.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
navbar.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
pager.html housekeep: move templates/partials/widgets/* to templates/partials/ 2022-01-18 08:33:00 -08:00
set_lang.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
statistics.html housekeep: move templates/partials/widgets/* to templates/partials/ 2022-01-18 08:33:00 -08:00