0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 16:08:21 +02:00
synapse/webclient
2014-08-27 18:52:15 +02:00
..
components Moved assignRoomAliases into a central piece: matrixService for now 2014-08-27 15:55:51 +02:00
home Moved recents things into a separate (and reusable) controler 2014-08-27 15:55:51 +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
recents Wired the recents list with the stream events for realtime update 2014-08-27 18:52:15 +02:00
room BF: mFileInput dependency got lost somewhere and upload buttons did not work anymore 2014-08-27 18:00:19 +02:00
settings BF: mFileInput dependency got lost somewhere and upload buttons did not work anymore 2014-08-27 18:00:19 +02:00
user very quick and dirty responsive design for iPhones 2014-08-23 20:45:00 +01:00
app-controller.js Rename go() into goToPage() which is available from everywhere thanks to the inheritance of $scope 2014-08-27 15:55:51 +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 improve iOS layout a bit 2014-08-27 17:03:16 +01:00
app.js Moved recents things into a separate (and reusable) controler 2014-08-27 15:55:51 +02:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Sort recents in anti-chronological order 2014-08-27 15:55:51 +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/