- Nov 01, 2017
-
-
Luke Barnard authored
Modify group room association API to allow modification of is_public
-
Luke Barnard authored
-
Luke Barnard authored
-
- Oct 31, 2017
-
-
Richard van der Hoff authored
DB schema interface for password auth providers
-
Luke Barnard authored
-
Richard van der Hoff authored
Make the port script drop NUL values in all tables
-
Luke Barnard authored
also includes renamings to make things more consistent.
-
David Baker authored
Postgres doesn't support NULs in strings so it makes the script throw an exception and stop if any values contain \0. Drop them with appropriate warning.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Provide an interface by which password auth providers can register db schema files to be run at startup
-
David Baker authored
Refactor some logic from LoginRestServlet into AuthHandler
-
Richard van der Hoff authored
Clean up backwards-compat hacks for ldap
-
David Baker authored
Start some documentation on password providers
-
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.
-
Richard van der Hoff authored
Document the existing interface, before I start adding new stuff.
-
Richard van der Hoff authored
try to make the backwards-compat flows follow the same code paths as the modern impl. 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
-