lemoncurry/lemoncurry
Danielle McLean 179f5753ed
Implement a token endpoint - currently all tokens last forever and can't be revoked, but I can add revocation later without too much trouble
2017-11-03 17:18:00 +11:00
..
settings Enable analytics in production 2017-11-01 16:18:48 +11:00
static Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 2017-10-29 19:15:29 +11:00
templates/lemoncurry Enable analytics in production 2017-11-01 16:18:48 +11:00
templatetags Just glue the netloc and path together rather than using urlunparse - it doesn't need to be a valid URL, just a nice-looking one 2017-10-30 15:02:49 +11:00
__init__.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00
breadcrumbs.py Rudimentary but fully-functional entry permalink pages :3 2017-10-25 12:31:08 +11:00
theme.py Update manifest.json with extra properties, set theme colour properly as a <meta> as well 2017-10-28 15:05:54 +11:00
urls.py Add simple /robots.txt support 2017-10-31 15:10:13 +11:00
utils.py Implement a token endpoint - currently all tokens last forever and can't be revoked, but I can add revocation later without too much trouble 2017-11-03 17:18:00 +11:00
wsgi.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00