| Commit message (Expand) | Author | Files | Lines |
2015-07-10 | Assume that each device for a user has only one of each type of key | Mark Haines | 1 | -3/+3 |
2015-07-10 | Small tweaks to SAML2 configuration. | Erik Johnston | 2 | -22/+34 |
2015-07-10 | Add Muthu Subramanian to AUTHORS | Erik Johnston | 1 | -0/+3 |
2015-07-09 | Add comment | Erik Johnston | 1 | -0/+4 |
2015-07-09 | Don't bother with a timeout for one time keys on the server. | Mark Haines | 3 | -33/+13 |
2015-07-09 | We don't want semicolons. | Erik Johnston | 1 | -1/+1 |
2015-07-09 | Make SAML2 optional and add some references/comments | Muthu Subramanian | 2 | -4/+23 |
2015-07-09 | code beautify | Muthu Subramanian | 1 | -9/+4 |
2015-07-09 | remove the tls_certificate_chain_path param and simply support tls_certificat... | Matthew Hodgson | 2 | -24/+10 |
2015-07-09 | document tls_certificate_chain_path more clearly | Matthew Hodgson | 1 | -0/+5 |
2015-07-08 | oops, context.tls_certificate_chain_file() expects a file, not a certificate. | Matthew Hodgson | 2 | -6/+3 |
2015-07-08 | typo | Matthew Hodgson | 1 | -1/+1 |
2015-07-08 | *cough* | Matthew Hodgson | 1 | -2/+3 |
2015-07-08 | add new optional config for tls_certificate_chain_path for folks with interme... | Matthew Hodgson | 2 | -3/+19 |
2015-07-08 | Only remove one time keys when new one time keys are added | Mark Haines | 1 | -7/+7 |
2015-07-08 | code beautify | Muthu Subramanian | 3 | -2/+3 |
2015-07-08 | code beautify | Muthu Subramanian | 1 | -10/+23 |
2015-07-08 | Integrate SAML2 basic authentication - uses pysaml2 | Muthu Subramanian | 5 | -4/+122 |
2015-07-06 | Add client API for uploading and querying keys for end to end encryption | Mark Haines | 2 | -1/+290 |
2015-07-06 | Add store for client end to end keys | Mark Haines | 3 | -1/+171 |
2015-07-06 | Don't 500 if a group is missing from the regex | Mark Haines | 1 | -1/+1 |
2015-07-06 | Add m.room.history_visibility to newly created rooms' m.room.power_levels | Erik Johnston | 2 | -0/+2 |
2015-07-06 | Rename key and values for m.room.history_visibility. Support 'invited' value | Erik Johnston | 4 | -24/+61 |
2015-07-06 | Don't explode if we don't recognize one of the event_ids in the backfill request | Erik Johnston | 1 | -2/+4 |
2015-07-03 | Filter and redact events that the other server doesn't have permission to see... | Erik Johnston | 1 | -0/+44 |
2015-07-03 | Respect m.room.history_visibility in v2_alpha sync API | Erik Johnston | 1 | -0/+33 |
2015-07-03 | If user supplies filename in URL when downloading from media repo, use that n... | Erik Johnston | 3 | -9/+14 |
2015-07-03 | Add m.room.history_visibility to list of auth events | Erik Johnston | 2 | -1/+3 |
2015-07-02 | Make v1 initial syncs respect room history ACL | Erik Johnston | 1 | -17/+34 |
2015-07-02 | Add basic impl for room history ACL on GET /messages client API | Erik Johnston | 3 | -3/+95 |
2015-06-30 | Enforce ascii filenames for uploads | Erik Johnston | 3 | -1/+15 |
2015-06-30 | Add Content-Disposition headers to media repo v1 downloads | Erik Johnston | 3 | -7/+30 |
2015-06-26 | Wait for previous attempts at fetching keys for a given server before trying ... | Erik Johnston | 1 | -15/+68 |
2015-06-26 | Implement bulk verify_signed_json API | Erik Johnston | 4 | -217/+441 |
2015-06-23 | Oops: underride rule had an identifier with override in it. | David Baker | 1 | -1/+1 |
2015-06-23 | Batch SELECTs in _get_auth_chain_ids_txn | Erik Johnston | 1 | -3/+11 |
2015-06-19 | Fix typo | Erik Johnston | 1 | -1/+1 |
2015-06-19 | Add comment on cancellation of observers | Erik Johnston | 1 | -0/+3 |
2015-06-19 | Fix log context when sending requests | Erik Johnston | 3 | -52/+68 |
2015-06-19 | Remove stale debug lines | Erik Johnston | 1 | -10/+0 |
2015-06-19 | Add site_tag to logger | Erik Johnston | 1 | -2/+2 |
2015-06-19 | Add IDs to outbound transactions | Erik Johnston | 1 | -53/+71 |
2015-06-19 | Add Eric Myhre to AUTHORS | Erik Johnston | 1 | -0/+4 |
2015-06-18 | Make upload dir a configurable path. | Eric Myhre | 2 | -2/+6 |
2015-06-18 | PEP8 | Erik Johnston | 1 | -2/+3 |
2015-06-18 | Documentation | Erik Johnston | 1 | -4/+11 |
2015-06-18 | Don't bother proxying lookups on _NotificationListener to underlying deferred | Erik Johnston | 1 | -10/+2 |
2015-06-18 | Refactor the notifier.wait_for_events code to be clearer. Add _NotifierUserSt... | Erik Johnston | 3 | -70/+73 |
2015-06-18 | Fix notifier leak | Erik Johnston | 1 | -21/+20 |
2015-06-17 | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2 | -1/+44 |
2015-06-16 | Use another deferred list | Erik Johnston | 1 | -18/+27 |
2015-06-16 | Use DeferredList | Erik Johnston | 1 | -9/+9 |
2015-06-16 | Don't do unecessary db ops in presence.get_state | Erik Johnston | 2 | -14/+15 |
2015-06-16 | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 1 | -2/+2 |
2015-06-16 | Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp... | Erik Johnston | 1 | -3/+3 |
2015-06-15 | |