| Commit message (Expand) | Author | Files | Lines |
2014-08-20 | File organisation sanity: put directives and filters into dedicated files | Emmanuel ROHEE | 6 | -197/+254 |
2014-08-19 | Add some static fiddles for now (will migrate to github paths eventually) | Kegan Dougal | 1 | -1/+5 |
2014-08-19 | More fiddles, more fun! | Kegan Dougal | 3 | -0/+156 |
2014-08-19 | keepScroll: a directive to anchor the scroller position at the bottom when th... | Emmanuel ROHEE | 1 | -0/+27 |
2014-08-19 | Only hit get_room_events_stream if we have a valid user_id | Erik Johnston | 1 | -0/+3 |
2014-08-19 | Fix token to correct format | Erik Johnston | 1 | -1/+1 |
2014-08-19 | Remove debug logging from token parsing funcs. | Erik Johnston | 1 | -2/+0 |
2014-08-19 | Add comment about what strorage.stream does | Erik Johnston | 1 | -0/+20 |
2014-08-19 | Added registration/login jsfiddle, formatted so it can be loaded directly fro... | Kegan Dougal | 4 | -1/+98 |
2014-08-19 | Don't expect a reflection from events stream | Erik Johnston | 1 | -3/+1 |
2014-08-19 | Update tests | Erik Johnston | 2 | -12/+5 |
2014-08-19 | Default from param to 'END' | Erik Johnston | 1 | -0/+1 |
2014-08-19 | PresenceStreamData was expecting *_key to be ints | Erik Johnston | 1 | -0/+3 |
2014-08-19 | BF: The enter key in the image URL box called sendImage() with no argument | Emmanuel ROHEE | 1 | -1/+1 |
2014-08-19 | Cleaned dead code | Emmanuel ROHEE | 1 | -3/+1 |
2014-08-19 | Fix typo in merge conflict | Erik Johnston | 1 | -2/+0 |
2014-08-19 | Don't delete OFFLINE users from the presence cache, so we can report on their... | Paul "LeoNerd" Evans | 1 | -3/+0 |
2014-08-19 | Proofing | Kegan Dougal | 1 | -19/+20 |
2014-08-19 | Fix bug where we sometimes set min_token to None. | Erik Johnston | 1 | -1/+2 |
2014-08-19 | Print out stacktrace when we failed to persist event. | Erik Johnston | 1 | -1/+1 |
2014-08-19 | Rewrite of PresenceHandler test to ensure it covers the interaction with Fede... | Paul "LeoNerd" Evans | 1 | -149/+279 |
2014-08-19 | Ensure that federation's .send_edu() returns a Deferred | Paul "LeoNerd" Evans | 1 | -0/+1 |
2014-08-19 | Add a DeferredMockCallable; like mock's MockCallable but allows awaiting | Paul "LeoNerd" Evans | 1 | -0/+41 |
2014-08-19 | More formatting, more clarity. | Kegan Dougal | 1 | -23/+38 |
2014-08-19 | |