| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate presence from hotfixes (#3694) | Amber Brown | 2018-08-18 | 1 | -0/+72 |
* | Remove old tests. | Erik Johnston | 2016-02-18 | 1 | -412/+0 |
* | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 1 | -8/+10 |
* | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -3/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Return non-room events from guest /events calls | Daniel Wagner-Hall | 2015-11-12 | 1 | -0/+3 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -1/+8 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -4/+6 |
* | Support clients supplying older tokens, fix short poll test | Mark Haines | 2015-10-30 | 1 | -2/+2 |
* | Move NullSource out of synapse and into tests since it is only used by the tests | Mark Haines | 2015-09-22 | 1 | -1/+17 |
* | s/user_id/user/g for consistency | Daniel Wagner-Hall | 2015-09-01 | 1 | -2/+2 |
* | Attempt to validate macaroons | Daniel Wagner-Hall | 2015-08-26 | 1 | -4/+4 |
* | Stop looking up "admin", which we never read | Daniel Wagner-Hall | 2015-08-25 | 1 | -2/+0 |
* | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -2/+0 |
* | s/by_token/by_access_token/g | Daniel Wagner-Hall | 2015-08-20 | 1 | -4/+4 |
* | Add receipts_key to StreamToken | Erik Johnston | 2015-07-02 | 1 | -2/+2 |
* | Fix the presence tests | Mark Haines | 2015-05-22 | 1 | -2/+2 |
* | Merge pull request #157 from matrix-org/markjh/presence_performance | Mark Haines | 2015-05-22 | 1 | -0/+3 |
|\ |
|
| * | Fix the presence tests | Mark Haines | 2015-05-20 | 1 | -0/+3 |
* | | Oops, get_rooms_for_user returns a namedtuple, not a room_id | Mark Haines | 2015-05-21 | 1 | -1/+6 |
|/ |
|
* | Discard unused NotifierUserStreams | Mark Haines | 2015-05-13 | 1 | -0/+1 |
* | Don't bother checking for updates if the stream token hasn't advanced for a user | Mark Haines | 2015-05-13 | 1 | -5/+10 |
* | Fix tests | David Baker | 2015-03-24 | 1 | -3/+3 |
* | Fix tests | Erik Johnston | 2015-03-09 | 1 | -4/+4 |
* | Fix unit tests | Kegan Dougal | 2015-02-27 | 1 | -0/+3 |
* | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-11 | 1 | -18/+7 |
|\ |
|
| * | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -18/+7 |
* | | Modify auth.get_user_by_req for authing appservices directly. | Kegan Dougal | 2015-02-09 | 1 | -0/+3 |
|/ |
|
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -0/+2 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -9/+10 |
* | Merge rest servlets into the client json resource object | Mark Haines | 2015-01-23 | 1 | -3/+6 |
* | Move client rest tests back under rest | Mark Haines | 2015-01-22 | 1 | -0/+372 |