Commit Graph

25 Commits (2bd4346075b119d48afa676dcc883a51199119f2)

Author SHA1 Message Date
David Baker f90ce04a83 Hangup call if user denies media access. 10 years ago
David Baker 253c327252 Don't play an engaged tone if we hang up locally. 10 years ago
David Baker 972f664b6b add sounds to the calling interface 10 years ago
David Baker c03c255304 Better call bar (visually: still lacks ring[back] tones). 10 years ago
David Baker a25d1530ef Make registering and logging in with a threepid work in the webclient. 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
David Baker 57f047a05a Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page). 10 years ago
Emmanuel ROHEE 9b61076d42 BF: Check config exists (=defined in the localstorage) before using it 10 years ago
Emmanuel ROHEE f81002df60 BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id 10 years ago
Matthew Hodgson 1bc036a12d nasty big monolithic commit of a whole bunch of UI/UX improvements: 10 years ago
Emmanuel ROHEE c3a774e414 Show desktop notification state. Provide help if the user has previously denied permission to display them. 10 years ago
Emmanuel ROHEE 6ac298f2f1 Start the events stream once the app starts (if credentials are in cache) or once the user gets logged in 10 years ago
Emmanuel ROHEE 6691ca6f8d Rename go() into goToPage() which is available from everywhere thanks to the inheritance of $scope 10 years ago
Emmanuel ROHEE c21fcb3373 Determine and send user presence state 10 years ago
Emmanuel ROHEE aaf623fa53 Move profile parts of the rooms page and the config content into a new page: settings 10 years ago
Emmanuel ROHEE dde50d4245 Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 10 years ago
Erik Johnston 2e1ab9db08 Only start event streaming after having set up the controllers. 10 years ago
Emmanuel ROHEE 0b5674ccc5 Do not start the event stream if the user is not logged in (=if he does not has an access token yet) 10 years ago
Matthew Hodgson 60245c4f90 implement html5 notifications. (have to be explicitly requested under Config) 10 years ago
Kegan Dougal 5ac87292c4 Remove old polling stuff from RoomController. Added service comments. Do not start the event stream on startup unless you have credentials. 10 years ago
Kegan Dougal 7ddb7a5cbb Event streaming now happens on an app level, rather than a per-room level. Make eventStreamService manage it's own repolling provided no one calls stop() on it. Couple the stream with eventHandlerService so any controller can just blithely call eventStreamService.resume() and expect to 'get stuff' without having to handle promises (though resume() still returns a promise for that request and proxies it through $q). Kill and reset the stream if you logout. 10 years ago
Emmanuel ROHEE 7143f358f1 Detect when the user access token is no more valid and log the user out in this case 10 years ago
Matthew Hodgson 3e35a9f96e add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it 10 years ago
matrix.org 4f475c7697 Reference Matrix Home Server 10 years ago