- Jun 26, 2019
-
-
jon r authored
This points the reverse links at the intended location.
-
Richard van der Hoff authored
Fixes #4901
-
- Jun 25, 2019
-
-
Amber Brown authored
-
Andrew Morgan authored
* master: Fix broken link in MSC1711 FAQ Update changelog to better expain password reset change (#5545)
-
Andrew Morgan authored
* release-v1.0.0: Update changelog to better expain password reset change (#5545)
-
Andrew Morgan authored
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.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #3370.
-
Richard van der Hoff authored
Python 3.7 is apparently faster than 3.6, and should be mature enough.
-
- Jun 24, 2019
-
-
Andrew Morgan authored
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
-
Andrew Morgan authored
Fixes #5533 Adds information about how to install and run black on the codebase.
-
Richard van der Hoff authored
Add --data-dir and --open-private-ports options.
-
Richard van der Hoff authored
Stop conflating generated config and default config
-
Richard van der Hoff authored
Cleanups and sanity-checking in cpu and db metrics
-
Brendan Abolivier authored
Split public rooms directory auth config in two
-
Brendan Abolivier authored
-
Erik Johnston authored
Fix /messages on workers when no from param specified.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This is helpful when generating a config file for running synapse under docker.
-
Richard van der Hoff authored
We don't necessarily want to put the data in the cwd.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It's too confusing.
-
Richard van der Hoff authored
This will enable us to skip the unintuitive behaviour where the generated config and default config are the same thing.
-
Richard van der Hoff authored
Allow configuration of the path used for ACME account keys.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This is no longer used and only serves to confuse.
-
Richard van der Hoff authored
Because sticking it in the same place as the config isn't necessarily the right thing to do.
-
Richard van der Hoff authored
* Pull config_dir_path and data_dir_path calculation out of read_config_files * Pass config_dir_path and data_dir_path into read_config
-
Richard van der Hoff authored
This makes some of the conditional-import hoop-jumping easier.
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
If no `from` param is specified we calculate and use the "current token" that inlcuded typing, presence, etc. These are unused during pagination and are not available on workers, so we simply don't calculate them.
-
Richard van der Hoff authored
Sentry will catch the errors if they happen, so that should be good enough, and woun't make things explode if we hit the error condition.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Use monotonic clock where possible for metrics
-
- Jun 22, 2019
-
-
Richard van der Hoff authored
This has no useful purpose on python3, and is generally a source of confusion.
-