| Commit message (Expand) | Author | Files | Lines |
2014-08-21 | Add ts field to all events. | Erik Johnston | 2 | -2/+7 |
2014-08-21 | Change webclient to always hit the im sync api before streaming so we get cur... | Erik Johnston | 2 | -7/+41 |
2014-08-21 | Change IM sync api to also return the current presence list. | Erik Johnston | 2 | -6/+23 |
2014-08-21 | stop hammering the HS for displayname and avatar URLs | Matthew Hodgson | 1 | -3/+5 |
2014-08-21 | Use the new 'inviter' key from im sync for room display names. | Erik Johnston | 2 | -3/+8 |
2014-08-21 | Fixed first pagination detection | Emmanuel ROHEE | 1 | -2/+3 |
2014-08-21 | cheer up erik and remove the double-horizontal-border between adjacent text p... | Matthew Hodgson | 1 | -0/+1 |
2014-08-21 | Show image fullscreen when clicking on the thumbnail | Emmanuel ROHEE | 2 | -3/+31 |
2014-08-21 | In the initial sync api, return the inviter for rooms in the 'invited' state | Erik Johnston | 1 | -0/+4 |
2014-08-21 | Return the current state in the initial sync api. | Erik Johnston | 1 | -0/+3 |
2014-08-21 | Stop internal keys from getting into SynapseEvents | Erik Johnston | 2 | -0/+6 |
2014-08-21 | Wait for getting a Join in response to an invite/join dance. | Erik Johnston | 2 | -2/+28 |
2014-08-21 | If there are available, show image thumbnails in the messages list | Emmanuel ROHEE | 1 | -3/+7 |
2014-08-21 | Generate thumbnail client side and send its URL and info with the image messa... | Emmanuel ROHEE | 3 | -28/+149 |
2014-08-21 | Made uploadContent compatible for sending Blob objects | Emmanuel ROHEE | 1 | -4/+22 |
2014-08-21 | Added resizeImage() | Emmanuel ROHEE | 1 | -1/+86 |
2014-08-20 | Make event stream storage return all membership events about the user, regard... | Erik Johnston | 1 | -4/+6 |
2014-08-20 | Quick fix to support array of room aliases | Emmanuel ROHEE | 1 | -2/+3 |
2014-08-20 | Added final jsfiddle: an example app demonstrating most of the c2s api. | Kegan Dougal | 4 | -0/+415 |
2014-08-20 | BF: Apply image place holder only if the image message has the height informa... | Emmanuel ROHEE | 1 | -1/+1 |
2014-08-20 | BF: Wait for the room_id being resolved before starting pagination | Emmanuel ROHEE | 1 | -2/+2 |
2014-08-20 | Use the "collect_presencelike_data" distributor signal instead of re-implemen... | Paul "LeoNerd" Evans | 2 | -30/+4 |
2014-08-20 | Fix exception name in _fill_out_join_content() exception | Paul "LeoNerd" Evans | 1 | -1/+3 |
2014-08-20 | Define __copy__ and __deepcopy__ as identity functions on DomainSpecificStrin... | Paul "LeoNerd" Evans | 1 | -0/+8 |
2014-08-20 | Kill the "_homeserver_" injected messages for room membership changes | Paul "LeoNerd" Evans | 2 | -58/+6 |
2014-08-20 | Create a placeholder for each image of the chat thread. The height of this pl... | Emmanuel ROHEE | 1 | -1/+4 |
2014-08-20 | Send images with their imageInfo (size, mymetype, width & height) | Emmanuel ROHEE | 5 | -17/+89 |
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 | More formatting, more clarity. | Kegan Dougal | 1 | -23/+38 |
2014-08-19 | Add a 'backfill room' button | Erik Johnston | 6 | -25/+81 |
2014-08-19 | Change the way pagination works to support out of order events. | Erik Johnston | 8 | -82/+227 |
2014 |