MatrixSynapse/syweb/webclient
David Baker 4b256cab31 Don't cache isWebRTCSupported because whether webRTC is supported might change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) 2014-11-06 16:49:33 +00:00
..
components Don't cache isWebRTCSupported because whether webRTC is supported might change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) 2014-11-06 16:49:33 +00:00
home Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
img Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
js Add matrix-service unit tests. Update angular-mocks. 2014-11-04 17:19:49 +00:00
login Start adding regression tests. First up, register-controller for SYWEB-109. 2014-11-06 11:55:07 +00:00
media Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
recents Swap from using raw m.room.member events for room members to using actual RoomMember objects, so User objects can be tacked on. Update tests. 2014-11-06 14:52:22 +00:00
room Don't cache isWebRTCSupported because whether webRTC is supported might change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) 2014-11-06 16:49:33 +00:00
settings Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
test Swap from using raw m.room.member events for room members to using actual RoomMember objects, so User objects can be tacked on. Update tests. 2014-11-06 14:52:22 +00:00
user Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
CAPTCHA_SETUP Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
README Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-controller.js Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-directive.js Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app-filter.js Add duration filter unit tests. 2014-11-05 17:49:03 +00:00
app.css Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
app.js Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
bootstrap.css Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
favicon.ico Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00:00
index.html Don't cache isWebRTCSupported because whether webRTC is supported might change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) 2014-11-06 16:49:33 +00:00
mobile.css Move webclient to a python module so that it can be installed 2014-11-04 15:57:23 +00: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/