MatrixSynapse/webclient
Emmanuel ROHEE 4ba5b4b55d Do not show banned people in member list. Format ban events strings in room and recent flows 2014-09-03 11:38:24 +02:00
..
components Added /ban command 2014-09-03 11:17:58 +02:00
home Handle "m.room.create" in order to inform controllers about new rooms 2014-09-02 13:55:23 +02:00
img moar logos! 2014-08-31 00:37:47 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login Hide the email textbox during registeration has it has not been wired up yet. 2014-09-02 16:59:45 +01:00
recents Do not show banned people in member list. Format ban events strings in room and recent flows 2014-09-03 11:38:24 +02:00
room Do not show banned people in member list. Format ban events strings in room and recent flows 2014-09-03 11:38:24 +02:00
settings Attempt to make avatar change clearer 2014-09-02 17:00:47 +02:00
user make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
app-controller.js Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 2014-09-01 17:16:27 +01:00
app-directive.js nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
app-filter.js roomName directive: Take into account invited users. 2014-09-02 18:26:20 +02:00
app.css make power level more visible 2014-09-02 16:07:00 +01:00
app.js BF: Prevent controllers from being instantiated twice. 2014-09-02 15:12:51 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 2014-09-01 17:16:27 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +01: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/