summary refs log tree commit diff
path: root/test_postgresql.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-12Blow up config if opentracing is missing (#5985)Jorik Schellekens2-0/+8
* Blow up config if opentracing is missing
2019-09-11Ensure support users can be registered even if MAU limit is reachedJason Robinson3-2/+28
This allows support users to be created even on MAU limits via the admin API. Support users are excluded from MAU after creation, so it makes sense to exclude them in creation - except if the whole host is in disabled state. Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-09-11Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976)Andrew Morgan6-35/+238
This is a redo of https://github.com/matrix-org/synapse/pull/5897 but with `id_access_token` accepted. Implements [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134) plus Identity Service v2 authentication ala [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140). Identity lookup-related functions were also moved from `RoomMemberHandler` to `IdentityHandler`.
2019-09-11Clean up some code in the retry logic (#6017)Richard van der Hoff3-36/+14
* remove some unused code * make things which were constants into constants for efficiency and clarity
2019-09-11Update sample configErik Johnston1-1/+1
2019-09-11Add note about extra arg to send_membership_event, remove arg in ↵Andrew Morgan2-10/+3
remote_reject_invite (#6009) Some small fixes to `room_member.py` found while doing other PRs. 1. Add requester to the base `_remote_reject_invite` method. 2. `send_membership_event`'s docstring was out of date and took in a `remote_room_hosts` arg that was not used and no calling function provided.
2019-09-11Check dependencies on setup in the nicer way. (#5989)Jorik Schellekens4-28/+20
2019-09-11Fix commentsErik Johnston4-5/+5
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2019-09-11Fix existing v2 identity server calls (MSC2140) (#6013)Andrew Morgan2-2