- Oct 31, 2017
-
-
Richard van der Hoff authored
I'm going to need some more flexibility in handling login types in password auth providers, so as a first step, move some stuff from LoginRestServlet into AuthHandler. In particular, we pass everything other than SAML, JWT and token logins down to the AuthHandler, which now has responsibility for checking the login type and fishing the password out of the login dictionary, as well as qualifying the user_id if need be. Ideally SAML, JWT and token would go that way too, but there's no real need for it right now and I'm trying to minimise impact. This commit *should* be non-functional.
-
- Oct 30, 2017
-
-
Richard van der Hoff authored
Fix wording on group creation error
-
Luke Barnard authored
-
- Oct 29, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Oct 27, 2017
-
-
Erik Johnston authored
Fix typo when checking if user is invited to group
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add comment about attestations
-
Richard van der Hoff authored
Device deletion: check UI auth matches access token
-
Richard van der Hoff authored
Allow ASes to deactivate their own users
-
Erik Johnston authored
This helps ensure that the renewals of attestations are spread out more evenly.
-
Luke Barnard authored
Add is_public to groups table to allow for private groups
-
Erik Johnston authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Richard van der Hoff authored
Front-end proxy: pass through auth header
-
Richard van der Hoff authored
-
Luke Barnard authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Support /keys/upload on /r0 as well as /unstable
-
Richard van der Hoff authored
Fix logcontext leaks in httpclient
-
Luke Barnard authored
-
Erik Johnston authored
-
Erik Johnston authored
Add logging and fix log contexts for publicRooms
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 26, 2017
-
-
Richard van der Hoff authored
(otherwise there's no point in the UI auth)
-
Matthew Hodgson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix error when running synapse with no logfile
-
Richard van der Hoff authored
So that access-token-in-an-auth-header works.
-
Richard van der Hoff authored
(So that we can stop riot relying on it in /unstable)
-
Richard van der Hoff authored
`preserve_context_over_fn` is borked
-
Richard van der Hoff authored
Sometimes we need to pass headers into these methods
-
Luke Barnard authored
-