You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/webclient
Emmanuel ROHEE 277fd2250a Added /unban $user_id 10 years ago
..
components Add support for room names 10 years ago
home Handle "m.room.create" in order to inform controllers about new rooms 10 years ago
img
js
login Hide the email textbox during registeration has it has not been wired up yet. 10 years ago
recents Do not show banned people in member list. Format ban events strings in room and recent flows 10 years ago
room Added /unban $user_id 10 years ago
settings Attempt to make avatar change clearer 10 years ago
user
README
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). 10 years ago
app-directive.js
app-filter.js Add support for room names 10 years ago
app.css make power level more visible 10 years ago
app.js BF: Prevent controllers from being instantiated twice. 10 years ago
favicon.ico
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). 10 years ago
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/