a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 380afe9831
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
entries Add rel="shortlink" on the AMP pages too 2018-01-24 14:09:26 +11:00
home Whoops, make sure we correctly fetch the user to display entries for on the home page if nobody is logged in 2018-01-29 08:48:56 +11:00
lemonauth Refactor micropub, add basic support for querying - source works great, the other two not so much 2018-01-29 10:28:46 +11:00
lemoncurry Introduce some unit tests in lemoncurry.tests - only testing a few of the really easy things so far ;) 2018-02-02 15:08:41 +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 Whoops, make our new UserManager extend the Django core one, since it turns out it's absolutely mandatory 2018-01-29 16:16:21 +11:00
wellknowns Add PGP keys and XMPP handle to the WebFinger output 2017-11-10 10:30:09 +11:00
.gitignore Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +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 Add an actual copy of the MIT license to the repo - it's been MIT-licensed from the beginning as specified in the package.json, but it's better to include an actual LICENSE file 2017-12-06 17:22:43 +11:00
Pipfile Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +11:00
Pipfile.lock Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +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
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.9.1 2018-01-29 16:16:30 +11:00
pytest.ini Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +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