ee12c15d1c
Mostly port the individual entry template to Jinja2 - the actual entry content isn't being rendered, and there's no breadcrumbs yet, but otherwise it's spot-on
741c2eb234
Switch from stateless JOSE tokens to stateful tokens in the DB, since they can then be much smaller and we're using a DB anyway
9c843ee145
Fix the repo URL syntax on the Django template as well, since it's probably gonna be sticking around for a while
d7abc468b9
Fix URL syntax for linking to the current lemoncurry version in the repo, so it works with Gitea
67f8ec6fae
Throw away now-unused lemonauth templates, since they've all been ported across to Jinja2
24bc7816f1
Relocate official repository to git.00dani.me
f0678c3379
Add the missing navbars to the Jinja2 version of the layout
e94a856a08
Add caching and smarter resizing to the Libravatar endpoint
2c90114b9d
Add pickle support to the MSGPackModernSerializer - if a type can't be serialized to native MessagePack, then pickle it
8932317f08
Allow sizes up to 512 when requesting libravatars, since that's what the spec says actually and I just misread it I guess?