synapse/webclient
Emmanuel ROHEE ef5b39c410 State data now provides up-to-date users displaynames. So use it first.
Continue to use presence data as fallback solution which is required when users do not join the room yet.
Created eventHandlerService.getUserDisplayName() as a single point to compute display name.
2014-09-24 11:04:27 +02:00
..
components State data now provides up-to-date users displaynames. So use it first. 2014-09-24 11:04:27 +02:00
home oops, stupid bug on room/$room/state 2014-09-23 20:01:32 +01:00
img close buttons on recents (SYWEB-68) 2014-09-24 01:12:45 +01:00
js Added test directory, karma conf, and angular-mocks. Expect it to work? Pah, not yet. 2014-09-18 17:59:15 +01:00
login Set required environment variables for e2e testing. 2014-09-22 15:00:23 +01:00
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents close buttons on recents (SYWEB-68) 2014-09-24 01:12:59 +01:00
room close buttons on recents (SYWEB-68) 2014-09-24 01:12:59 +01:00
settings fix binger description 2014-09-18 15:25:11 +01:00
test Add working protractor e2e test. 2014-09-22 16:50:12 +01:00
user send messages to users from the home page (SYWEB-19) 2014-09-23 13:36:58 +01:00
app-controller.js close buttons on recents (SYWEB-68) 2014-09-24 01:12:59 +01:00
app-directive.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
app-filter.js SYWEB-28: Fixed weird members list ordering: sort members on their last activity absolute time 2014-09-23 17:33:16 +02:00
app.css Move video background element up as it was causing the page to scroll. 2014-09-19 17:40:00 +01:00
app.js SYWEB-13: Do not start the app if the browser does not support WEBStorage. 2014-09-19 17:20:33 +02:00
CAPTCHA_SETUP Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Better logging of ICE candidates and fail the call when ICE fails. 2014-09-22 10:55:01 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +01:00
README fix wordwrap 2014-09-18 15:25:25 +01:00

Basic Usage
-----------

The web client should automatically run when running the home server. 
Alternatively, you can run it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/