summary refs log tree commit diff
path: root/changelog.d/5321.bugfix (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-141.13.0rc2Richard van der Hoff5-4/+17
2020-05-14Stop `get_joined_users` corruption from custom statuses (#7376)Richard van der Hoff3-2/+52
Fix a bug where the `get_joined_users` cache could be corrupted by custom status events (or other state events with a state_key matching the user ID). The bug was introduced by #2229, but has largely gone unnoticed since then. Fixes #7099, #7373.
2020-05-13Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke4-65/+29
This backs out some of the validation for the client dictionary and logs if this changes during a user interactive authentication session instead.
2020-05-13Fix new flake8 errors (#7489)Patrick Cloke7-12/+19
This is a cherry-pick of 1a1da60ad2c9172fe487cd38a164b39df60f4cb5 (#7470) to the release-v1.13.0 branch.
2020-05-11Don't UPGRADE database rows v1.13.0rc1Andrew Morgan1-1/+1
2020-05-11RST indentingAndrew Morgan1-2/+2
2020-05-11Put rollback instructions in upgrade notesAndrew Morgan1-0/+19
2020-05-11Fix changelog typoAndrew Morgan1-1/+1
2020-05-11Oh yeah, RSTAndrew Morgan1-2/+1
2020-05-11Absolute URL it is thenAndrew Morgan1-1/+2
2020-05-11Fix upgrade notes linkAndrew Morgan1-1/+1
2020-05-11Provide summary of upgrade issues in changelog. Fix )Andrew Morgan2-12/+33
2020-05-11Move next version notes from changelog to upgrade notesAndrew Morgan2-14/+15
2020-05-11Changelog fixesAndrew Morgan1-3/+3
2020-05-111.13.0rc1Andrew Morgan144-143/+139
2020-05-11Documentation on setting up redis (#7446)Neil Johnson2-60/+108
2020-05-08Rework UI Auth session validation for registration (#7455)Patrick Cloke6-102/+280
Be less strict about validation of UI authentication sessions during registration to match client expecations.
2020-05-07Fix errors from malformed log line (#7454)Richard van der Hoff2-1/