Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment | Erik Johnston | 2017-05-05 | 1 | -0/+6 |
* | Add comment and TODO | Erik Johnston | 2017-05-05 | 1 | -0/+6 |
* | Handle exceptions thrown in handling remote device list updates | Erik Johnston | 2017-05-05 | 1 | -1/+16 |
* | Don't recreate so many sets | Erik Johnston | 2017-03-16 | 1 | -8/+6 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_lis... | Erik Johnston | 2017-03-14 | 1 | -0/+34 |
|\ | |||||
| * | Implement _simple_delete_many_txn, use it to delete devices | Luke Barnard | 2017-03-13 | 1 | -0/+34 |
* | | Get current state by using current_state_events table | Erik Johnston | 2017-03-10 | 1 | -1/+1 |
|/ | |||||
* | Don't keep around old stream IDs forever | Erik Johnston | 2017-03-03 | 1 | -2/+9 |
* | Spelling | Erik Johnston | 2017-03-03 | 1 | -2/+2 |
* | Fix device list update to not constantly resync | Erik Johnston | 2017-03-01 | 1 | -46/+115 |
* | Fix bugs in the /keys/changes api | Richard van der Hoff | 2017-02-14 | 1 | -9/+29 |
* | Measure new device list stuff | Erik Johnston | 2017-02-02 | 1 | -0/+4 |
* | Use new get_users_who_share_room_with_user | Erik Johnston | 2017-02-02 | 1 | -11/+13 |
* | Use stream_ordering_to_exterm for /keys/changes | Erik Johnston | 2017-02-02 | 1 | -9/+9 |
* | Doc args | Erik Johnston | 2017-02-01 | 1 | -0/+7 |
* | Include newly joined users in /keys/changes API | Erik Johnston | 2017-02-01 | 1 | -4/+35 |
* | Implement /keys/changes | Erik Johnston | 2017-02-01 | 1 | -0/+16 |
* | Use get_users_in_room and declare it iterable | Erik Johnston | 2017-01-30 | 1 | -1/+1 |
* | Hook device list updates to replication | Erik Johnston | 2017-01-27 | 1 | -16/+0 |
* | Better name | Erik Johnston | 2017-01-27 | 1 | -1/+3 |
* | Handle users leaving rooms | Erik Johnston | 2017-01-26 | 1 | -1/+16 |
* | Add comments | Erik Johnston | 2017-01-26 | 1 | -3/+16 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -12/+73 |
* | Fix up sending of m.device_list_update edus | Erik Johnston | 2017-01-25 | 1 | -0/+1 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 1 | -12/+53 |
* | make device IDs more useful for human disambiguation | Matthew Hodgson | 2016-09-13 | 1 | -1/+1 |
* | PEP8 | Richard van der Hoff | 2016-08-03 | 1 | -1/+1 |
* | Default device_display_name to null | Richard van der Hoff | 2016-08-03 | 1 | -1/+1 |
* | Delete e2e keys on device delete | Richard van der Hoff | 2016-07-27 | 1 | -0/+4 |
* | Delete refresh tokens when deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -2/+4 |
* | Implement updating devices | Richard van der Hoff | 2016-07-26 | 1 | -0/+24 |
* | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -1/+26 |
* | make /devices return a list | Richard van der Hoff | 2016-07-21 | 1 | -5/+5 |
* | Fix PEP8 errors | Richard van der Hoff | 2016-07-21 | 1 | -1/+1 |
* | Implement GET /device/{deviceId} | Richard van der Hoff | 2016-07-21 | 1 | -9/+37 |
* | GET /devices endpoint | Richard van der Hoff | 2016-07-20 | 1 | -0/+27 |
* | Add device_id support to /login | Richard van der Hoff | 2016-07-18 | 1 | -0/+71 |