0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00
synapse/webclient
2014-08-27 13:59:14 +01:00
..
components fix joining rooms on webclient 2014-08-27 13:59:14 +01:00
home Avoid double call of refresh at app startup 2014-08-26 16:57:41 +02: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 Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 2014-08-25 11:13:54 +02:00
room Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service. 2014-08-26 10:24:47 +01:00
settings Added "Your name" as placeholder to help user understand what is this alone input box 2014-08-22 18:23:38 +02:00
user very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
app-controller.js Determine and send user presence state 2014-08-26 16:25:27 +02:00
app-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
app-filter.js add fixme pointing out name disambiguation is a bit flakey 2014-08-22 01:32:17 +01:00
app.css Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 2014-08-25 11:13:54 +02:00
app.js The landing URL is now '#/' which actually points to homeController 2014-08-25 11:35:33 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Determine and send user presence state 2014-08-26 16:25:27 +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/