You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/webclient
Emmanuel ROHEE bcf8eb687a Avoid double call of refresh at app startup 10 years ago
..
components Determine and send user presence state 10 years ago
home Avoid double call of refresh at app startup 10 years ago
img remove the png profile image for now 10 years ago
js autohyperlink messages using linky 10 years ago
login Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 10 years ago
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. 10 years ago
settings Added "Your name" as placeholder to help user understand what is this alone input box 10 years ago
user very quick and dirty responsive design for iPhones 10 years ago
README Reference Matrix Home Server 10 years ago
app-controller.js Determine and send user presence state 10 years ago
app-directive.js File organisation sanity: put directives and filters into dedicated files 10 years ago
app-filter.js add fixme pointing out name disambiguation is a bit flakey 10 years ago
app.css Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop 10 years ago
app.js The landing URL is now '#/' which actually points to homeController 10 years ago
favicon.ico Reference Matrix Home Server 10 years ago
index.html Determine and send user presence state 10 years ago

README

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/