a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 43a56e865e
Add the current user's ID to the auth code, will be handy when making a token since we need to know who the token's for
2017-11-03 15:51:27 +11:00
entries Install django-model-utils and use it for automatic timestamp fields on entries 2017-11-02 12:59:23 +11:00
home Added support for RSS and Atom feeds, because why not 2017-11-01 09:29:59 +11:00
lemonauth Add the current user's ID to the auth code, will be handy when making a token since we need to know who the token's for 2017-11-03 15:51:27 +11:00
lemoncurry Put the shortcuts for returning 40* responses into lemoncurry.utils 2017-11-02 16:16:04 +11:00
users Add JSON-LD support to entries too, mostly so Google can understand the site a little better 2017-10-31 14:51:50 +11:00
wellknowns Include references to the Atom and RSS feeds in the host-meta 2017-11-01 11:09:12 +11:00
.gitignore Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor 2017-10-23 10:29:12 +11:00
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 2017-10-27 11:34:34 +11:00
Forwardfile Add a Forwardfile for development 2017-10-30 13:31:27 +11:00
Pipfile Switch from database-persisted auth codes to stateless JSON Web Tokens :) 2017-11-02 16:36:16 +11:00
Pipfile.lock Switch from database-persisted auth codes to stateless JSON Web Tokens :) 2017-11-02 16:36:16 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.5.2 2017-10-31 15:10:22 +11:00
yarn.lock 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