summary refs log tree commit diff
path: root/synapse/rest (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-28FIXUP: Making get_event_context a bit more paranoidDavid Teller2-2/+2
2021-01-28FIXUP: Removing awaitableDavid Teller1-3/+3
2021-01-28FIXUP: DocDavid Teller1-0/+6
2021-01-28FIXUP: Now testing that the user is admin!David Teller3-6/+38
2021-01-28FIXUP: Don't filter events at all for admin/v1/rooms/.../context/...David Teller2-25/+10
2021-01-28FIXUP: Documenting /_synapse/admin/v1/rooms/<room_id>/context/<event_id>David Teller1-0/+119
2021-01-28New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller6-8/+136
2021-01-27Add notes on integrating with Facebook for SSO login. (#9244)Richard van der Hoff2-5/+49
2021-01-27Update debian changelog. v1.26.0-deb release-v1.26.0Patrick Cloke1-2/+6
2021-01-27Check if a user is in the room before sending a PowerLevel event on their beh...Pankaj Yadav2-1/+12
2021-01-27Move note above changes. v1.26.0Patrick Cloke1-2/+2
2021-01-27Clean-up the template loading code. (#9200)Patrick Cloke12-38/+96
2021-01-27Copy the upgrade note to 1.26.0.Patrick Cloke1-3/+7
2021-01-271.26.0Patrick Cloke2-1/+7
2021-01-27Add a note to changelog about redis usage (#9227)Erik Johnston3-1/+11
2021-01-27Implement MSC2858 support (#9183)Richard van der Hoff9-21/+230
2021-01-27Pass a dict, instead of None, to modules if a None config is specified in the...Andrew Morgan2-1/+3
2021-01-26Add type hints to various handlers. (#9223)Patrick Cloke14-138/+205
2021-01-26Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke5-16/+10
2021-01-26Precompute joined hosts and store in Redis (#9198)Erik Johnston11-49/+265
2021-01-26Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke3-10/+64
2021-01-26Update isort to v5.7.0 (#9222)Andrew Morgan2-1/+2
2021-01-26Periodically send pings to detect dead Redis connections (#9218)Erik Johnston4-57/+107
2021-01-26Fix get forward extremities queryJason Robinson1-1/+1
2021-01-26Make natural join inner joinJason Robinson1-2/+2
2021-01-25Don't error if deleting a non-existent pusher. (#9121)Patrick Cloke2-1/+4
2021-01-25Add an admin API for shadow-banning users. (#9209)Patrick Cloke8-7/+164
2021-01-25Fix Python 3.5 old deps build by using a compatible pip version. (#9217)Patrick Cloke3-8/+11
2021-01-25Fix Python 3.5 old deps build by using a compatible pip version. (#9217)Patrick Cloke3-8/+11
2021-01-25Tweak changes. v1.26.0rc2Patrick Cloke1-2/+2
2021-01-251.26.0rc2Patrick Cloke7-6/+18
2021-01-25Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke4-16/+242
2021-01-23Add depth and received_ts to forward_extremities admin API responseJason Robinson2-2/+9
2021-01-22Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston3-1/+14
2021-01-22Bump psycopg2 version (#9204)Erik Johnston3-3/+4
2021-01-21Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke4-82/+183
2021-01-21Align the directories linted in CI with the defaults in scripts-dev/lint.sh (...Andrew Morgan3-2/+5
2021-01-21Speed up chain cover calculation (#9176)Erik Johnston3-55/+161
2021-01-21Increase perf of handling concurrent use of StreamIDGenerators. (#9190)Erik Johnston2-8/+14
2021-01-21Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston3-1/+20
2021-01-21Fix receipts or account data not being sent down sync (#9193)Erik Johnston5-7/+62
2021-01-21Use execute_batch in more places (#9188)Erik Johnston12-31/+26
2021-01-21Add tests for List Users Admin API (#9045)Dirk Klimpel3-30/+215
2021-01-21Add a check for duplicate IdP ids (#9184)Richard van der Hoff2-0/+12
2021-01-21Prefix idp_id with "oidc-" (#9189)Richard van der Hoff4-9/+35
2021-01-21Use execute_batch instead of executemany in places (#9181)Erik Johnston3-12/+12
2021-01-20Specify that the long description is rST in the package metadata. (#9180)Patrick Cloke2-0/+2
2021-01-20Fix a typo in the release notes.Patrick Cloke1-1/+1
2021-01-20Fix reStructuredText formatting.Patrick Cloke1-1/+1
2021-01-20Point people to the upgrade notes. v1.26.0rc1Patrick Cloke1-0/+4
2021-01-20Formatting.Patrick Cloke1-1/+1
2021-01-20SQL formatting in UPGRADE.Patrick Cloke1-0/+4
2021-01-20Add upgrade notes about chain cover.Patrick Cloke1-8/+12
2021-01-20Include upgrade notes.Patrick Cloke1-0/+42
2021-01-20Re-run towncrier.Patrick Cloke4-4/+2
2021-01-20Tighten the restrictions on `idp_id` (#9177)Richard van der Hoff2-3/+10
2021-01-20Support icons for Identity Providers (#9154)Richard van der Hoff19-91/+146
2021-01-20Various improvements to the federation client. (#9129)Patrick Cloke2-58/+68
2021-01-20docs: Add link to Matrix VoIP tester for turn-howto (#9135)rht2-0/+7
2021-01-20Give `public_baseurl` a default value (#9159)Richard van der Hoff14-83/+48
2021-01-20Reword confusing sentence in CHANGES.Patrick Cloke1-1/+1
2021-01-20Fix tenses in CHANGES.Patrick Cloke1-5/+5
2021-01-20Re-arrange CHANGES.md.Patrick Cloke1-10/+10
2021-01-201.26.0rc1Patrick Cloke76-75/+83
2021-01-20Use the account handler in additional places. (#9166)Patrick Cloke3-2/+5
2021-01-19Validate the server name for the /publicRooms endpoint. (#9161)Patrick Cloke2-2/+18
2021-01-19Replace 'perspectives' config block with 'trusted_key_servers' in docker home...Andrew Morgan2-6/+5
2021-01-19Fix error messages from OIDC config parsing (#9153)Richard van der Hoff2-10/+16
2021-01-18Quote pip install with brackets to avoid shell interpretation. (#9151)Patrick Cloke3-2/+3
2021-01-18Allow moving account data and receipts streams off master (#9104)Erik Johnston27-280/+855
2021-01-18Enforce all replication HTTP clients calls use kwargs (#9144)Erik Johnston2-1/+2
2021-01-18Properly raise an exception when the body exceeds the max size. (#9145)Patrick Cloke3-2/+3
2021-01-18Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff9-86/+189
2021-01-18Fix the Python 3.5 old-deps build. (#9146)Patrick Cloke2-0/+4
2021-01-18Ensure the user ID is serialized in the payload instead of used as an instanc...Patrick Cloke2-1/+2
2021-01-18link to the scalability blog post from workers.mdMatthew Hodgson1-0/+3
2021-01-15Fix test failure due to bad mergeRichard van der Hoff1-1/+3
2021-01-15Make chain cover index bg update go faster (#9124)Erik Johnston3-181/+366
2021-01-15Ensure we store pusher data as text (#9117)Richard van der Hoff2-3/+3
2021-01-15Land support for multiple OIDC providers (#9110)Richard van der Hoff7-382/+456
2021-01-15Add an admin API endpoint to protect media. (#9086)Patrick Cloke4-18/+79
2021-01-15Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke4-3/+115
2021-01-15Remote dependency on distutils (#9125)Richard van der Hoff6-8/+33
2021-01-15Add type hints to media rest resources. (#9093)Patrick Cloke13-165/+286
2021-01-15Improve UsernamePickerTestCase (#9112)Richard van der Hoff5-125/+114
2021-01-15Store an IdP ID in the OIDC session (#9109)Richard van der Hoff4-10/+42
2021-01-15Add some extra notes for getting Synapse running on macOS. (#8997)Eric Eastwood4-1/+25
2021-01-14Fix event chain bg update. (#9118)Erik Johnston3-1/+10
2021-01-14Fix perf of get_cross_signing_keys (#9116)Erik Johnston3-14/+30
2021-01-14Fix chain cover background update to work with split out event persisters (#9...Erik Johnston5-29/+38
2021-01-14Fix get destinations to catch up query. (#9114)Erik Johnston2-13/+12
2021-01-14Add background update for add chain cover index (#9029)Erik Johnston7-18/+360