Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-07 | Fix bug where we did not correctly explode when multiple user_ids were set ↵ | Erik Johnston | 1 | -5/+10 | |
in macaroon | |||||
2016-06-20 | Bump version and changelog | Erik Johnston | 2 | -1/+16 | |
2016-06-17 | Add the create_profile method back since the tests use it | Mark Haines | 1 | -0/+6 | |
2016-06-17 | Add a comment on why we don't create a profile for upgrading users | Mark Haines | 1 | -0/+1 | |
2016-06-17 | Remove registered_users from the distributor. | Mark Haines | 5 | -33/+24 | |
The only place that was observed was to set the profile. I've made it so that the profile is set within store.register in the same transaction that creates the user. This required some slight changes to the registration code for upgrading guest users, since it previously relied on the distributor swallowing errors if the profile already existed. | |||||
2016-06-17 | Disable responding with canonical json for federation | Erik Johnston | 1 | -1/+1 | |
2016-06-17 | Enable use_frozen_events in tests | Erik Johnston | 1 | -0/+1 | |
2016-06-17 | Turn use_frozen_events off by default | Erik Johnston | 1 | -1/+1 | |
2016-06-17 | Only re-sign our own events | Erik Johnston | 2 | -12/+18 | |
2016-06-17 | Fix ``KeyError: 'msgtype'``. Use ``.get`` | Mark Haines | 1 | -14/+15 | |
Fixes a key error where the mailer tried to get the ``msgtype`` of an event t |