| Commit message (Expand) | Author | Files | Lines |
2014-08-20 | Sanitize message text content only if the type of current message in the ng-r... | Emmanuel ROHEE | 1 | -2/+2 |
2014-08-20 | Give the event_id of the failed event | Erik Johnston | 1 | -1/+4 |
2014-08-20 | Fix test. get_joined_hosts_for_room get's called multiple times | Erik Johnston | 1 | -3/+5 |
2014-08-20 | Fix federation test, since we now hit store.get_room | Erik Johnston | 1 | -1/+2 |
2014-08-20 | Better handle the edge cases of trying to remote join rooms | Erik Johnston | 2 | -37/+88 |
2014-08-20 | Added more jsfiddles. | Kegan Dougal | 6 | -0/+375 |
2014-08-20 | Replaced the image URL text input by a file selector button: "Send Image" | Emmanuel ROHEE | 2 | -18/+5 |
2014-08-20 | Disabled sending buttons while a message is being sent. Useful on bad Interne... | Emmanuel ROHEE | 2 | -6/+18 |
2014-08-20 | Don't generate room membership messages. Include previous state of in members... | Erik Johnston | 2 | -8/+16 |
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 | |