synapse/webclient
2014-08-21 17:17:41 +01:00
..
components Change webclient to always hit the im sync api before streaming so we get current presence state 2014-08-21 17:17:41 +01:00
img
js
login
room stop hammering the HS for displayname and avatar URLs 2014-08-21 15:44:03 +01:00
rooms Change webclient to always hit the im sync api before streaming so we get current presence state 2014-08-21 17:17:41 +01: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 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 2014-08-21 15:34:49 +01:00
app.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
favicon.ico
index.html Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02:00
README

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/