Commit Graph

14718 Commits (08352d44f81a76ba53fc96753cc5038589defaa7)
 

Author SHA1 Message Date
Erik Johnston a664ec20e0 Add a do_users_share_a_room method and use that in the presence handler. 10 years ago
Kegan Dougal 7d79021c42 Added servlet for /rooms/$roomid/[invite|join|leave] 10 years ago
Kegan Dougal f6daa9f170 Merge branch 'client_server_url_rename' into develop 10 years ago
Kegan Dougal b01aeac842 URL renaming: Room state keys now use the format /rooms/$roomid/state/$event_type/$state_key. cmdclient: Fixed double urlencoding on leave command. Stream from the END since START now produces an error on /events. 10 years ago
Kegan Dougal 5796232cb1 Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service. 10 years ago
Kegan Dougal 52b64617f9 Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Erik Johnston fea7b60cf3 Add 'state_key' to valid_keys 10 years ago
Erik Johnston b52b33acf6 Send down state_key to clients 10 years ago
Kegan Dougal 47c3a089c5 Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename 10 years ago
Kegan Dougal cab3095803 Removed member list servlet: now using generic state paths. 10 years ago
Erik Johnston be6abdff19 Order 'get_recent_events_for_room' correctly. 10 years ago
Emmanuel ROHEE 95839212a7 The landing URL is now '#/' which actually points to homeController 10 years ago
Emmanuel ROHEE 66d752dd1b Merge remote-tracking branch 'origin/master' into develop 10 years ago
Emmanuel ROHEE 1bd380c816 Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 10 years ago
Emmanuel ROHEE 8b0473d5b9 Oops. Removed my NetBeans private folders 10 years ago
Erik Johnston 2c4908ed26 Ensure that we don't have duplicate hosts in the pdu destinations list 10 years ago
Erik Johnston 4521c2d277 Merge branch 'hotfixes-0.0.1' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 0c3b4a1f63 For the content repo, don't just use homeserver.hostname as that might not include the port due to SRV. 10 years ago
Erik Johnston 9d86c8c7a6 Add a unique constraint on the room hosts table 10 years ago
Erik Johnston a9a5329a11 Encode unicode from json as utf-8. This was required to allow people to register on my laptop 10 years ago
Matthew Hodgson 3f08a7ad21 oops 10 years ago
Matthew Hodgson d2bb28d2df very quick and dirty responsive design for iPhones 10 years ago
Matthew Hodgson 45e70a6b70 point out the non-quick-start guide 10 years ago
Erik Johnston 68f4d73717 Mention in changelog that we disabled presence. 10 years ago
Mark Haines 104808107a skip presence tests which broke when presence polling was disabled 10 years ago
Erik Johnston cda4ff8519 Oops, we need to use defer.returnValue. 10 years ago
Erik Johnston 5b058a79cb Make is_presence_visible always return true as it was thrashing the database. 10 years ago
Erik Johnston b18db63c06 Turn off more spammy logging. 10 years ago
Erik Johnston 537ecd4e99 Turn off spammy logging 10 years ago
Erik Johnston 9f514915af Add indices to schema 10 years ago
Emmanuel ROHEE 31e7cec486 Added "Your name" as placeholder to help user understand what is this alone input box 10 years ago
Emmanuel ROHEE 41d1db2d4a Merge branch 'settings-page' into develop 10 years ago
Emmanuel ROHEE de0706493a Use /home everywhere 10 years ago
Emmanuel ROHEE 4c7df52360 renamed rooms to home - renamed files 10 years ago
Mark Haines 1379dcae6f Take a snapshot of the state of the room before performing updates 10 years ago
Emmanuel ROHEE 61cac4df6e renamed rooms to home 10 years ago
Emmanuel ROHEE aaf623fa53 Move profile parts of the rooms page and the config content into a new page: settings 10 years ago
root f40844def2 avatar url 10 years ago
Matthew Hodgson a96076f335 add 0.0.0 into the changelog, and add dates 10 years ago
Kegan Dougal f690b7b827 Impl: /rooms/roomid/state/eventtype/state_key - Renamed RoomTopicRestServlet to RoomStateEventRestServlet. Support generic state event sending. 10 years ago
Erik Johnston e1297c922d Merge branch 'release-v0.0.1' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 239622f80b Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 10 years ago
Erik Johnston 9521e6758f Move the 'Upgrade' section to just below the 'Installation' section 10 years ago
Erik Johnston f81692dab4 Update the README.rst to refer people to UPGRADE.rst 10 years ago
Erik Johnston a0e114fe64 Rename files to .rst for consistency. 10 years ago
Erik Johnston 7d3a841a83 Add a missing '=' 10 years ago
Erik Johnston 87b315ce21 Add CHANGES and UPGRADE files. 10 years ago
Kegan Dougal e3c6c9057b Added initial swagger REST API spec. 10 years ago
Erik Johnston 808f663ed1 Don't return state event outlier's when paginating. 10 years ago
Erik Johnston 1317afcb9a Add a database-prepare-for-0.0.1.sh 10 years ago