0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-12 22:28:47 +02:00
synapse/webclient
2014-08-18 14:25:25 +01:00
..
components Increase /events timeout to 30 secs. We don't need it so low anymore to get around request suppression when changing rooms, since there is just a single event stream now. 2014-08-18 14:25:25 +01:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login unbreak login sequence (which spuriously required a sydent server to be specified, which login.html was no longer doing...) 2014-08-17 03:47:58 +01:00
room webclient: Tweak namespace of auto-complete directive. ng- should really only be used for official ng directives. 2014-08-18 10:07:16 +01:00
rooms Disabled image upload UIs 2014-08-18 10:54:43 +02:00
app-controller.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
app.css make my emotes white again 2014-08-18 01:30:58 +01:00
app.js Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 2014-08-18 10:44:29 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html implement html5 notifications. (have to be explicitly requested under Config) 2014-08-17 03:48:28 +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/