MatrixSynapse/syweb/webclient
Kegan Dougal 96cd467cfa Add recents-service to store shared state between recents-controllers.
Remove the selectedRoomId from rootScope and instead store it in
recents-service. Add a broadcast to notify listeners (recents-controller)
to updates of this.
2014-11-12 14:57:36 +00:00
..
components Add recents-service to store shared state between recents-controllers. 2014-11-12 14:57:36 +00:00
home Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, and this method was only used for /publicRooms requests. 2014-11-12 11:49:27 +00:00
img major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +00:00
js major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +00:00
login
media
recents Add recents-service to store shared state between recents-controllers. 2014-11-12 14:57:36 +00:00
room Add recents-service to store shared state between recents-controllers. 2014-11-12 14:57:36 +00:00
settings
test Move room alias/id mapping logic from matrixService to modelService. 2014-11-12 11:14:19 +00:00
user
CAPTCHA_SETUP
README
app-controller.js
app-directive.js
app-filter.js
app.css SYWEB-57: Highlight rooms where the history has changed. 2014-11-12 14:31:30 +00:00
app.js Add recents-service to store shared state between recents-controllers. 2014-11-12 14:57:36 +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
index.html Add recents-service to store shared state between recents-controllers. 2014-11-12 14:57:36 +00:00
mobile.css major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +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/