MatrixSynapse/webclient
Emmanuel ROHEE 585e98fe2b BF: Fixed members list layout when the scrollbar appears 2014-09-05 15:37:51 +02:00
..
components switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 2014-09-04 23:14:52 -07:00
home
img
js
login hide the forgot password link until it works 2014-09-05 13:11:11 +01:00
recents BF: Show "Bob invited you" in recents when Bob invites the user 2014-09-05 14:55:17 +02:00
room Fixed duplicated messages sending in slow network condition. 2014-09-05 14:09:14 +02:00
settings Re-apply fixes to the link-email screen to make it work again (in a somewhat temporary way until home servers sign associations). Unhide the linked emails box. 2014-09-04 11:38:26 +01:00
user
README
app-controller.js
app-directive.js
app-filter.js Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 2014-09-04 13:43:48 +02:00
app.css BF: Fixed members list layout when the scrollbar appears 2014-09-05 15:37:51 +02:00
app.js
favicon.ico
index.html Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 2014-09-04 13:43:48 +02:00
mobile.css

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/