a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean b3fb0a8600
Add the lemoncurry logo - yes, it's just FA's lemon layered over a dark circle
2018-03-08 15:37:52 +11:00
entries Make the permalink views 404 if you try to load a non-existent entry 2018-03-08 14:13:45 +11:00
home Refactor how the routing for different kinds of entry works - this will make implementing webmentions easier, hopefully? 2018-03-08 13:49:02 +11:00
lemonauth Use consistent IDs for each input of the login form 2018-03-08 14:24:32 +11:00
lemoncurry Bump Font Awesome to v5.0.8 2018-03-08 14:34:52 +11:00
micropub Require the 'create' scope in the token to be present in order to create new entries 2018-01-29 11:01:57 +11:00
users Delete some stub modules with no actual functionality 2018-03-06 22:30:10 +11:00
wellknowns Add support for tests that use django.test.Client and that require a database, and use this support to test some of the wellknowns.views modules 2018-02-06 16:12:36 +11:00
.gitignore Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +11:00
.gitlab-ci.yml Apparently you can't use a Boolean true in gitlab-ci.yml environment variables config 2018-02-26 13:07: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
LICENSE Extend the copyright range in the license to cover 2018 as well 2018-03-06 22:30:49 +11:00
Pipfile Switch the preferred password hash from PBKDF2 to the newer and more secure Argon2 2018-02-06 16:18:15 +11:00
Pipfile.lock Switch the preferred password hash from PBKDF2 to the newer and more secure Argon2 2018-02-06 16:18:15 +11:00
lemoncurry.paw Update the client ID used for Paw's autogenerated JWTs - use https://paw.cloud/ instead of https://00dani.me/ for accuracy 2018-02-05 09:59:50 +11:00
lemoncurry.svg Add the lemoncurry logo - yes, it's just FA's lemon layered over a dark circle 2018-03-08 15:37:52 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.9.3 2018-03-08 14:35:14 +11:00
pytest.ini Add support for tests that use django.test.Client and that require a database, and use this support to test some of the wellknowns.views modules 2018-02-06 16:12:36 +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