0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 08:38:24 +02:00

Commit graph

  • cda4ff8519 Oops, we need to use defer.returnValue. Erik Johnston 2014-08-22 18:23:02 +0100
  • 5b058a79cb Make is_presence_visible always return true as it was thrashing the database. Erik Johnston 2014-08-22 18:21:21 +0100
  • b18db63c06 Turn off more spammy logging. Erik Johnston 2014-08-22 18:13:50 +0100
  • 537ecd4e99 Turn off spammy logging Erik Johnston 2014-08-22 18:12:38 +0100
  • 9f514915af Add indices to schema Erik Johnston 2014-08-22 18:02:45 +0100
  • 31e7cec486 Added "Your name" as placeholder to help user understand what is this alone input box Emmanuel ROHEE 2014-08-22 18:23:38 +0200
  • 41d1db2d4a Merge branch 'settings-page' into develop Emmanuel ROHEE 2014-08-22 18:18:27 +0200
  • de0706493a Use /home everywhere Emmanuel ROHEE 2014-08-22 18:08:03 +0200
  • 4c7df52360 renamed rooms to home - renamed files Emmanuel ROHEE 2014-08-22 18:01:08 +0200
  • 1379dcae6f Take a snapshot of the state of the room before performing updates Mark Haines 2014-08-22 17:00:10 +0100
  • 61cac4df6e renamed rooms to home Emmanuel ROHEE 2014-08-22 17:59:48 +0200
  • aaf623fa53 Move profile parts of the rooms page and the config content into a new page: settings Emmanuel ROHEE 2014-08-22 17:11:39 +0200
  • f40844def2 avatar url root 2014-08-22 16:20:53 +0100
  • a96076f335 add 0.0.0 into the changelog, and add dates Matthew Hodgson 2014-08-22 16:13:09 +0100
  • f690b7b827 Impl: /rooms/roomid/state/eventtype/state_key - Renamed RoomTopicRestServlet to RoomStateEventRestServlet. Support generic state event sending. Kegan Dougal 2014-08-22 15:59:15 +0100
  • e1297c922d Merge branch 'release-v0.0.1' of github.com:matrix-org/synapse Erik Johnston 2014-08-22 15:50:23 +0100
  • 239622f80b Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 Erik Johnston 2014-08-22 15:48:09 +0100
  • 9521e6758f Move the 'Upgrade' section to just below the 'Installation' section Erik Johnston 2014-08-22 15:23:02 +0100
  • f81692dab4 Update the README.rst to refer people to UPGRADE.rst Erik Johnston 2014-08-22 15:20:53 +0100
  • a0e114fe64 Rename files to .rst for consistency. Erik Johnston 2014-08-22 15:20:33 +0100
  • 7d3a841a83 Add a missing '=' Erik Johnston 2014-08-22 15:09:03 +0100
  • 87b315ce21 Add CHANGES and UPGRADE files. Erik Johnston 2014-08-22 13:52:38 +0100
  • e3c6c9057b Added initial swagger REST API spec. Kegan Dougal 2014-08-22 13:40:37 +0100
  • 808f663ed1 Don't return state event outlier's when paginating. Erik Johnston 2014-08-22 13:06:07 +0100
  • 1317afcb9a Add a database-prepare-for-0.0.1.sh Erik Johnston 2014-08-22 12:22:38 +0100
  • 5494815c70 Add database-prepare-for-0.0.1.sh that should be run before starting a v0.0.1 homeserver. Erik Johnston 2014-08-22 12:18:05 +0100
  • c2e983b8db Bump versions to 0.0.1 Erik Johnston 2014-08-22 12:06:50 +0100
  • c7d7bc0254 Allow people to specify database location in database-save.sh Erik Johnston 2014-08-22 12:06:27 +0100
  • f3cea238b9 Check if the membership message was for the room we were in before updating the membership list Erik Johnston 2014-08-22 10:56:09 +0100
  • 47a4bff139 Updater command line client to new IS API David Baker 2014-08-22 11:55:37 +0200
  • 6118a102c1 Keep track of people's presence and query that when we update the members list. Erik Johnston 2014-08-22 10:50:38 +0100
  • 74c90f7815 Reinitialize room when creating a RoomController so that we start off with a clean slate, as it expects/ Erik Johnston 2014-08-22 10:50:10 +0100
  • dde50d4245 Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. This happpens with room URL like http://127.0.0.1:8080/matrix/client/#/room/#public:localhost. The second hash part is transferred to the next page when using $location.path. Emmanuel ROHEE 2014-08-22 11:43:54 +0200
  • 3c349b408b Update web client to use new IS API. David Baker 2014-08-22 11:34:27 +0200
  • acf5127604 Make the content repo work with in daemon mode. Return the full url on upload. Update the webclient to use new content repo api. Erik Johnston 2014-08-22 10:25:27 +0100
  • 53f4fbd99a resizeImage: generate an image in the format of the original image. (Tested with tranparent PNG, transparent GIF, BMP, JPEG) Emmanuel ROHEE 2014-08-22 10:48:00 +0200
  • c8d0c4762d Safari needs the img.onload event before actually working on the img Emmanuel ROHEE 2014-08-22 10:15:15 +0200
  • be2f948da5 homeserver runs webclient by default now Matthew Hodgson 2014-08-22 02:23:59 +0100
  • 8f7fbc1bb0 improve leftBlock css Matthew Hodgson 2014-08-22 02:11:33 +0100
  • 8d5ceccfc7 -w is no more Matthew Hodgson 2014-08-22 02:04:13 +0100
  • 3248aed03b fix mainInput retaining focus between sending consecutive messages by disabling commit 955662d6 Matthew Hodgson 2014-08-22 01:54:37 +0100
  • 868fa1a1e3 fix weird fontsizes on iOS Matthew Hodgson 2014-08-22 01:41:38 +0100
  • fd47f55e94 sacrifice a goat or two to make wordwrap actually work properly Matthew Hodgson 2014-08-22 01:33:34 +0100
  • ab27b49ded rename autoComplete directive as tabComplete to avoid confusion with the autocomplete html attribute Matthew Hodgson 2014-08-22 01:33:05 +0100
  • 019f3a66f6 add fixme pointing out name disambiguation is a bit flakey Matthew Hodgson 2014-08-22 01:32:17 +0100
  • 1b0d427285 host a webclient by default Matthew Hodgson 2014-08-21 23:35:45 +0100
  • 3277a65052 actually display room metadata based on m.room.membe events Matthew Hodgson 2014-08-21 19:02:00 +0100
  • 0045a2647a Add a var. Erik Johnston 2014-08-21 17:59:07 +0100
  • 2e1ab9db08 Only start event streaming after having set up the controllers. Erik Johnston 2014-08-21 17:55:41 +0100
  • 5670da1c1e Add ts field to all events. Erik Johnston 2014-08-21 17:46:52 +0100
  • 7dac1bfc91 Change webclient to always hit the im sync api before streaming so we get current presence state Erik Johnston 2014-08-21 17:17:41 +0100
  • e7ee0b9fc1 Change IM sync api to also return the current presence list. Erik Johnston 2014-08-21 16:40:21 +0100
  • ad869fa4b3 stop hammering the HS for displayname and avatar URLs Matthew Hodgson 2014-08-21 15:43:47 +0100
  • 2b1297c501 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 Erik Johnston 2014-08-21 15:34:49 +0100
  • 4c228df167 Use the new 'inviter' key from im sync for room display names. Erik Johnston 2014-08-21 15:30:57 +0100
  • 14b9989660 Fixed first pagination detection Emmanuel ROHEE 2014-08-21 16:27:15 +0200
  • 01a129cb9a cheer up erik and remove the double-horizontal-border between adjacent text plinths Matthew Hodgson 2014-08-21 15:26:19 +0100
  • bb4490c2d7 Show image fullscreen when clicking on the thumbnail Emmanuel ROHEE 2014-08-21 16:09:42 +0200
  • 3d1cae0e79 In the initial sync api, return the inviter for rooms in the 'invited' state Erik Johnston 2014-08-21 15:07:08 +0100
  • c6950b18cc Return the current state in the initial sync api. Erik Johnston 2014-08-21 15:06:22 +0100
  • 063e1b22e6 Stop internal keys from getting into SynapseEvents Erik Johnston 2014-08-21 15:06:00 +0100
  • 1587ea26fe Wait for getting a Join in response to an invite/join dance. Erik Johnston 2014-08-21 14:38:22 +0100
  • e4f0e1af1a If there are available, show image thumbnails in the messages list Emmanuel ROHEE 2014-08-21 14:58:26 +0200
  • aac52fce15 Generate thumbnail client side and send its URL and info with the image message body Emmanuel ROHEE 2014-08-21 14:30:41 +0200
  • 9d4bc8985f Made uploadContent compatible for sending Blob objects Emmanuel ROHEE 2014-08-21 13:36:14 +0200
  • efe5aa6464 Added resizeImage() Emmanuel ROHEE 2014-08-21 13:35:04 +0200
  • 81a95937de Use new StreamToken in pagination config Erik Johnston 2014-08-21 10:56:31 +0100
  • 7bec359408 Add in StreamToken type Erik Johnston 2014-08-21 10:55:54 +0100
  • d12a7c3939 Merge branch 'master' of github.com:matrix-org/synapse into develop Erik Johnston 2014-08-21 11:00:59 +0100
  • ebd3c41ede Make event stream storage return all membership events about the user, regardless of if they were in the room or not. Erik Johnston 2014-08-20 16:07:20 +0100
  • 7371e68f55 Quick fix to support array of room aliases Emmanuel ROHEE 2014-08-20 17:46:16 +0200
  • 5048f4a915 Added final jsfiddle: an example app demonstrating most of the c2s api. Kegan Dougal 2014-08-20 16:45:59 +0100
  • 2f52e8ee18 BF: Apply image place holder only if the image message has the height information Emmanuel ROHEE 2014-08-20 17:17:17 +0200
  • 96da42085c BF: Wait for the room_id being resolved before starting pagination Emmanuel ROHEE 2014-08-20 17:08:05 +0200
  • 583add34fe Use the "collect_presencelike_data" distributor signal instead of re-implementing its behaviour Paul "LeoNerd" Evans 2014-08-20 16:04:01 +0100
  • 50718825bd Fix exception name in _fill_out_join_content() exception Paul "LeoNerd" Evans 2014-08-20 15:50:37 +0100
  • e01bdf2432 Define __copy__ and __deepcopy__ as identity functions on DomainSpecificString, so that copy.deepcopy() will work on them Paul "LeoNerd" Evans 2014-08-20 15:25:17 +0100
  • 9c0e570496 Kill the "_homeserver_" injected messages for room membership changes Paul "LeoNerd" Evans 2014-08-20 14:58:45 +0100
  • 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 Emmanuel ROHEE 2014-08-20 17:04:32 +0200
  • 6d3391f2f0 Send images with their imageInfo (size, mymetype, width & height) Emmanuel ROHEE 2014-08-20 16:18:50 +0200
  • da2f5aac0e Sanitize message text content only if the type of current message in the ng-repeat loop is "text" In case of image message, the body can be a JSON object (ImageInfo) and ngSanitize does not like that (ie it generates exception in the console) Emmanuel ROHEE 2014-08-20 15:41:14 +0200
  • e8244c23ba Give the event_id of the failed event Erik Johnston 2014-08-20 15:53:07 +0100
  • d100ac8c82 Fix test. get_joined_hosts_for_room get's called multiple times Erik Johnston 2014-08-20 15:10:36 +0100
  • 5c4c591c61 Fix federation test, since we now hit store.get_room Erik Johnston 2014-08-20 14:59:43 +0100
  • beb0a179bd Merge branch 'master' of github.com:matrix-org/synapse into develop Erik Johnston 2014-08-20 14:43:02 +0100
  • 5ef0948eaa Better handle the edge cases of trying to remote join rooms Erik Johnston 2014-08-20 14:42:36 +0100
  • f60e5a1aec Added more jsfiddles. Kegan Dougal 2014-08-20 13:47:20 +0100
  • d6a3639269 Replaced the image URL text input by a file selector button: "Send Image" Emmanuel ROHEE 2014-08-20 14:09:55 +0200
  • 955662d64c Disabled sending buttons while a message is being sent. Useful on bad Internet connection. Emmanuel ROHEE 2014-08-20 13:43:31 +0200
  • 849627b82e Don't generate room membership messages. Include previous state of in membership messages. Erik Johnston 2014-08-20 11:50:16 +0100
  • 2ffb075772 Merge branch 'master' of github.com:matrix-org/synapse into develop Erik Johnston 2014-08-20 10:29:16 +0100
  • ecce301632 File organisation sanity: put directives and filters into dedicated files Emmanuel ROHEE 2014-08-20 11:28:36 +0200
  • f4839ea042 Add some static fiddles for now (will migrate to github paths eventually) Kegan Dougal 2014-08-19 17:48:49 +0100
  • 89ed81bb1f More fiddles, more fun! Kegan Dougal 2014-08-19 17:34:31 +0100
  • 9ca5bc7892 keepScroll: a directive to anchor the scroller position at the bottom when the browser is resizing Emmanuel ROHEE 2014-08-19 18:29:41 +0200
  • d4fb1c8a92 Only hit get_room_events_stream if we have a valid user_id Erik Johnston 2014-08-19 17:18:19 +0100
  • ae493c9418 Fix token to correct format Erik Johnston 2014-08-19 16:45:55 +0100
  • e2b861cc67 Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor Erik Johnston 2014-08-19 16:41:13 +0100
  • eea2dc7dde Remove debug logging from token parsing funcs. Erik Johnston 2014-08-19 16:40:38 +0100
  • d94765999d Add comment about what strorage.stream does Erik Johnston 2014-08-19 16:40:25 +0100