0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-26 13:09:16 +02:00
synapse/webclient
Emmanuel ROHEE 584591c3e3 Fixed duplicated messages sending in slow network condition.
Show the message sending flow state in the messages list:
  - While sending, the message appears semi transparent in the chat.
  - If successfully sent, it appears as before, ie normal
  - In case of failure, it appears in red with an Unsent text.
2014-09-05 14:09:14 +02:00
..
components switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 2014-09-04 23:14:52 -07:00
home better error msgs 2014-09-03 18:39:09 +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 Fixed registration flow when registering with matrixID & password and no email 2014-09-04 14:04:35 +02:00
recents Added mUserDisplayName, a filter to resolve a user display name from a user_id 2014-09-04 13:57:27 +02:00
room Fixed duplicated messages sending in slow network condition. 2014-09-05 14:09:14 +02:00
settings Re-apply fixes to the link-email screen to make it work again (in a somewhat temporary way until home servers sign associations). Unhide the linked emails box. 2014-09-04 11:38:26 +01:00
user fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
app-controller.js Merge branch 'develop' of github.com:matrix-org/synapse into develop 2014-09-03 18:25:17 +01:00
app-directive.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
app-filter.js Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 2014-09-04 13:43:48 +02:00
app.css Fixed duplicated messages sending in slow network condition. 2014-09-05 14:09:14 +02:00
app.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 2014-09-04 13:43:48 +02: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/