- Aug 28, 2015
-
-
Daniel Wagner-Hall authored
Conflicts: synapse/handlers/_base.py
-
Daniel Wagner-Hall authored
-
Mark Haines authored
Conflicts: synapse/handlers/auth.py synapse/python_dependencies.py synapse/rest/client/v1/login.py
-
- Aug 27, 2015
-
-
Erik Johnston authored
Check for an internationalised filename first
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Support unicode attachment filenames
- Aug 26, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Make 'setup.py test' run tox
-
Daniel Wagner-Hall authored
Merge erikj/user_dedup to develop
-
Daniel Wagner-Hall authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Allow tests to be filter when using tox
-
Daniel Wagner-Hall authored
`tox` will run all tests `tox tests.api.test_auth.AuthTestCase` will run just the tests in AuthTestCase
-
Erik Johnston authored
Don't loop over all rooms ever in typing.get_new_events_for_user
-
Erik Johnston authored
-
Erik Johnston authored
-
- Aug 25, 2015
-
-
Erik Johnston authored
Add config option to specify where generated files should be dumped
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
Stop looking up "admin", which we never read
-
Daniel Wagner-Hall authored
Remove completely unused concepts from codebase
-
Erik Johnston authored
Allow specifying directories as config paths
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Removes device_id and ClientInfo device_id is never actually written, and the matrix.org DB has no non-null entries for it. Right now, it's just cluttering up code. This doesn't remove the columns from the database, because that's fiddly.