Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-10 | Fix adding threepids to an existing account | David Baker | 1 | -0/+1 | |
2015-09-09 | Various bug fixes to crypto.keyring | Erik Johnston | 1 | -10/+17 | |
2015-09-09 | Don't require pdus in check_auth script | Erik Johnston | 1 | -2/+1 | |
2015-09-07 | Check that /proc/self/fd exists before listing it | Mark Haines | 1 | -0/+4 | |
2015-09-07 | The maxrss reported by getrusage is in kilobytes, not pages | Mark Haines | 1 | -4/+3 | |
2015-09-07 | Add instructions for upgrading setuptools for when people encounter a ↵ | Mark Haines | 1 | -0/+6 | |
message "mock requires setuptools>=17.1" | |||||
2015-09-04 | DEPENDENCY_LINKS was turned to a list | Erik Johnston | 1 | -1/+1 | |
2015-09-03 | Change log level to info | Erik Johnston | 1 | -1/+1 | |
2015-09-03 | Bump version and changelog | Erik Johnston | 2 | -1/+6 | |
2015-09-03 | update logger to match new ambiguous script name... | Matthew Hodgson | 1 | -1/+1 | |
2015-09-02 | Lists use 'append' | Erik Johnston | 1 | -1/+1 | |
2015-09-02 | Bump version and changelog v0.10.0-rc6 | Erik Johnston | 2 | -1/+7 | |
2015-09-02 | Update README to include RAM requirements | Erik Johnston | 1 | -0/+1 | |
2015-09-02 | Make port script handle empty sent_transactions table | Erik Johnston | 1 | -6/+9 | |
2015-09-01 | Only allow people to set the alias list for their own domain. | Erik Johnston | 1 | -1/+6 | |
2015-09-01 | Ignore development virtualenv and generated logger configuration as well. | pztrn | 1 | -0/+3 | |
Signed-off-by: Stanislav Nikitin <pztrn@pztrn.name> | |||||
2015-09-01 | Add flag which disables federation of the room | Erik Johnston | 2 | -3/+21 | |
2015-09-01 | Fix tests | Erik Johnston | 2 | -9/+30 | |
2015-09-01 | Check room exists when authenticating an event, by asserting they reference ↵ | Erik Johnston | 1 | -0/+8 | |
a creation event | |||||
2015-09-01 | Use the version of "matrix-angular-sdk" hosted on pypi | Mark Haines | 2 | -7/+0 | |
2015-09-01 | Check domain of events properly | Daniel Wagner-Hall | 1 | -1/+3 | |
Federated servers still need to delegate authority to owning servers | |||||
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 | Allow users to redact their own events | Daniel Wagner-Hall | 2 | -10/+42 | |
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 | |
2015-08-25 |