0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 02:38:54 +02:00
synapse/webclient
2014-09-01 15:54:06 +01:00
..
components change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. 2014-08-31 14:51:37 +01:00
home make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
img moar logos! 2014-08-31 00:37:47 +01:00
js autohyperlink messages using linky 2014-08-16 22:21:52 +01:00
login make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
recents Handle call events in the recents view as well to get consistency with what it displays when refreshed. 2014-09-01 15:54:06 +01:00
room Fixed presence change that occurs -Xs ago 2014-09-01 16:27:11 +02:00
settings make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
user make the little logos clickable for Erik 2014-09-01 13:22:42 +01:00
app-controller.js BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id 2014-09-01 11:12:24 +02:00
app-directive.js nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
app-filter.js add fixme pointing out name disambiguation is a bit flakey 2014-08-22 01:32:17 +01:00
app.css fix footer on non-room pages 2014-09-01 00:41:53 +01:00
app.js nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html nasty big monolithic commit of a whole bunch of UI/UX improvements: 2014-08-31 00:40:42 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +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/