synapse/webclient
Emmanuel ROHEE b7d42c1e93 SYWEB-40: Only local rooms are shown in the recents list.
Removed an old patch that deduplicated join events. This patch is now useless. Plus it is buggy since it compared event.content and event.prev_content only on the membership field whereas these objects contain more data now like displayname...
2014-09-18 15:28:52 +02:00
..
components SYWEB-40: Only local rooms are shown in the recents list. 2014-09-18 15:28:52 +02:00
home Create room entries for public rooms too so their public state is transferred over correctly when you join it. 2014-09-17 16:38:40 +01:00
img Better call bar (visually: still lacks ring[back] tones). 2014-09-06 00:14:02 +01:00
js Use autofill-event.js to workaround browsers issue: Form model doesn't update on autocomplete 2014-09-11 15:07:44 +02:00
login Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
media add sounds to the calling interface 2014-09-08 16:10:36 +01:00
recents Reverted patches done for SYWEB-40 2014-09-18 15:19:35 +02:00
room SYWEB-30: BF: When switching between rooms, pagination flickered between the top of the room before jumping to the bottom of the page 2014-09-17 17:13:07 +02:00
settings Added basic RegExp support. 2014-09-16 16:10:48 +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 Use event age to recognise which calls are current and which aren't and hence support answering calls that were placed before we loaded the page. 2014-09-16 14:47:10 +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 webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which doesn't clutter the recents list. 2014-09-17 16:38:40 +01:00
app.js Animation on call end icon. 2014-09-10 15:45:09 +01:00
CAPTCHA_SETUP Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Use event age to recognise which calls are current and which aren't and hence support answering calls that were placed before we loaded the page. 2014-09-16 14:47:10 +01:00
mobile.css factor out mobile css into its own file 2014-08-31 00:38:45 +01:00
README Added instructions for setting up captcha in an obviously named file. 2014-09-05 23:32:07 -07:00

Basic Usage
-----------

The web client should automatically run when running the home server. Alternatively, you can run
it stand-alone:

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/