- Nov 14, 2017
-
-
Krombel authored
This restores the config that is usable for prometheus pre v2.0.0 The new config only works for Prometheus v2+
-
- Nov 07, 2017
-
-
Krombel authored
-
Luke Barnard authored
Return whether a user is an admin within a group
-
Luke Barnard authored
-
Luke Barnard authored
-
Matthew Hodgson authored
Ignore <noscript> tags when generating URL preview descriptions
-
Richard van der Hoff authored
Logging and logcontext fixes for Limiter
-
Richard van der Hoff authored
Add some logging to the Limiter in a similar spirit to the Linearizer, to help debug issues. Also fix a logcontext leak. Also refactor slightly to avoid throwing exceptions.
-
- Nov 02, 2017
-
-
David Baker authored
Make the get_rooms_in_group API more sane
-
David Baker authored
support inhibit_login in /register
-
Luke Barnard authored
Return entries with is_public = True when they're public and is_public = False otherwise.
-
Richard van der Hoff authored
Allow things to pass inhibit_login when registering to ... inhibit logins.
-
David Baker authored
Add more hooks to ModuleApi
-
David Baker authored
-
David Baker authored
Add a hook for custom rest endpoints
-
David Baker authored
Factor _AccountHandler proxy out to ModuleApi
-
David Baker authored
Factor out _configure_named_resource
-
Richard van der Hoff authored
add `get_user_by_req` and `invalidate_access_token`
-
Richard van der Hoff authored
Let the user specify custom modules which can be used for implementing extra endpoints.
-
Richard van der Hoff authored
We're going to need to use this from places that aren't password auth, so let's move it to a proper class.
-
Richard van der Hoff authored
This was a bit of a code vomit, so let's factor it out to preserve some sanity
-
David Baker authored
Notify auth providers on logout
-
David Baker authored
Allow password_auth_providers to return a callback
-
David Baker authored
Let auth providers get to the database
-
- Nov 01, 2017
-
-
Richard van der Hoff authored
this got broken in the previous commit
-
Richard van der Hoff authored
Provide a hook by which auth providers can be notified of logouts.
-
Richard van der Hoff authored
... so that they have a way to record access tokens.
-
Richard van der Hoff authored
Let password auth providers handle arbitrary login types
-
Richard van der Hoff authored
Provide a hook where password auth providers can say they know about other login types, and get passed the relevant parameters
-
David Baker authored
Move access token deletion into auth handler
-
Matthew Hodgson authored
automatically set default displayname on register
-
David Baker authored
-
David Baker authored
Break dependency of auth_handler on device_handler
-
David Baker authored
Remove the last vestiges of refresh_tokens
-
Matthew Hodgson authored
to avoid clobbering guest user displaynames on registration
-
Richard van der Hoff authored
Also move duplicated deactivation code into the auth handler. I want to add some hooks when we deactivate an access token, so let's bring it all in here so that there's somewhere to put it.
-
David Baker authored
Log login requests
-
David Baker authored
-
David Baker authored
Carefully though, to avoid logging passwords
-
Matthew Hodgson authored
to avoid leaking ugly MXIDs and cluttering up the timeline with displayname changes as well as membership joins for autojoin rooms (e.g. the status autojoin rooms), automatically set the displayname to match the localpart of the mxid upon registration.
-