synapse/webclient
2014-09-11 17:40:38 +01:00
..
components Fix bug where web client wold break trying to add the earliest token without having initialised the room if your first page of history contained only events which didn't call initRoom. Just call initRoom in handleMessages since we use it there rather than leaving it to the individual event handling methods. 2014-09-11 17:40:38 +01:00
home Display public room topics if they exist on the public room list. 2014-09-08 17:14:58 -07:00
img
js Use autofill-event.js to workaround browsers issue: Form model doesn't update on autocomplete 2014-09-11 15:07:44 +02:00
login Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents Show room topic change in the chat history and in the recents 2014-09-11 11:31:24 +02:00
room Clearly show when an user cannot join a room. 2014-09-11 16:54:57 +02:00
settings Added /join description 2014-09-08 18:25:56 +02:00
user
app-controller.js start towards glare support (currently not much better but no worse than before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play. 2014-09-11 15:24:18 +01:00
app-directive.js
app-filter.js
app.css Added support of copy/paste of multi lines content 2014-09-11 15:46:24 +02:00
app.js Animation on call end icon. 2014-09-10 15:45:09 +01:00
CAPTCHA_SETUP Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
favicon.ico
index.html Use autofill-event.js to workaround browsers issue: Form model doesn't update on autocomplete 2014-09-11 15:07:44 +02:00
mobile.css
README Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07: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/