MatrixSynapse/webclient
Emmanuel ROHEE b3be06667d BF: tab completion did not work with commands. $scope.input contained only the typed chars not the result of the completion.
Needed to fire an event so that ng update the input model
2014-09-05 18:46:34 +02:00
..
components Created kick & unban methods in matrixService. Made some factorisation. 2014-09-05 17:30:50 +02:00
home
img
js
login hide the forgot password link until it works 2014-09-05 13:11:11 +01:00
recents Display ban & kick reason 2014-09-05 16:45:59 +02:00
room BF: tab completion did not work with commands. $scope.input contained only the typed chars not the result of the completion. 2014-09-05 18:46:34 +02:00
settings doc: kick can take a reason arg 2014-09-05 17:32:35 +02: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/