Commit Graph

4601 Commits (474274583f664cf3184958bff829d7b50224c9a6)
 

Author SHA1 Message Date
Mark Haines 474274583f Merge pull request #303 from matrix-org/markjh/twisted_debugging 9 years ago
Mark Haines 1941eb315d Enable stack traces for the demo scripts 9 years ago
Mark Haines 9020860479 Only turn on the twisted deferred debugging if full_twisted_stacktraces is set in the config 9 years ago
Mark Haines 32d66738b0 Fix pep8 warnings. 9 years ago
Mark Haines 7639c3d9e5 Bounce all deferreds through the reactor to make debugging easier. 9 years ago
Erik Johnston ff2b66f42e Merge pull request #301 from matrix-org/markjh/v2_filtering 9 years ago
Mark Haines 8897781558 update filtering tests 9 years ago
Mark Haines 2fa9e23e04 Update the v2 filters to support filtering presence and remove support for public/private user data 9 years ago
Erik Johnston 7ec9be9c53 Merge pull request #300 from matrix-org/erikj/store_engine 9 years ago
Erik Johnston 17c80c8a3d rename schema_prepare to prepare_database 9 years ago
Erik Johnston ec398af41c Expose error more nicely 9 years ago
Erik Johnston 40b6a5aad1 Split out the schema preparation and update logic into its own module 9 years ago
Erik Johnston 427943907f Merge pull request #299 from stevenhammerton/sh-cas-required-attribute 9 years ago
Steven Hammerton 739464fbc5 Add a comment to clarify why we split on closing curly brace when reading CAS attribute tags 9 years ago
Steven Hammerton 83b464e4f7 Unpack dictionary in for loop for nicer syntax 9 years ago
Steven Hammerton ab7f9bb861 Default cas_required_attributes to empty dictionary 9 years ago
Mark Haines 54cb509d64 Merge pull request #296 from matrix-org/markjh/eventstream_presence 9 years ago
Mark Haines 885301486c Merge pull request #297 from matrix-org/markjh/presence_races 9 years ago
Steven Hammerton 7f8fdc9814 Remove not required parenthesis 9 years ago
Steven Hammerton 01a5f1991c Support multiple required attributes in CAS response, and in a nicer config format too 9 years ago
Steven Hammerton 76421c496d Allow optional config params for a required attribute and it's value, if specified any CAS user must have the given attribute and the value must equal 9 years ago
Steven Hammerton 7845f62c22 Parse both user and attributes from CAS response 9 years ago
Matthew Hodgson 782f7fb489 add steve to authors 9 years ago
Erik Johnston a80ef851f7 Fix previous merge to s/version_string/user_agent/ 9 years ago
Erik Johnston 347aa3c225 Merge pull request #295 from stevenhammerton/sh-cas-auth 9 years ago
Steven Hammerton 95f7661170 Raise LoginError if CasResponse doensn't contain user 9 years ago
Steven Hammerton a9c299c0be Fix my broken line splitting 9 years ago
Steven Hammerton e52f4dc599 Use UserId to create FQ user id 9 years ago
Steven Hammerton 625e13bfde Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requests 9 years ago
Steven Hammerton 22112f8d14 Formatting changes 9 years ago
Steven Hammerton c33f5c1a24 Provide ability to login using CAS 9 years ago
Mark Haines 987803781e Fix some races in the synapse presence handler caused by not yielding on deferreds 9 years ago
Mark Haines 1b9802a0d9 Split the sections of EventStreamHandler.get_stream that handle presence 9 years ago
Mark Haines ce19fc0f11 Merge pull request #294 from matrix-org/markjh/initial_sync_archived_flag 9 years ago
Mark Haines 51ef725647 Use 'true' rather than '1' for archived flag 9 years ago
Mark Haines dc72021748 Add a flag to initial sync to indicate we want rooms that the user has left 9 years ago
David Baker 91482cd6a0 Use raw string for regex here, otherwise \b is the backspace character. Fixes displayname matching. 9 years ago
Daniel Wagner-Hall db6e1e1fe3 Merge pull request #292 from matrix-org/daniel/useragent 9 years ago
Mark Haines fac990a656 Merge pull request #293 from matrix-org/markjh/remove_spamy_error_logging 9 years ago
Mark Haines 93cc60e805 Remove log line that was generated whenever an error was created. We are now creating error objects that aren't raised so it's probably a bit too confusing to keep 9 years ago
Daniel Wagner-Hall 492beb62a8 Use space not dash as delimiter 9 years ago
Daniel Wagner-Hall e0b466bcfd Use space not dash as delimiter 9 years ago
Daniel Wagner-Hall 287c81abf3 Merge branch 'develop' into daniel/useragent 9 years ago
Daniel Wagner-Hall b28c7da0a4 Preserve version string in user agent 9 years ago
Daniel Wagner-Hall 8fc52bc56a Allow synapse's useragent to be customized 9 years ago
Erik Johnston 49ebd472fa Explicitly add Create event as auth event 9 years ago
Erik Johnston 40017a9a11 Add 'trusted_private_chat' to room creation presets 9 years ago
Erik Johnston a086b7aa00 Merge pull request #275 from matrix-org/erikj/invite_state 9 years ago
Erik Johnston 9c311dfce5 Also bundle in sender 9 years ago
Erik Johnston a38d36ccd0 Merge pull request #279 from matrix-org/erikj/unfederatable 9 years ago