Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix v2_alpha registration. Add unit tests. | Kegan Dougal | 2015-07-28 | 1 | -0/+132 | |
| | | | | | | | | V2 Registration forced everyone (including ASes) to create a password for a user, when ASes should be able to omit passwords. Also unbreak AS registration in general which checked too early if the given username was claimed by an AS; it was checked before knowing if the AS was the one doing the registration! Add unit tests for AS reg, user reg and disabled_registration flag. | |||||
* | Fix test. | Erik Johnston | 2015-07-07 | 1 | -1/+11 | |
| | ||||||
* | 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 | |
|\ | | | | | Improve presence performance in loadtest | |||||
| * | 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 | |
| | ||||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 4 | -13/+13 | |
|\ | ||||||
| * | Merge branch 'develop' into csauth | David Baker | 2015-04-17 | 1 | -2/+5 | |
| |\ | ||||||
| * | | Fix tests | David Baker | 2015-03-24 | 4 | -13/+13 | |
| | | | ||||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-17 | 1 | -2/+5 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Various minor fixes to unit-test structure around typing notifications | Paul "LeoNerd" Evans | 2015-04-15 | 1 | -2/+4 | |
| | | | ||||||
| * | | Have TypingNotificationEventSource.get_new_events_for_user() return a ↵ | Paul "LeoNerd" Evans | 2015-04-15 | 1 | -1/+2 | |
| |/ | | | | | | | deferred, for consistency and extensibility | |||||
* / | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -9/+0 | |
|/ | ||||||
* | Fix tests | Erik Johnston | 2015-03-09 | 1 | -4/+4 | |
| | ||||||
* | Fix unit tests | Kegan Dougal | 2015-02-27 | 1 | -0/+3 | |
| | ||||||
* | Update tests | Erik Johnston | 2015-02-19 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-11 | 6 | -141/+34 | |
|\ | ||||||
| * | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 6 | -141/+34 | |
| | | | | | | | | setup_test_homeserver function in utils. | |||||
* | | Modify auth.get_user_by_req for authing appservices directly. | Kegan Dougal | 2015-02-09 | 2 | -1/+6 | |
|/ | | | | | | Add logic to map the appservice token to the autogenned appservice user ID. Add unit tests for all forms of get_user_by_req (user/appservice, valid/bad/missing tokens) | |||||
* | Merge in auth changes from develop | Mark Haines | 2015-01-29 | 1 | -0/+1 | |
| | ||||||
* | Merge changes from develop | Mark Haines | 2015-01-29 | 4 | -2/+12 | |
|\ | ||||||
| * | Merge pull request #36 from matrix-org/device_id_from_access_token | Mark Haines | 2015-01-28 | 4 | -2/+12 | |
| |\ | | | | | | | Extract the device id and token id from the access token when autheniticating users | |||||
| | * | Extract the id token of the token when authing users, include the token and ↵ | Mark Haines | 2015-01-28 | 3 | -0/+10 | |
| | | | | | | | | | | | | device_id in the internal meta data for the event along with the transaction id when sending events | |||||
| | * | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 2 | -2/+2 | |
| | | | ||||||
* | | | More unit-testing of REST errors | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -1/+35 | |
| | | | ||||||
* | | | Move storage of user filters into real datastore layer; now have to mock it ↵ | Paul "LeoNerd" Evans | 2015-01-27 | 2 | -3/+27 | |
| | | | | | | | | | | | | out in the REST-level tests | |||||
* | | | Use new V2AlphaRestTestCase | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -38/+2 | |
| | | | ||||||
* | | | Merge branch 'develop' into client_v2_filter | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 | |
|\| | | ||||||
| * | | Initial cut of a shared base class for REST unit tests | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+45 | |
| |/ | ||||||
* | | Minor changes to v2_alpha filter REST test to allow the setUp method to be ↵ | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -5/+7 | |
| | | | | | | | | shareable | |||||
* | | Initial trivial REST test of v2_alpha filter API | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+74 | |
|/ | ||||||
* | Create (empty) v2_alpha REST tests directory | Paul "LeoNerd" Evans | 2015-01-26 | 1 | -0/+15 | |
| | ||||||
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 4 | -24/+24 | |
| | ||||||
* | Merge rest servlets into the client json resource object | Mark Haines | 2015-01-23 | 2 | -4/+9 | |
| | ||||||
* | Move client rest tests back under rest | Mark Haines | 2015-01-22 | 8 | -0/+2142 | |