Commit Graph

1325 Commits (87b111f96a244cd212e8fff7f1a0f661fdd8073e)

Author SHA1 Message Date
Neil Johnson 0b01281e77 move threepid checker to config, add missing yields 6 years ago
Neil Johnson 09f3cf1a7e ensure post registration auth checks do not fail erroneously 6 years ago
Neil Johnson ea068d6f3c fix bug where preserved threepid user comes to sign up and server is mau blocked 6 years ago
Richard van der Hoff f7bf181a90 fix another consent encoding fail 6 years ago
Richard van der Hoff f7baff6f7b Fix 500 error from /consent form 6 years ago
Will Hunt f89f6b7c09 Allow guests to access /rooms/:roomId/event/:eventId 6 years ago
Amber Brown 324525f40c
Port over enough to get some sytests running on Python 3 (#3668) 6 years ago
Amber Brown c334ca67bb
Integrate presence from hotfixes (#3694) 6 years ago
Amber Brown 04f5d2db62
Remove v1/register's broken shared secret functionality (#3703) 6 years ago
Will Hunt c151b32b1d Add GET media/v1/config (#3184) 6 years ago
Matthew Hodgson 762a758fea lazyload aware /messages (#3589) 6 years ago
Matthew Hodgson 3f543dc021 initial cut at a room summary API (#3574) 6 years ago
Matthew Hodgson 2f78f432c4 speed up /members and add at= and membership params (#3568) 6 years ago
Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 6 years ago
Erik Johnston 360ba89c50 Don't fail requests to unbind 3pids for non supporting ID servers 6 years ago
Richard van der Hoff 0bf5ec0db7 Check room visibility for /event/ requests 6 years ago
Richard van der Hoff 018d75a148 Refactor code for turning HttpResponseException into SynapseError 6 years ago
Amber Brown da7785147d
Python 3: Convert some unicode/bytes uses (#3569) 6 years ago
Serban Constantin 70af98e361
return NotFoundError if room not found 6 years ago
Matthew Hodgson e9b2d047f6
make /context lazyload & filter aware (#3567) 6 years ago
Richard van der Hoff 03751a6420 Fix some looping_call calls which were broken in #3604 6 years ago
Richard van der Hoff 371da42ae4 Wrap a number of things that run in the background 6 years ago
Amber Brown e1a237eaab
Admin API for creating new users (#3415) 6 years ago
Amber Brown a97c845271
Move v1-only APIs into their own module & isolate deprecated ones (#3460) 6 years ago
Erik Johnston bacdf0cbf9 Move RoomContextHandler out of Handlers 6 years ago
Erik Johnston 8cb8df55e9 Split MessageHandler into read only and writers 6 years ago
Amber Brown bc006b3c9d
Refactor REST API tests to use explicit reactors (#3351) 6 years ago
Krombel 78a9ddcf9a rerun isort with latest version 6 years ago
Krombel 4a27000548 check isort by travis 6 years ago
Amber Brown 8a4f05fefb
Fix develop because I broke it :( (#3535) 6 years ago
Amber Brown a2374b2c7f
fix sytests 6 years ago
Amber Brown 33b60c01b5
Make auth & transactions more testable (#3499) 6 years ago
Krombel 516f960ad8 add changelog 6 years ago
Krombel 3366b9c534 rename assert_params_in_request to assert_params_in_dict 6 years ago
Krombel 32fd6910d0 Use parse_{int,str} and assert from http.servlet 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Amber Brown 6350bf925e
Attempt to be more performant on PyPy (#3462) 7 years ago
Matthew Hodgson 9570aa82eb update doc for deactivate API 7 years ago
Matthew Hodgson 1e788db430 add GDPR erase param to deactivate API 7 years ago
Erik Johnston 244484bf3c Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"" 7 years ago
Richard van der Hoff 1d009013b3 Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" 7 years ago
Amber Brown 77ac14b960
Pass around the reactor explicitly (#3385) 7 years ago
Amber Brown a61738b316
Remove run_on_reactor (#3395) 7 years ago
Richard van der Hoff f1023ebf4b mark accounts as erased when requested 7 years ago
Richard van der Hoff f4caf3f83d fix log 7 years ago
Richard van der Hoff 0546715c18 Fix event-purge-by-ts admin API 7 years ago
Richard van der Hoff 7e15410f02 Enforce the specified API for report_event 7 years ago
Amber Brown c936a52a9e
Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 7 years ago
David Baker 9700d15611 pep8 7 years ago
David Baker b3bff53178 Unbind 3pids when they're deleted too 7 years ago