| Commit message (Expand) | Author | Files | Lines |
2015-10-13 | Expose error more nicely | Erik Johnston | 6 | -9/+5 |
2015-10-13 | Split out the schema preparation and update logic into its own module | Erik Johnston | 4 | -377/+402 |
2015-10-12 | Add a comment to clarify why we split on closing curly brace when reading CAS... | Steven Hammerton | 1 | -0/+5 |
2015-10-12 | Unpack dictionary in for loop for nicer syntax | Steven Hammerton | 1 | -4/+4 |
2015-10-12 | Default cas_required_attributes to empty dictionary | Steven Hammerton | 1 | -1/+1 |
2015-10-12 | Remove not required parenthesis | Steven Hammerton | 1 | -1/+1 |
2015-10-12 | Support multiple required attributes in CAS response, and in a nicer config f... | Steven Hammerton | 2 | -22/+10 |
2015-10-12 | Allow optional config params for a required attribute and it's value, if spec... | Steven Hammerton | 2 | -1/+30 |
2015-10-12 | Parse both user and attributes from CAS response | Steven Hammerton | 1 | -26/+38 |
2015-10-10 | add steve to authors | Matthew Hodgson | 1 | -1/+4 |
2015-10-10 | Fix previous merge to s/version_string/user_agent/ | Erik Johnston | 1 | -2/+2 |
2015-10-10 | Raise LoginError if CasResponse doensn't contain user | Steven Hammerton | 1 | -1/+1 |
2015-10-10 | Fix my broken line splitting | Steven Hammerton | 1 | -4/+6 |
2015-10-10 | Use UserId to create FQ user id | Steven Hammerton | 1 | -1/+1 |
2015-10-10 | Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requ... | Steven Hammerton | 2 | -24/+44 |
2015-10-10 | Formatting changes | Steven Hammerton | 2 | -6/+14 |
2015-10-10 | Provide ability to login using CAS | Steven Hammerton | 4 | -2/+135 |
2015-10-09 | Fix some races in the synapse presence handler caused by not yielding on defe... | Mark Haines | 1 | -3/+8 |
2015-10-09 | Split the sections of EventStreamHandler.get_stream that handle presence | Mark Haines | 1 | -35/+52 |
2015-10-08 | Use 'true' rather than '1' for archived flag | Mark Haines | 1 | -1/+1 |
2015-10-08 | Add a flag to initial sync to indicate we want rooms that the user has left | Mark Haines | 2 | -6/+11 |
2015-10-08 | Use raw string for regex here, otherwise \b is the backspace character. Fixes... | David Baker | 1 | -1/+1 |
2015-10-06 | Remove log line that was generated whenever an error was created. We are now ... | Mark Haines | 1 | -1/+0 |
2015-10-06 | Use space not dash as delimiter | Daniel Wagner-Hall | 1 | -1/+1 |
2015-10-06 | Use space not dash as delimiter | Daniel Wagner-Hall | 1 | -1/+1 |
2015-10-05 | Preserve version string in user agent | Daniel Wagner-Hall | 2 | -4/+4 |
2015-10-02 | Allow synapse's useragent to be customized | Daniel Wagner-Hall | 2 | -6/+10 |
2015-10-02 | Explicitly add Create event as auth event | Erik Johnston | 1 | -2/+3 |
2015-10-02 | Add 'trusted_private_chat' to room creation presets | Erik Johnston | 2 | -0/+6 |
2015-10-02 | Also bundle in sender | Erik Johnston | 1 | -0/+1 |
2015-10-01 | Validate the receipt type before passing it on to the receipt handler | Kegan Dougal | 1 | -0/+4 |
2015-10-01 | Don't change cwd in synctl | Erik Johnston | 1 | -2/+2 |
2015-09-30 | Remove double indentation | Erik Johnston | 1 | -7/+6 |
2015-09-30 | Comment | Erik Johnston | 1 | -0/+8 |
2015-09-30 | Rename var | Erik Johnston | 1 | -3/+3 |
2015-09-24 | Fix restart | Daniel Wagner-Hall | 1 | -2/+2 |
2015-09-24 | Allow config file path to be configurable in in synctl | Daniel Wagner-Hall | 1 | -24/+26 |
2015-09-24 | Fix order of ON constraints in _get_rooms_for_user_where_membership_is_txn | Mark Haines | 1 | -6/+6 |
2015-09-23 | Fix scripts-dev/definitions.py argparse options | Mark Haines | 1 | -1/+1 |
2015-09-23 | Remove unused _execute_and_decode from scripts/synapse_port_db | Mark Haines | 1 | -2/+0 |
2015-09-23 | synapse/storage/state.py: _make_group_id was unused | Mark Haines | 1 | -6/+0 |
2015-09-23 | Remove unused functions from synapse/storage/signatures.py | Mark Haines | 1 | -112/+0 |
2015-09-23 | synapse/storage/roommember.py:_get_members_query was unused | Mark Haines | 1 | -6/+0 |
2015-09-23 | Remove unused functions from synapse/storage/events.py | Mark Haines | 1 | -11/+0 |
2015-09-23 | Remove unused functions from synapse/storage/event_federation.py | Mark Haines | 1 | -71/+0 |
2015-09-23 | synapse/storage/_base.py:_simple_max_id was unused | Mark Haines | 1 | -18/+0 |
2015-09-23 | synapse/storage/_base.py:_simple_delete was unused | Mark Haines | 1 | -10/+0 |
2015-09-23 | synapse/storage/_base.py:_simple_selectupdate_one was unused | Mark Haines | 2 | -51/+0 |
2015-09-23 | synapse/state.py:_get_state_key_from_event was unused | Mark Haines | 1 | -4/+0 |
2015-09-23 | synapse/handlers/room.py:_should_invite_join was unused | Mark Haines | 1 | -26/+0 |
2015-09-23 | synapse/handlers/federation.py:_handle_auth_events was unused | Mark Haines | 1 | -49/+0 |
2015-09-23 | Use argparse for definition finder | Mark Haines | 1 | -26/+38 |
2015-09-23 | Set m.room.canonical_alias on room creation. | Erik Johnston | 1 | -1/+11 |
2015-09-23 | |