0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-19 00:32:02 +01:00
synapse/syweb/webclient
2014-11-12 11:24:05 +00:00
..
components SYWEB-146: Fix room ID leaking on recents page when the name of the room is just an alias. 2014-11-12 11:24:05 +00:00
home Move room alias/id mapping logic from matrixService to modelService. 2014-11-12 11:14:19 +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 Start adding regression tests. First up, register-controller for SYWEB-109. 2014-11-06 11:55:07 +00:00
media
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 Move room alias/id mapping logic from matrixService to modelService. 2014-11-12 11:14:19 +00:00
settings
test Move room alias/id mapping logic from matrixService to modelService. 2014-11-12 11:14:19 +00:00
user
app-controller.js Various fixes to try & make openwebrtc safari extension work (still doesn't work). 2014-11-07 17:56:28 +00:00
app-directive.js
app-filter.js Add duration filter unit tests. 2014-11-05 17:49:03 +00:00
app.css no evil horizontal textarea resizing 2014-11-11 16:15:01 +00:00
app.js
bootstrap.css
CAPTCHA_SETUP
favicon.ico
index.html major CSS overhaul to try to make things look a bit cleaner 2014-11-11 04:39:30 +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/