Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-15 | Fix bug where we ignored event_edge_hashes table | Erik Johnston | 5 | -7/+10 | |
2014-12-12 | Remove unused imports | Erik Johnston | 3 | -3/+0 | |
2014-12-12 | Make auth module use EventTypes constants | Erik Johnston | 1 | -27/+23 | |
2014-12-12 | Fix tests and remove debug logging | Erik Johnston | 2 | -6/+7 | |
2014-12-12 | Consistently url decode and decode as utf 8 the URL parts | Erik Johnston | 5 | -43/+35 | |
2014-12-12 | Store json as UTF-8 and not bytes | Erik Johnston | 1 | -1/+1 | |
2014-12-12 | Pyflakes | Erik Johnston | 1 | -1/+0 | |
2014-12-12 | Fix membership handler test | Erik Johnston | 1 | -82/+97 | |
2014-12-12 | Fix test. | Erik Johnston | 1 | -1/+1 | |
2014-12-12 | Validate message, topic and name event contents | Erik Johnston | 3 | -1/+27 | |
2014-12-12 | Fix stream test. Make sure we add join to auth_events for invitiations | Erik Johnston | 2 | -4/+6 | |
2014-12-11 | Fix replication tests | Erik Johnston | 1 | -12/+6 | |
2014-12-11 | Fix federation test | Erik Johnston | 2 | -19/+25 | |
2014-12-11 | Allow only one download for a given image at a time, so that we don't end up ↵ | Mark Haines | 3 | -20/+29 | |
downloading the same image twice if two clients request a remote image at the same time | |||||
2014-12-11 | Fix room creation test | Erik Johnston | 1 | -34/+34 | |
2014-12-11 | Fix public room joining by making sure replaces_state never points to itself. | Erik Johnston | 3 | -10/+13 | |
2014-12-11 | Fix prev_content | Erik Johnston | 3 | -3/+16 | |
2014-12-11 | Limit the size of images that are thumbnailed serverside. Limit the size of ↵ | Mark Haines | 4 | -6/+43 | |
file that a server will download from a remote server | |||||
2014-12-11 | Fix redaction tests | Erik Johnston | 1 | -6/+8 | |
2014-12-11 |