- Oct 17, 2017
-
-
Richard van der Hoff authored
-
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
-
Erik Johnston authored
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-