Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-16 | Oops, left debugging in. | David Baker | 1 | -6/+0 |
2015-04-16 | Return user ID in use error straight away | David Baker | 4 | -66/+88 |
2015-04-15 | Dummy login so we can do the first POST request to get login flows without it... | David Baker | 4 | -7/+24 |
2015-04-15 | Regstration with email in v2 | David Baker | 6 | -29/+123 |
2015-04-02 | Add app service auth back in to v2 register | David Baker | 2 | -5/+8 |
2015-04-02 | Throw sensible errors on not-json when allowing empty body | David Baker | 1 | -1/+4 |
2015-04-02 | pep8 | David Baker | 1 | -0/+1 |
2015-04-02 | Add shared secret auth into register v2 and switch the script over. | David Baker | 3 | -15/+63 |
2015-04-01 | Explain how I justified to myself making JsonResource not always send JSON. | David Baker | 1 | -0/+7 |
2015-04-01 | Completely replace fallback auth for C/S V2: | David Baker | 6 | -26/+280 |
2015-03-31 | Make docs a bit more true | David Baker | 1 | -1/+1 |
2015-03-31 | Grammar and deduplication | David Baker | 1 | -5/+4 |
2015-03-31 | pep8 | David Baker | 3 | -4/+5 |
2015-03-30 |