Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-01-12 | Correctly reraise exception | Erik Johnston | 1 | -2/+4 |
2018-01-12 | Make Responder a context manager | Erik Johnston | 2 | -9/+10 |
2018-01-12 | Add missing class var | Erik Johnston | 1 | -0/+3 |
2018-01-12 | Remove unnecessary condition | Erik Johnston | 1 | -4/+1 |
2018-01-12 | Remove unused variables | Erik Johnston | 1 | -3/+0 |
2018-01-12 | Make class var local | Erik Johnston | 1 | -3/+3 |
2018-01-12 | Comments | Erik Johnston | 3 | -15/+65 |
2018-01-10 | Do bcrypt hashing in a background thread | Erik Johnston | 3 | -10/+18 |
2018-01-10 | fix order of operations derp and also use `.get` to default to {} | Michael Telatynski | 1 | -2/+3 |
2018-01-10 | Fix publicised groups API (singular) over federation | Michael Telatynski | 1 | -4/+4 |
2018-01-09 | Update http request metrics before calling servlet | Richard van der Hoff | 1 | -11/+19 |
2018-01-09 | Add StorageProvider concept | Erik Johnston | 3 | -9/+162 |
2018-01-09 | Make PreviewUrlResource use MediaStorage | Erik Johnston | 2 | -8/+14 |
2018-01-09 |