0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/webclient
2014-08-20 17:17:17 +02:00
..
components Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02: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 BF: Apply image place holder only if the image message has the height information 2014-08-20 17:17:17 +02:00
rooms Join room: open the room URL with the room alias in it 2014-08-18 17:41:23 +02:00
user Fill user page with avatar, display name and matrix id 2014-08-19 09:37:10 +02:00
app-controller.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
app-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app-filter.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app.css Change mouse cursor to pointer on elements user can click on 2014-08-19 11:37:07 +02:00
app.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02: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/