MatrixSynapse/webclient
Kegan Dougal 71ef8f0636 SYWEB-102: Fix desktop notification msg when a user with no display name joins a room. 2014-10-31 11:56:36 +00:00
..
components Factor out notification logic. 2014-10-31 11:54:04 +00: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 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 switch from the deprecated msg.content.prev to msg.prev_content.membership, and fix the bug where kicks of unjoined users aren't displayed sensibly in the history 2014-10-24 16:14:47 +01:00
room SYWEB-102: Fix desktop notification msg when a user with no display name joins a room. 2014-10-31 11:56:36 +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
CAPTCHA_SETUP Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
README fix wordwrap 2014-09-18 15:25:25 +01:00
app-controller.js Implement SYWEB-58: Clicking a notification now takes you to that room. 2014-10-29 11:29:26 +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 Add notification-service.js to handle binging/notifications. Shift logic to this service. 2014-10-31 11:20:07 +00:00
bootstrap.css Don't clobber existing css 2014-10-27 16:42:19 +00:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Add notification-service.js to handle binging/notifications. Shift logic to this service. 2014-10-31 11:20:07 +00:00
mobile.css fix mobile CSS layout 2014-10-28 10:03:59 +01:00

README

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/