summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-16Oops, left debugging in.David Baker1-6/+0
2015-04-16Return user ID in use error straight awayDavid Baker4-66/+88
2015-04-15Dummy login so we can do the first POST request to get login flows without it...David Baker4-7/+24
2015-04-15Regstration with email in v2David Baker6-29/+123
2015-04-02Add app service auth back in to v2 registerDavid Baker2-5/+8
2015-04-02Throw sensible errors on not-json when allowing empty bodyDavid Baker1-1/+4
2015-04-02pep8David Baker1-0/+1
2015-04-02Add shared secret auth into register v2 and switch the script over.David Baker3-15/+63
2015-04-01Explain how I justified to myself making JsonResource not always send JSON.David Baker1-0/+7
2015-04-01Completely replace fallback auth for C/S V2:David Baker6-26/+280
2015-03-31Make docs a bit more trueDavid Baker1-1/+1
2015-03-31Grammar and deduplicationDavid Baker1-5/+4
2015-03-31pep8David Baker</