summary refs log tree commit diff
path: root/experiments/cursesio.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-22renamed rooms to homeEmmanuel ROHEE3-0/+16
2014-08-22Move profile parts of the rooms page and the config content into a new page: ...Emmanuel ROHEE8-201/+237
2014-08-22Use $location.url instead of $location.path to get clean page URL without has...Emmanuel ROHEE4-10/+10
2014-08-22Make the content repo work with in daemon mode. Return the full url on upload...Erik Johnston3-9/+24
2014-08-22resizeImage: generate an image in the format of the original image. (Tested w...Emmanuel ROHEE1-1/+3
2014-08-22Safari needs the img.onload event before actually working on the imgEmmanuel ROHEE2-27/+39
2014-08-22homeserver runs webclient by default nowMatthew Hodgson1-8/+3
2014-08-22improve leftBlock cssMatthew Hodgson1-1/+6
2014-08-22-w is no moreMatthew Hodgson1-2/+1
2014-08-22fix mainInput retaining focus between sending consecutive messages by disabli...Matthew Hodgson2-4/+4
2014-08-22fix weird fontsizes on iOSMatthew Hodgson1-0/+1
2014-08-22sacrifice a goat or two to make wordwrap actually work properlyMatthew Hodgson2-28/+21
2014-08-22rename autoComplete directive as tabComplete to avoid confusion with the auto...Matthew Hodgson1-15/+15
2014-08-22add fixme pointing out name disambiguation is a bit flakeyMatthew Hodgson1-1/+4
2014-08-21host a webclient by defaultMatthew Hodgson1-2/+2
2014-08-21actually display room metadata based on m.room.membe eventsMatthew Hodgson3-2/+23
2014-08-21Add a var.Erik Johnston1-1/+1
2014-08-21Only start event streaming after having set up the controllers.Erik Johnston6-5/+19
2014-08-21Add ts field to all events.Erik Johnston2-2/+7
2014-08-21Change webclient to always hit the im sync api before streaming so we get cur...Erik Johnston2-7/+41
2014-08-21Change IM sync api to also return the current presence list.Erik Johnston2-6/+23
2014-08-21stop hammering the HS for displayname and avatar URLsMatthew Hodgson1-3/+5
2014-08-21Use the new 'inviter' key from im sync for room display names.Erik Johnston2-3/+8
2014-08-21Fixed first pagination detectionEmmanuel ROHEE1-2/+3
2014-08-21cheer up erik and remove the double-horizontal-border between adjacent text p...Matthew Hodgson1-0/+1
2014-08-21Show image fullscreen when clicking on the thumbnailEmmanuel ROHEE2-3/+31
2014-08-21In the initial sync api, return the inviter for rooms in the 'invited' stateErik Johnston1-0/+4
2014-08-21Return the current state in the initial sync api.Erik Johnston1-0/+3
2014-08-21Stop internal keys from getting into SynapseEventsErik Johnston2-0/+6
2014-08-21Wait for getting a Join in response to an invite/join dance.Erik Johnston2-2/+28
2014-08-21If there are available, show image thumbnails in the messages listEmmanuel ROHEE1-3/+7
2014-08-21Generate thumbnail client side and send its URL and info with the image messa...Emmanuel ROHEE3-28/+149
2014-08-21Made uploadContent compatible for sending Blob objectsEmmanuel ROHEE1-4/+22
2014-08-21Added resizeImage()Emmanuel ROHEE1-1/+86
2014-08-20Make event stream storage return all membership events about the user, regard...Erik Johnston1-4/+6
2014-08-20Quick fix to support array of room aliasesEmmanuel ROHEE1-2/+3
2014-08-20Added final jsfiddle: an example app demonstrating most of the c2s api.Kegan Dougal4-0/+415
2014-08-20BF: Apply image place holder only if the image message has the height informa...Emmanuel ROHEE1-1/+1
2014-08-20BF: Wait for the room_id being resolved before starting paginationEmmanuel ROHEE1-2/+2
2014-08-20Use the "collect_presencelike_data" distributor signal instead of re-implemen...Paul "LeoNerd" Evans2-30/+4
2014-08-20Fix exception name in _fill_out_join_content() exceptionPaul "LeoNerd" Evans1-1/+3
2014-08-20Define __copy__ and __deepcopy__ as identity functions on DomainSpecificStrin...Paul "LeoNerd" Evans1-0/+8
2014-08-20Kill the "_homeserver_" injected messages for room membership changesPaul "LeoNerd" Evans2-58/+6
2014-08-20Create a placeholder for each image of the chat thread. The height of this pl...Emmanuel ROHEE1-1/+4
2014-08-20Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE5-17/+89
2014-08-20Sanitize message text content only if the type of current message in the ng-r...Emmanuel ROHEE1-2/+2
2014-08-20Give the event_id of the failed eventErik Johnston1-1/+4
2014-08-20Fix test. get_joined_hosts_for_room get's called multiple timesErik Johnston1-3/+5
2014-08-20Fix federation test, since we now hit store.get_roomErik Johnston1-1/+2
2014-08-20Better handle the edge cases of trying to remote join roomsErik Johnston2-37/+88
2014-08-20Added more jsfiddles.Kegan Dougal6-0/+375
2014-08-20Replaced the image URL text input by a file selector button: "Send Image"Emmanuel ROHEE2-18/+5
2014-08-20Disabled sending buttons while a message is being sent. Useful on bad Interne...Emmanuel ROHEE2-6/+18
2014-08-20Don't generate room membership messages. Include previous state of in members...Erik Johnston2-8/+16
2014-08-20File organisation sanity: put directives and filters into dedicated filesEmmanuel ROHEE6-197/+254
2014-08-19Add some static fiddles for now (will migrate to github paths eventually)Kegan Dougal1-1/+5
2014-08-19More fiddles, more fun!Kegan Dougal3-0/+156
2014-08-19keepScroll: a directive to anchor the scroller position at the bottom when th...Emmanuel ROHEE1-0/+27
2014-08-19Only hit get_room_events_stream if we have a valid user_idErik Johnston1-0/+3
2014-08-19Fix token to correct formatErik Johnston1-1/+1
2014-08-19Remove debug logging from token parsing funcs.Erik Johnston1-2/+0
2014-08-19Add comment about what strorage.stream doesErik Johnston1-0/+20
2014-08-19Added registration/login jsfiddle, formatted so it can be loaded directly fro...Kegan Dougal4-1/+98
2014-08-19Don't expect a reflection from events streamErik Johnston1-3/+1
2014-08-19Update testsErik Johnston2-12/+5
2014-08-19Default from param to 'END'Erik Johnston1-0/+1
2014-08-19PresenceStreamData was expecting *_key to be intsErik Johnston1-0/+3
2014-08-19BF: The enter key in the image URL box called sendImage() with no argumentEmmanuel ROHEE1-1/+1
2014-08-19Cleaned dead codeEmmanuel ROHEE1-3/+1
2014-08-19Fix typo in merge conflictErik Johnston1-2/+0
2014-08-19Don't delete OFFLINE users from the presence cache, so we can report on their...Paul "LeoNerd" Evans1-3/+0
2014-08-19ProofingKegan Dougal1-19/+20
2014-08-19Fix bug where we sometimes set min_token to None.Erik Johnston1-1/+2
2014-08-19Print out stacktrace when we failed to persist event.Erik Johnston1-1/+1
2014-08-19Rewrite of PresenceHandler test to ensure it covers the interaction with Fede...Paul "LeoNerd" Evans1-149/+279
2014-08-19Ensure that federation's .send_edu() returns a DeferredPaul "LeoNerd" Evans1-0/+1
2014-08-19Add a DeferredMockCallable; like mock's MockCallable but allows awaitingPaul "LeoNerd" Evans1-0/+41
2014-08-19More formatting, more clarity.Kegan Dougal1-23/+38
2014-08-19Add a 'backfill room' buttonErik Johnston6-25/+81
2014-08-19Change the way pagination works to support out of order events.Erik Johnston8-82/+227
2014-08-19rst formatting, section heading intro blurbs.Kegan Dougal1-18