synapse/webclient
2014-11-03 17:44:14 +00:00
..
components Reference the room_member key on messages which adjusts for current vs old_room_state. This displays names for historical users correctly, but is off by one (referencing content not prev_content). 2014-11-03 17:44:14 +00:00
home Remove events.rooms[room_id] entirely from event-handler-service. 2014-11-03 12:18:22 +00:00
img close buttons on recents (SYWEB-68) 2014-09-24 01:12:45 +01:00
js SYWEB-12: You'll be needing this. 2014-10-30 17:33:14 +00:00
login Fix SYWEB-109 : No error if HS rejects the username in registration. 2014-10-27 11:58:23 +00:00
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents Variable renaming, general cleanup. Don't feed state events from /initialSync twice. 2014-11-03 15:17:32 +00:00
room Reference the room_member key on messages which adjusts for current vs old_room_state. This displays names for historical users correctly, but is off by one (referencing content not prev_content). 2014-11-03 17:44:14 +00: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 Make call stuff use modelService. 2014-11-03 10:33:38 +00:00
app-directive.js SYWEB-12: More formatting and tweaking of state event JSON. 2014-10-30 16:21:27 +00:00
app-filter.js SYWEB-12: Add a 'Room Info' button which displays all state content. 2014-10-30 11:15:44 +00:00
app.css SYWEB-12: More formatting. 2014-10-30 13:24:40 +00:00
app.js Added model-service.js to store model data. 2014-10-31 14:26:51 +00:00
bootstrap.css Don't clobber existing css 2014-10-27 16:42:19 +00: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 room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info. 2014-10-31 16:22:15 +00:00
mobile.css fix mobile CSS layout 2014-10-28 10:03:59 +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/