Commit Graph

470 Commits (9b6f3bc7423008fa2d66d88227675b5c1c11db48)

Author SHA1 Message Date
Daniel Wagner-Hall 825f0875bc Fix up one more reference 9 years ago
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase 9 years ago
Mark Haines 78323ccdb3 Remove syutil dependency in favour of smaller single-purpose libraries 9 years ago
Erik Johnston 42f12ad92f When logging in fetch user by user_id case insensitively, *unless* there are multiple case insensitive matches, in which case require the exact user_id 9 years ago
David Baker 21b71b6d7c Return fully qualified user_id as per spec 9 years ago
Daniel Wagner-Hall cecbd636e9 /tokenrefresh POST endpoint 9 years ago
David Baker f764f92647 Remove spurious extra arg to set_password 9 years ago
David Baker 4cf302de5b Comma comma comma comma comma chameleon 9 years ago
Daniel Wagner-Hall 415c2f0549 Simplify LoginHander and AuthHandler 9 years ago
David Baker f43041aacd Check absent before trying to access keys 9 years ago
David Baker 73605f8070 Just leaving off the $ is fine. r* == registerrrrrrrrr 9 years ago
Mark Haines fdb724cb70 Add config option for setting the list of thumbnail sizes to precalculate 9 years ago
Mark Haines 7e3d1c7d92 Make a config option for whether to generate new thumbnail sizes dynamically 9 years ago
David Baker 185ac7ee6c Allow sign in using email address 9 years ago
David Baker a0dea6eaed Remember to yield: not much point testing is a deferred is not None 9 years ago
David Baker 883aabe423 splt long line 9 years ago
David Baker c77048e12f Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server. 9 years ago
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
Mark Haines 2da3b1e60b Get the end-to-end key federation working 9 years ago
Mark Haines 62c010283d Add federation support for end-to-end key requests 9 years ago
Erik Johnston 459085184c Factor out thumbnail() 9 years ago
Erik Johnston 2b4f47db9c Generate local thumbnails on a thread 9 years ago
Erik Johnston 33d83f3615 Fix remote thumbnailing 9 years ago
Erik Johnston ff7c2e41de Always return a thumbnail of the requested size. 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