- Nov 08, 2017
-
-
Erik Johnston authored
Avoid no-op media deletes
-
Richard van der Hoff authored
Fix bug in state group storage
-
Richard van der Hoff authored
-
- Nov 07, 2017
-
-
Matthew Hodgson authored
Fix various embarrassing typos around user_directory and add some doc.
-
Richard van der Hoff authored
Fixes a bug where the persisted state groups were different to those actually being used after auth resolution.
-
Richard van der Hoff authored
This is duplicated, so let's factor it out before fixing it
-
Richard van der Hoff authored
this is internal to statestore, so let's keep it there.
-
Erik Johnston authored
Fix for #2635: correctly update rooms avatar/display name when modified by admin
-
Erik Johnston authored
This reverts commit f9b255cd, reversing changes made to 1bd654da.
-
Erik Johnston 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
-
Matthew Hodgson authored
-
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 04, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Slavi Pantaleev authored
If there are no media entries to delete, avoid creating transactions, prepared statements and unnecessary log entries. Signed-off-by:
Slavi Pantaleev <slavi@devture.com>
-
- Nov 03, 2017
-
-
Francois Granade authored
-
Francois Granade authored
-
- 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
-