0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 07:28:19 +02:00
synapse/webclient
2014-08-14 15:21:39 +01:00
..
components Detect when the user access token is no more valid and log the user out in this case 2014-08-14 15:00:21 +02:00
img remove the png profile image for now 2014-08-12 18:50:44 +01:00
js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
login Guess the home server URL on the login screen by inspecting the URL of the web client. 2014-08-14 13:57:55 +01:00
room BF: Use ng-src 2014-08-14 13:51:35 +02:00
rooms Use ng-src 2014-08-14 11:51:31 +02:00
app-controller.js Detect when the user access token is no more valid and log the user out in this case 2014-08-14 15:00:21 +02:00
app.css Show avatar in profile section and added a button to select a file (not yet wired to upload service) 2014-08-14 11:39:03 +02:00
app.js Added an access token interceptor to check unknown tokens. 2014-08-14 15:21:39 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Created m-file-input. A directive to open a file selection dialog on whatever HTML element 2014-08-14 11:36:11 +02: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/