- Oct 19, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix typo in thumbnail generation
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 18, 2017
-
-
Richard van der Hoff authored
Fix 500 error when we get an error handling a PDU
-
- Oct 17, 2017
-
-
Richard van der Hoff authored
Fix 500 error when fields missing from power_levels event
-
Richard van der Hoff authored
FederationServer doesn't have a send_failure (and nor does its subclass, ReplicationLayer), so this was failing. I'm not really sure what the idea behind send_failure is, given (a) we don't do anything at the other end with it except log it, and (b) we also send back the failure via the transaction response. I suspect there's a whole lot of dead code around it, but for now I'm just removing the broken bit.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
If the users or events keys were missing from a power_levels event, then we would throw 500s when trying to auth them.
-
Erik Johnston authored
fix thumbnailing (#2548)
-
Richard van der Hoff authored
`os.path.exists` doesn't allow us to distinguish between permissions errors and the path actually not existing, which repeatedly confuses people. It also means that we try to overwrite existing key files, which is super-confusing. (cf issues #2455, #2379). Use os.stat instead. Also, don't recomemnd the the use of --generate-config, which screws everything up if you're using debian (cf #2455).
-
Richard van der Hoff authored
Remove dead class
-
Richard van der Hoff authored
Add some tests for make_deferred_yieldable
-
Richard van der Hoff authored
Fix logcontext handling for persist_events
-
David Baker authored
Add config option to auto-join new users to rooms
-
Krombel authored
in commit 0e28281a the code for thumbnailing got refactored and the renaming of this variables was not done correctly. Signed-Off-by:
Matthias Kesler <krombel@krombel.de>
-
Richard van der Hoff authored
* don't use preserve_context_over_deferred, which is known broken. * remove a redundant preserve_fn. * add/improve some comments
-
Richard van der Hoff authored
The file under test is logcontext.py, not log_context.py
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This isn't used anywhere.
-
David Baker authored
-
David Baker authored
-
- Oct 16, 2017
-
-
David Baker authored
New users who register on the server will be dumped into all rooms in auto_join_rooms in the config.
-
Luke Barnard authored
Implement GET /groups/$groupId/invited_users
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
Log a warning when no profile for invited member
-
Luke Barnard authored
-
Luke Barnard authored
And return empty profile
-
David Baker authored
Omit the *s for @room notifications
-
David Baker authored
They're just redundant
-
- Oct 13, 2017
-
-
Erik Johnston authored
Basic implementation of backup media store
-
Erik Johnston authored
-