summary refs log tree commit diff
path: root/webclient/app-controller.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* close buttons on recents (SYWEB-68)Matthew Hodgson2014-09-241-0/+10
* First working version of UI chrome for video calls.David Baker2014-09-191-2/+8
* Prettier and stabler video with basic support for viewing mode. For now, tran...David Baker2014-09-181-2/+20
* WIP video chat layoutDavid Baker2014-09-181-2/+5
* Video calling (in a tiny box at the moment)David Baker2014-09-171-0/+2
* Use event age to recognise which calls are current and which aren't and hence...David Baker2014-09-161-0/+4
* Clean data when user logs outEmmanuel ROHEE2014-09-121-3/+6
* few fixes for errors in glare conditions. still seem to end up with no audio ...David Baker2014-09-111-1/+1
* start towards glare support (currently not much better but no worse than befo...David Baker2014-09-111-3/+10
* Animation on call end icon.David Baker2014-09-101-7/+3
* Show mxid in call bar for users with no displaynameDavid Baker2014-09-101-1/+6
* Less buggy rejection of calls when busyDavid Baker2014-09-101-8/+11
* reject calls if there's already a call in progressDavid Baker2014-09-101-0/+4
* Hangup call if user denies media access.David Baker2014-09-091-8/+0
* Don't play an engaged tone if we hang up locally.David Baker2014-09-091-1/+1
* add sounds to the calling interfaceDavid Baker2014-09-081-2/+25
* Better call bar (visually: still lacks ring[back] tones).David Baker2014-09-061-5/+36
* Merge branch 'develop' of github.com:matrix-org/synapse into developDavid Baker2014-09-031-1/+1
|\
| * fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* | Make registering and logging in with a threepid work in the webclient.David Baker2014-09-031-1/+1
|/
* Fairly simple move of the call status widget to the header bar (and therefore...David Baker2014-09-011-4/+24
* BF: Check config exists (=defined in the localstorage) before using itEmmanuel ROHEE2014-09-011-2/+6
* BF: Pass desired_user_id to register API. And update the app header to avoid ...Emmanuel ROHEE2014-09-011-0/+4
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-0/+12
* Show desktop notification state. Provide help if the user has previously deni...Emmanuel ROHEE2014-08-291-7/+0
* Start the events stream once the app starts (if credentials are in cache) or ...Emmanuel ROHEE2014-08-281-1/+1
* Rename go() into goToPage() which is available from everywhere thanks to the ...Emmanuel ROHEE2014-08-271-1/+5
* Determine and send user presence stateEmmanuel ROHEE2014-08-261-5/+9
* Move profile parts of the rooms page and the config content into a new page: ...Emmanuel ROHEE2014-08-221-20/+4
* Use $location.url instead of $location.path to get clean page URL without has...Emmanuel ROHEE2014-08-221-1/+1
* Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-1/+1
* Do not start the event stream if the user is not logged in (=if he does not h...Emmanuel ROHEE2014-08-181-1/+1
* implement html5 notifications. (have to be explicitly requested under Config)Matthew Hodgson2014-08-171-0/+15
* Remove old polling stuff from RoomController. Added service comments. Do not ...Kegan Dougal2014-08-151-1/+3
* Event streaming now happens on an app level, rather than a per-room level. Ma...Kegan Dougal2014-08-151-6/+10
* Detect when the user access token is no more valid and log the user out in th...Emmanuel ROHEE2014-08-141-2/+8
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+16
* Reference Matrix Home Servermatrix.org2014-08-121-0/+46