0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-12 22:28:47 +02:00
synapse/webclient
Emmanuel ROHEE d5bebc9eaa Added another button to upload and send an image.
The text input and its send button for sending an image URL will be removed once we have a true upload image service
2014-08-18 10:41:21 +02:00
..
components When new invites come down, update the My Rooms list. Added hacks to make the display name a bit nicer (/im/sync needs to return room aliases / membership events better) 2014-08-15 17:42:11 +01:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login unbreak login sequence (which spuriously required a sydent server to be specified, which login.html was no longer doing...) 2014-08-17 03:47:58 +01:00
room Added another button to upload and send an image. 2014-08-18 10:41:21 +02:00
rooms switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
app-controller.js implement html5 notifications. (have to be explicitly requested under Config) 2014-08-17 03:48:28 +01:00
app.css make my emotes white again 2014-08-18 01:30:58 +01:00
app.js remove log spam 2014-08-16 22:02:52 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html implement html5 notifications. (have to be explicitly requested under Config) 2014-08-17 03:48:28 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/