- May 20, 2019
-
-
Erik Johnston authored
-
Richard van der Hoff authored
This reverts commit ce5bcefc. This caused: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/synapse/src/synapse/app/client_reader.py", line 32, in <module> from synapse.replication.slave.storage import SlavedProfileStore ImportError: cannot import name 'SlavedProfileStore' from 'synapse.replication.slave.storage' (/home/synapse/src/synapse/replication/slave/storage/__init__.py) error starting synapse.app.client_reader('/home/synapse/config/workers/client_reader.yaml') (exit code: 1); see above for logs ```
-
Richard van der Hoff authored
Implements MSC1884
-
Erik Johnston authored
Rename relation types to match MSC
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Land basic reaction and edit support.
-
Erik Johnston authored
-
Erik Johnston authored
Correctly update aggregation counts after redaction
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add basic editing support
-
ReidAnderson authored
-
- May 17, 2019
-
-
Erik Johnston authored
As users aren't allowed to react with the same emoji more than once.
-
bytepoets-blo authored
* fix mapping of return values for get_or_register_3pid_guest
-
Erik Johnston authored
Make generating SQL bounds for pagination generic
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
* expose SlavedProfileStore to ClientReaderSlavedStore
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?)
-
Brendan Abolivier authored
Add an option to disable per-room profiles
-
- May 16, 2019
-
-
PauRE authored
-
David Baker authored
Re-order registration stages to do msisdn & email auth last
-
Erik Johnston authored
-
Erik Johnston authored
Add relation aggregation APIs
-
Erik Johnston authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Matthew Hodgson authored
-
David Baker authored
Merge pull request #5187 from matrix-org/dbkr/only_check_threepid_not_in_use_if_actually_registering Only check 3pids not in use when registering
-
Erik Johnston authored
-