Commit Graph

12876 Commits (534926230257ef65b683f439dd71156c359d5004)
 

Author SHA1 Message Date
Erik Johnston 7bec359408 Add in StreamToken type 10 years ago
Erik Johnston d12a7c3939 Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston ebd3c41ede Make event stream storage return all membership events about the user, regardless of if they were in the room or not. 10 years ago
Emmanuel ROHEE 7371e68f55 Quick fix to support array of room aliases 10 years ago
Kegan Dougal 5048f4a915 Added final jsfiddle: an example app demonstrating most of the c2s api. 10 years ago
Emmanuel ROHEE 2f52e8ee18 BF: Apply image place holder only if the image message has the height information 10 years ago
Emmanuel ROHEE 96da42085c BF: Wait for the room_id being resolved before starting pagination 10 years ago
Paul "LeoNerd" Evans 583add34fe Use the "collect_presencelike_data" distributor signal instead of re-implementing its behaviour 10 years ago
Paul "LeoNerd" Evans 50718825bd Fix exception name in _fill_out_join_content() exception 10 years ago
Paul "LeoNerd" Evans e01bdf2432 Define __copy__ and __deepcopy__ as identity functions on DomainSpecificString, so that copy.deepcopy() will work on them 10 years ago
Paul "LeoNerd" Evans 9c0e570496 Kill the "_homeserver_" injected messages for room membership changes 10 years ago
Emmanuel ROHEE ba88c9105c Create a placeholder for each image of the chat thread. The height of this placeholder is the height of the image so that the scroller position will not be disrupted when the image will be actually loaded and displayed in its full height 10 years ago
Emmanuel ROHEE 6d3391f2f0 Send images with their imageInfo (size, mymetype, width & height) 10 years ago
Emmanuel ROHEE da2f5aac0e Sanitize message text content only if the type of current message in the ng-repeat loop is "text" 10 years ago
Erik Johnston e8244c23ba Give the event_id of the failed event 10 years ago
Erik Johnston d100ac8c82 Fix test. get_joined_hosts_for_room get's called multiple times 10 years ago
Erik Johnston 5c4c591c61 Fix federation test, since we now hit store.get_room 10 years ago
Erik Johnston beb0a179bd Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Erik Johnston 5ef0948eaa Better handle the edge cases of trying to remote join rooms 10 years ago
Kegan Dougal f60e5a1aec Added more jsfiddles. 10 years ago
Emmanuel ROHEE d6a3639269 Replaced the image URL text input by a file selector button: "Send Image" 10 years ago
Emmanuel ROHEE 955662d64c Disabled sending buttons while a message is being sent. Useful on bad Internet connection. 10 years ago
Erik Johnston 849627b82e Don't generate room membership messages. Include previous state of in membership messages. 10 years ago
Erik Johnston 2ffb075772 Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Emmanuel ROHEE ecce301632 File organisation sanity: put directives and filters into dedicated files 10 years ago
Kegan Dougal f4839ea042 Add some static fiddles for now (will migrate to github paths eventually) 10 years ago
Kegan Dougal 89ed81bb1f More fiddles, more fun! 10 years ago
Emmanuel ROHEE 9ca5bc7892 keepScroll: a directive to anchor the scroller position at the bottom when the browser is resizing 10 years ago
Erik Johnston d4fb1c8a92 Only hit get_room_events_stream if we have a valid user_id 10 years ago
Erik Johnston ae493c9418 Fix token to correct format 10 years ago
Erik Johnston e2b861cc67 Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor 10 years ago
Erik Johnston eea2dc7dde Remove debug logging from token parsing funcs. 10 years ago
Erik Johnston d94765999d Add comment about what strorage.stream does 10 years ago
Kegan Dougal b796d4b9d0 Added registration/login jsfiddle, formatted so it can be loaded directly from jsfiddle. Requires jQuery 1.8.3 10 years ago
Erik Johnston cc48e920d6 Don't expect a reflection from events stream 10 years ago
Erik Johnston 41333452e5 Update tests 10 years ago
Erik Johnston 7c60905ee7 Default from param to 'END' 10 years ago
Erik Johnston 5c00614aab PresenceStreamData was expecting *_key to be ints 10 years ago
Emmanuel ROHEE 4f773de6ba BF: The enter key in the image URL box called sendImage() with no argument 10 years ago
Emmanuel ROHEE c5d601d5cd Cleaned dead code 10 years ago
Erik Johnston 22dd0b37c4 Fix typo in merge conflict 10 years ago
Paul "LeoNerd" Evans 89cabba3e0 Don't delete OFFLINE users from the presence cache, so we can report on their offline mtime 10 years ago
Erik Johnston 347242a5c4 Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor 10 years ago
Kegan Dougal 7e83a58c4d Proofing 10 years ago
Erik Johnston 840771190f Fix bug where we sometimes set min_token to None. 10 years ago
Erik Johnston 234128586b Print out stacktrace when we failed to persist event. 10 years ago
Paul "LeoNerd" Evans d7cfb91a7a Rewrite of PresenceHandler test to ensure it covers the interaction with Federation as well 10 years ago
Paul "LeoNerd" Evans 992782b9f5 Ensure that federation's .send_edu() returns a Deferred 10 years ago
Paul "LeoNerd" Evans fcdc40a5dd Add a DeferredMockCallable; like mock's MockCallable but allows awaiting 10 years ago
Kegan Dougal e636e8799e More formatting, more clarity. 10 years ago