Commit Graph

375 Commits (891dfd90bd97ad485d54dfae3e510c640de8e978)

Author SHA1 Message Date
David Baker 7148aaf5d0 Don't try & check the username if we don't have one (which we won't if it's been saved in the auth layer) 9 years ago
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 9 years ago
Erik Johnston 2b4f47db9c Generate local thumbnails on a thread 9 years ago
Erik Johnston 103e1c2431 Pick larger than desired thumbnail for 'crop' 9 years ago
David Baker a56eccbbfc Query for all the ones we were asked about, not just the last... 9 years ago
Mark Haines 3b5823c74d s/take/claim/ for end to end key APIs 9 years ago
Kegan Dougal ddef5ea126 Remove semicolon. 9 years ago
Kegan Dougal b6ee0585bd Parse the ID given to /invite|ban|kick to make sure it looks like a user ID. 9 years ago
David Baker 09489499e7 pep8 + debug line 10 years ago
David Baker 4da05fa0ae Add back in support for remembering parameters submitted to a user-interactive auth call. 10 years ago
Matthew Hodgson 8cedf3ce95 bump up image quality a bit more as it looks crap 10 years ago
Mark Haines a01097d60b Assume that each device for a user has only one of each type of key 10 years ago
Erik Johnston f3049d0b81 Small tweaks to SAML2 configuration. 10 years ago
Mark Haines bf0d59ed30 Don't bother with a timeout for one time keys on the server. 10 years ago
Muthu Subramanian 8cd34dfe95 Make SAML2 optional and add some references/comments 10 years ago
Muthu Subramanian d2caa5351a code beautify 10 years ago
Muthu Subramanian 77c5db5977 code beautify 10 years ago
Muthu Subramanian 81682d0f82 Integrate SAML2 basic authentication - uses pysaml2 10 years ago
Erik Johnston ca041d5526 Wire together receipts and the notifer/federation 10 years ago
Erik Johnston e8b2f6f8a1 Add a ReceiptServlet 10 years ago
Mark Haines 2ef182ee93 Add client API for uploading and querying keys for end to end encryption 10 years ago
Erik Johnston 12b83f1a0d If user supplies filename in URL when downloading from media repo, use that name in Content Disposition 10 years ago
Erik Johnston 9beaedd164 Enforce ascii filenames for uploads 10 years ago
Erik Johnston 2124f668db Add Content-Disposition headers to media repo v1 downloads 10 years ago
Erik Johnston fb7def3344 Remove access_token from synapse.rest.client.v1.transactions {get,store}_response logging 10 years ago
Erik Johnston 2ef2f6d593 SYN-403: Make content repository use its own http client. 10 years ago
Erik Johnston 5044e6c544 Thumbnail images on a seperate thread 10 years ago
Erik Johnston a7b65bdedf Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
Mark Haines a0bebeda8b SYN-390: Don't modify the dictionary returned from the data store 10 years ago
David Baker c37a6e151f Make shared secret registration work again 10 years ago
Erik Johnston fca28d243e Change the way we create observers to deferreds so that we don't get spammed by 'unhandled errors' 10 years ago
David Baker eb9bd2d949 user_id now in user_threepids 10 years ago
Mark Haines 46d200a3a1 Implement minimum_valid_until_ts in the remote key resource 10 years ago
Erik Johnston e701aec2d1 Implement locks using create_observer for fetching media and server keys 10 years ago
David Baker 03c4f0ed67 pep8 10 years ago
David Baker f1acb9fd40 logging args 10 years ago
David Baker 7ac8a60c6f More underscores 10 years ago
David Baker a218619626 Use underscores instead of camelcase for id server stuff 10 years ago
Mark Haines 31e262e6b4 Copyright notice 10 years ago
Mark Haines 4e2f8b8722 Copyright notices 10 years ago
David Baker 03eb4adc6e Dedicated error code for failed 3pid auth verification 10 years ago
Mark Haines 4bbf7156ef Update to match the specification for key/v2 10 years ago
Mark Haines f30d47c876 Implement remote key lookup api 10 years ago
Mark Haines 812a99100b Set a version_string in BaseMediaResource so that the request_handler wrapper works 10 years ago
Mark Haines 1967650bc4 Combine the request wrappers in rest/media/v1 and http/server into a single wrapper decorator 10 years ago
Mark Haines 2f9157b427 Implement v2 key lookup 10 years ago
David Baker 8db6832db8 Password reset, finally. 10 years ago
David Baker 117f35ac4a Add endpoint to get threepids from server 10 years ago
David Baker f96ab9d18d make add3pid servlet work 10 years ago