MatrixSynapse/webclient
Erik Johnston f3cea238b9 Check if the membership message was for the room we were in before updating the membership list 2014-08-22 10:56:16 +01:00
..
components Keep track of people's presence and query that when we update the members list. 2014-08-22 10:51:00 +01:00
img
js
login Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
room Check if the membership message was for the room we were in before updating the membership list 2014-08-22 10:56:16 +01:00
rooms Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
user
README
app-controller.js Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
app-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app-filter.js add fixme pointing out name disambiguation is a bit flakey 2014-08-22 01:32:17 +01:00
app.css improve leftBlock css 2014-08-22 02:11:33 +01:00
app.js Only start event streaming after having set up the controllers. 2014-08-21 17:55:41 +01:00
favicon.ico
index.html Send images with their imageInfo (size, mymetype, width & height) 2014-08-20 17:04:50 +02: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/