Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-05-09 | Add cache to get_user_by_id | Erik Johnston | 1 | -0/+3 |
2016-05-06 | Remove unused import | Erik Johnston | 1 | -1/+1 |
2016-05-06 | Pull loop one level up | Erik Johnston | 1 | -36/+41 |
2016-05-06 | Queue events for persistence | Erik Johnston | 1 | -11/+144 |
2016-05-06 | Pull prev txn from in memory | Erik Johnston | 1 | -5/+13 |
2016-05-06 | Don't needlessly enter transaction | Erik Johnston | 1 | -9/+9 |
2016-05-06 | Reduce database inserts when sending transactions | Erik Johnston | 2 | -45/+114 |
2016-05-05 | Rename openid/token to openid/request_token | Mark Haines | 1 | -2/+2 |
2016-05-05 | Don't warn | Erik Johnston | 1 | -2/+0 |
2016-05-05 | Add an openidish mechanism for proving to third parties that you own a given ... | Mark Haines | 7 | -2/+193 |
2016-05-05 | Add some log information at returned replication streams | Erik Johnston | 1 | -0/+11 |
2016-05-05 | Add bulk fetch storage API | Erik Johnston | 3 | -11/+26 |
2016-05-04 | Add primary key | Erik Johnston | 1 | -1/+1 |
2016-05-04 | Add timestamp and auto incrementing ID | Erik Johnston | 4 | -1/+10 |
2016-05-04 |