synapse/webclient
2014-08-30 00:44:56 +01:00
..
components Give basic feedback on the state of VoIP calls in the UI. 2014-08-29 18:01:01 +01:00
home oops. Should not have c+p all lines 2014-08-29 18:29:04 +02:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 2014-08-25 11:13:54 +02:00
recents Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) 2014-08-29 09:55:47 +02:00
room Give basic feedback on the state of VoIP calls in the UI. 2014-08-29 18:01:01 +01:00
settings Get user display name and avatar from the server rather than storing them in the local storage 2014-08-29 18:23:18 +02:00
user very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
app-controller.js Show desktop notification state. Provide help if the user has previously denied permission to display them. 2014-08-29 17:13:57 +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 shrink text bubble font a bit; make image thumbnails always fit in their bubbles 2014-08-30 00:41:36 +01:00
app.js Merge branch 'voip' into develop 2014-08-29 11:33:36 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html actually add a 'home' button 2014-08-30 00:44:56 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

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/