Commit Graph

387 Commits (8885c8546c3493ada2f00b1626d45fa90109ab5f)
 

Author SHA1 Message Date
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
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
Erik Johnston 5494815c70 Add database-prepare-for-0.0.1.sh that should be run before starting a v0.0.1 homeserver. 10 years ago
Erik Johnston c2e983b8db Bump versions to 0.0.1 10 years ago
Erik Johnston c7d7bc0254 Allow people to specify database location in database-save.sh 10 years ago
Erik Johnston f3cea238b9 Check if the membership message was for the room we were in before updating the membership list 10 years ago
David Baker 47a4bff139 Updater command line client to new IS API 10 years ago
Erik Johnston 6118a102c1 Keep track of people's presence and query that when we update the members list. 10 years ago
Erik Johnston 74c90f7815 Reinitialize room when creating a RoomController so that we start off with a clean slate, as it expects/ 10 years ago
Emmanuel ROHEE dde50d4245 Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 10 years ago
David Baker 3c349b408b Update web client to use new IS API. 10 years ago
Erik Johnston 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. 10 years ago
Emmanuel ROHEE 53f4fbd99a resizeImage: generate an image in the format of the original image. (Tested with tranparent PNG, transparent GIF, BMP, JPEG) 10 years ago
Emmanuel ROHEE c8d0c4762d Safari needs the img.onload event before actually working on the img 10 years ago
Matthew Hodgson be2f948da5 homeserver runs webclient by default now 10 years ago
Matthew Hodgson 8f7fbc1bb0 improve leftBlock css 10 years ago
Matthew Hodgson 8d5ceccfc7 -w is no more 10 years ago
Matthew Hodgson 3248aed03b fix mainInput retaining focus between sending consecutive messages by disabling commit 955662d6 10 years ago
Matthew Hodgson 868fa1a1e3 fix weird fontsizes on iOS 10 years ago
Matthew Hodgson fd47f55e94 sacrifice a goat or two to make wordwrap actually work properly 10 years ago
Matthew Hodgson ab27b49ded rename autoComplete directive as tabComplete to avoid confusion with the autocomplete html attribute 10 years ago
Matthew Hodgson 019f3a66f6 add fixme pointing out name disambiguation is a bit flakey 10 years ago
Matthew Hodgson 1b0d427285 host a webclient by default 10 years ago
Matthew Hodgson 3277a65052 actually display room metadata based on m.room.membe events 10 years ago
Erik Johnston 0045a2647a Add a var. 10 years ago
Erik Johnston 2e1ab9db08 Only start event streaming after having set up the controllers. 10 years ago
Erik Johnston 5670da1c1e Add ts field to all events. 10 years ago
Erik Johnston 7dac1bfc91 Change webclient to always hit the im sync api before streaming so we get current presence state 10 years ago
Erik Johnston e7ee0b9fc1 Change IM sync api to also return the current presence list. 10 years ago
Matthew Hodgson ad869fa4b3 stop hammering the HS for displayname and avatar URLs 10 years ago
Erik Johnston 2b1297c501 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 10 years ago
Erik Johnston 4c228df167 Use the new 'inviter' key from im sync for room display names. 10 years ago
Emmanuel ROHEE 14b9989660 Fixed first pagination detection 10 years ago