synapse/webclient
Kegan Dougal 9de9661baa SYWEB-12: More formatting and tweaking of state event JSON.
Use a proper elastic directive to make the <textarea> resize dynamically.
Use an 'asjson' directive to turn an ngModel of a JSON object into a
formatted JSON string so it can be displayed on the textarea. Also, deep
copy the state events being displayed, else it actually alters the underlying
data structures when playing around with the JSON in the textarea!
2014-10-30 16:21:27 +00:00
..
components SYWEB-12: Store unknown state events so they are displayed in the Room Info dialog. 2014-10-30 11:22:47 +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-121: Have some bootstrap files. 2014-10-27 16:31:10 +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-12: More formatting and tweaking of state event JSON. 2014-10-30 16:21:27 +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 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 SYWEB-12: More formatting and tweaking of state event JSON. 2014-10-30 16:21:27 +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 SYWEB-12: More formatting and tweaking of state event JSON. 2014-10-30 16:21:27 +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/