MatrixSynapse/webclient
David Baker eb7d7ce354 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
..
components Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
home better error msgs 2014-09-03 18:39:09 +01:00
img
js
login Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
recents BF: Do not filter incoming member events. Before, only invitations to the current user were showned in the recents. 2014-09-04 11:03:49 +02:00
room Added more ng-if to make nice sentences like "Bob kicked Alice" or "Bob unbanned Alice" 2014-09-03 19:52:09 +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 Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
app-directive.js
app-filter.js Fix a few cases where we used user_id instead of state_key 2014-09-03 18:03:10 +01:00
app.css
app.js
favicon.ico
index.html
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/