| Commit message (Collapse) | Author | Files | Lines |
|
|
|
Closes #4583
Does slightly less than #5045, which prevented a room from being upgraded multiple times, one after another. This PR still allows that, but just prevents two from happening at the same time.
Mostly just to mitigate the fact that servers are slow and it can take a moment for the room upgrade to actually complete. We don't want people sending another request to upgrade the room when really they just thought the first didn't go through.
|
|
|
|
|
|
|
|
Fixes #3370.
|
|
Python 3.7 is apparently faster than 3.6, and should be mature enough.
|
|
Updates the v1.0.0 changelog to provide more information to those upgrading to v1.0 on why they may receive errors or find their password reset abilities have now been disabled.
Helps address #5444
|
|
Fixes #5533
Adds information about how to install and run black on the codebase.
|
|