Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-11-13 | wip - move support user logic into handler from storage | Neil Johnson | 5 | -140/+120 |
2018-11-13 | remove unneeded sql | Neil Johnson | 1 | -18/+0 |
2018-11-13 | fix boolean typing | Neil Johnson | 1 | -1/+1 |
2018-11-13 | remove errant prints | Neil Johnson | 1 | -3/+2 |
2018-11-13 | implementation and tests for db backed support user | Neil Johnson | 11 | -79/+129 |
2018-11-13 | add db support for support user | Neil Johnson | 2 | -0/+38 |
2018-11-12 | move to db backed support user | Neil Johnson | 5 | -14/+45 |
2018-11-08 | remove white space | Neil Johnson | 1 | -1/+1 |
2018-11-08 | tiday up cruft | Neil Johnson | 5 | -9/+5 |
2018-11-07 | fix case where auto creation of rooms should never auto create for support user | Neil Johnson | 2 | -9/+32 |
2018-11-07 | replace filter with list comp to aid py2 py3 compat, make test more paranoid | Neil Johnson | 2 | -5/+12 |
2018-11-06 | update description due to change in desired behaviour | Neil Johnson | 1 | -1/+1 |
2018-11-06 | remove unused import | Neil Johnson | 1 | -1/+0 |
2018-11-06 | remove unused dependency | Neil Johnson | 1 | -1/+0 |
2018-11-06 |