synapse/webclient
2014-08-16 22:09:42 +01:00
..
components When new invites come down, update the My Rooms list. Added hacks to make the display name a bit nicer (/im/sync needs to return room aliases / membership events better) 2014-08-15 17:42:11 +01:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js minified angularjs stuff to speed things up 2014-08-16 22:07:47 +01:00
login merge weirdness 2014-08-16 01:48:44 +01:00
room improve infinite scrolling so it keeps paginating until you have a scrollbar (if it can) 2014-08-16 22:05:31 +01:00
rooms switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
app-controller.js Remove old polling stuff from RoomController. Added service comments. Do not start the event stream on startup unless you have credentials. 2014-08-15 14:06:56 +01:00
app.css switch some elements from being styled by class to styled by id 2014-08-15 23:24:42 +01:00
app.js remove log spam 2014-08-16 22:02:52 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html use minified angular by default 2014-08-16 22:09:42 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/