Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-01 | Use the version of "matrix-angular-sdk" hosted on pypi | Mark Haines | 2 | -7/+0 | |
2015-09-01 | Lower size of 'stateGroupCache' now that we have data from matrix.org to ↵ | Erik Johnston | 1 | -1/+1 | |
support doing so | |||||
2015-09-01 | Remove spurious .py from docs | Erik Johnston | 1 | -1/+1 | |
2015-08-29 | don't log the whole DB config (including postgres password...) | Matthew Hodgson | 1 | -2/+2 | |
2015-08-28 | Actually add config path | Erik Johnston | 1 | -0/+2 | |
2015-08-27 | Clean up scripts/ | Erik Johnston | 5 | -380/+4 | |
2015-08-27 | Bump version and changelog v0.10.0-rc5 | Erik Johnston | 2 | -1/+6 | |
2015-08-27 | Consistency | Erik Johnston | 1 | -3/+3 | |
2015-08-27 | Check for an internationalised filename first | Erik Johnston | 1 | -8/+14 | |
2015-08-27 | None check the correct variable | Erik Johnston | 1 | -2/+3 | |
2015-08-27 | Check for None | Erik Johnston | 1 | -1/+1 | |
2015-08-27 | Bump changelog and version v0.10.0-rc4 | Erik Johnston | 2 | -4/+11 | |
2015-08-26 | Give a sensible error message if the filename is invalid UTF-8 | Mark Haines | 2 | -2/+8 | |
2015-08-26 | Handle unicode filenames given when downloading or received over federation | Mark Haines | 1 | -5/+21 | |
2015-08-26 | Allow non-ascii filenames for attachments | Mark Haines | 3 | -8/+17 | |
2015-08-26 | Remove unused import | Daniel Wagner-Hall | 1 | -1/+0 | |
2015-08-26 | Swap out bcrypt for md5 in tests | Daniel Wagner-Hall | 3 | -3/+39 | |
This reduces our ~8 second sequential test time down to ~7 seconds | |||||
2015-08-26 | Merge erikj/user_dedup to develop | Daniel Wagner-Hall | 4 | -12/+50 | |
2015-08-26 | Pass an empty list of arguments to tox if no arguments are given | Mark Haines | 1 | -0/+2 | |
2015-08-26 | Install tox locally if it wasn't already installed when running setup.py test | Mark Haines | 1 | -2/+10 | |
2015-08-26 | Make 'setup.py test' run tox | Mark Haines | 3 | -5/+27 | |
2015-08-26 | Allow tests to be filter when using tox | Daniel Wagner-Hall | 1 | -1/+1 | |
`tox` will run all tests `tox tests.api.test_auth.AuthTestCase` will run just the tests in AuthTestCase | |||||
2015-08-26 | Remove needless existence checks | Erik Johnston | 1 | -7/+3 | |
2015-08-26 | Don't loop over all rooms ever in typing.get_new_events_for_user | Erik Johnston | 1 | -2/+2 | |
2015-08-25 | Bump changelog and version v0.10.0-rc3 | Erik Johnston | 2 | -1/+18 | |
2015-08-25 | Update config doc | Erik Johnston | 1 | -1/+2 | |
2015-08-25 | s/--generated-directory/--keys-directory/ | Erik Johnston | 1 | -7/+7 | |
2015-08-25 | Warn if we encounter unexpected files in config directories | Erik Johnston | 1 | -7/+17 | |
2015-08-25 | Add config option to specify where generated files should be dumped | Erik Johnston | 1 | -2/+14 | |
2015-08-25 | Fix up one more reference | Daniel Wagner-Hall | 2 | -4/+2 | |
2015-08-25 | Stop looking up "admin", which we never read | Daniel Wagner-Hall | 9 | -24/+5 | |
2015-08-25 | Allow specifying directories as config files | Erik Johnston | 1 | -6/+24 | |
2015-08-25 | Re-wrap line | Daniel Wagner-Hall | 1 | -3/+1 | |
2015-08-25 | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 29 | -90/+63 | |
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. | |||||
2015-08-25 | Add .tox to .gitignore | Mark Haines | 1 | -0/+1 | |
< |