summary refs log tree commit diff
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-15pep8 + debug lineDavid Baker1-6/+8
2015-07-15Add back in support for remembering parameters submitted to a user-interactiv...David Baker2-4/+13
2015-07-14bump up image quality a bit more as it looks crapMatthew Hodgson1-1/+1
2015-07-14s/everyone_ops/original_invitees_have_ops/Erik Johnston1-3/+3
2015-07-14Close, but no cigar.David Baker1-2/+2
2015-07-14Capitalize contantsErik Johnston2-6/+6
2015-07-13Implement presets at room creationErik Johnston2-22/+65
2015-07-10Remove commented out codeErik Johnston1-14/+0
2015-07-10Sanitize power level checksErik Johnston1-15/+21
2015-07-10You shouldn't be able to ban/kick users with higher power levelsErik Johnston1-2/+5
2015-07-10Uniquely name unique constraintErik Johnston1-2/+2
2015-07-10Assume that each device for a user has only one of each type of keyMark Haines1-3/+3
2015-07-10Small tweaks to SAML2 configuration.Erik Johnston2-22/+34
2015-07-10Add Muthu Subramanian to AUTHORSErik Johnston1-0/+3
2015-07-09Add commentErik Johnston1-0/+4
2015-07-09Don't bother with a timeout for one time keys on the server.Mark Haines3-33/+13
2015-07-09We don't want semicolons.Erik Johnston1-1/+1
2015-07-09Make SAML2 optional and add some references/commentsMuthu Subramanian2-4/+23
2015-07-09code beautifyMuthu Subramanian1-9/+4
2015-07-09remove the tls_certificate_chain_path param and simply support tls_certificat...Matthew Hodgson2-24/+10
2015-07-09document tls_certificate_chain_path more clearlyMatthew Hodgson1-0/+5
2015-07-08oops, context.tls_certificate_chain_file() expects a file, not a certificate.Matthew Hodgson2-6/+3
2015-07-08typoMatthew Hodgson1-1/+1
2015-07-08*cough*Matthew Hodgson1-2/+3
2015-07-08add new optional config for tls_certificate_chain_path for folks with interme...Matthew Hodgson2-3/+19
2015-07-08Only remove one time keys when new one time keys are addedMark Haines1-7/+7
2015-07-08code beautifyMuthu Subramanian3-2/+3
2015-07-08code beautifyMuthu Subramanian1-10/+23
2015-07-08Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian5-4/+122
2015-07-06Add client API for uploading and querying keys for end to end encryptionMark Haines2-1/+290
2015-07-06Add store for client end to end keysMark Haines3-1/+171
2015-07-06Don't 500 if a group is missing from the regexMark Haines1-1/+1
2015-07-06Add m.room.history_visibility to newly created rooms' m.room.power_levelsErik Johnston2-0/+2
2015-07-06Rename key and values for m.room.history_visibility. Support 'invited' valueErik Johnston4-24/+61
2015-07-06Don't explode if we don't recognize one of the event_ids in the backfill requestErik Johnston1-2/+4
2015-07-03Filter and redact events that the other server doesn't have permission to see...Erik Johnston1-0/+44
2015-07-03Respect m.room.history_visibility in v2_alpha sync APIErik Johnston1-0/+33
2015-07-03If user supplies filename in URL when downloading from media repo, use that n...Erik Johnston3-9/+14
2015-07-03Add m.room.history_visibility to list of auth eventsErik Johnston2-1/+3
2015-07-02Make v1 initial syncs respect room history ACLErik Johnston1-17/+34
2015-07-02Add basic impl for room history ACL on GET /messages client APIErik Johnston3-3/+95
2015-06-30Enforce ascii filenames for uploadsErik Johnston3-1/+15
2015-06-30Add Content-Disposition headers to media repo v1 downloadsErik Johnston3-7/+30
2015-06-26Wait for previous attempts at fetching keys for a given server before trying ...Erik Johnston1-15/+68
2015-06-26Implement bulk verify_signed_json APIErik Johnston4-217/+441
2015-06-25Add bulk insert events APIErik Johnston8-374/+521
2015-06-23Oops: underride rule had an identifier with override in it.David Baker1-1/+1
2015-06-23Batch SELECTs in _get_auth_chain_ids_txnErik Johnston1-3/+11
2015-06-19Fix typoErik Johnston1-1/+1
2015-06-19Add comment on cancellation of observersErik Johnston1-0/+3
2015-06-19Fix log context when sending requestsErik Johnston3-52/+68
2015-06-19Remove stale debug linesErik Johnston1-10/+0
2015-06-19Add site_tag to loggerErik Johnston1-2/+2
2015-06-19Add IDs to outbound transactionsErik Johnston1-53/+71
2015-06-19Add Eric Myhre to AUTHORSErik Johnston1-0/+4
2015-06-18Make upload dir a configurable path.Eric Myhre2-2/+6
2015-06-18PEP8Erik Johnston1-2/+3
2015-06-18DocumentationErik Johnston1-4/+11
2015-06-18Don't bother proxying lookups on _NotificationListener to underlying deferredErik Johnston1-10/+2
2015-06-18Refactor the notifier.wait_for_events code to be clearer. Add _NotifierUserSt...Erik Johnston3-70/+73
2015-06-18Fix notifier leakErik Johnston1-21/+20
2015-06-17Fix bug where synapse was sending AS user queries incorrectly.Kegan Dougal2-1/+44
2015-06-16Use another deferred listErik Johnston1-18/+27
2015-06-16Use DeferredListErik Johnston1-9/+9
2015-06-16Don't do unecessary db ops in presence.get_stateErik Johnston2-14/+15
2015-06-16Correct -H SERVER_NAME in config-missing complaint messagePaul "LeoNerd" Evans1-2/+2
2015-06-16Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp...Erik Johnston1-3/+3
2015-06-15Disable twisted access logging. Move access logging to SynapseRequest objectErik Johnston2-75/+79
2015-06-15Log more when we have processed the requestErik Johnston4-4/+23
2015-06-15Create SynapseRequest that overrides __repr__ to not print access_tokenErik Johnston2-17/+46
2015-06-15ChangelogErik Johnston1-0/+5
2015-06-15Bump versionErik Johnston1-1/+1
2015-06-15Make http.server request logging more verbose, but redact access_tokensErik Johnston1-2/+12
2015-06-15Log requests and responses sent via http.clientErik Johnston1-3/+15
2015-06-15Remove redundant newline</