Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fairly simple move of the call status widget to the header bar (and ↵ | David Baker | 2014-09-01 | 1 | -4/+24 |
| | | | | therefore into the index page rather than the rooms page). | ||||
* | BF: Check config exists (=defined in the localstorage) before using it | Emmanuel ROHEE | 2014-09-01 | 1 | -2/+6 |
| | |||||
* | BF: Pass desired_user_id to register API. And update the app header to avoid ↵ | Emmanuel ROHEE | 2014-09-01 | 1 | -0/+4 |
| | | | | to display the previous matrix id | ||||
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 1 | -0/+12 |
| | | | | | | | | - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX | ||||
* | Show desktop notification state. Provide help if the user has previously ↵ | Emmanuel ROHEE | 2014-08-29 | 1 | -7/+0 |
| | | | | denied permission to display them. | ||||
* | Start the events stream once the app starts (if credentials are in cache) or ↵ | Emmanuel ROHEE | 2014-08-28 | 1 | -1/+1 |
| | | | | once the user gets logged in | ||||
* | Rename go() into goToPage() which is available from everywhere thanks to the ↵ | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+5 |
| | | | | inheritance of $scope | ||||
* | Determine and send user presence state | Emmanuel ROHEE | 2014-08-26 | 1 | -5/+9 |
| | |||||
* | Move profile parts of the rooms page and the config content into a new page: ↵ | Emmanuel ROHEE | 2014-08-22 | 1 | -20/+4 |
| | | | | settings | ||||
* | Use $location.url instead of $location.path to get clean page URL without ↵ | Emmanuel ROHEE | 2014-08-22 | 1 | -1/+1 |
| | | | | | | hash arguments of the previous page. This happpens with room URL like http://127.0.0.1:8080/matrix/client/#/room/#public:localhost. The second hash part is transferred to the next page when using $location.path. | ||||
* | Only start event streaming after having set up the controllers. | Erik Johnston | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Do not start the event stream if the user is not logged in (=if he does not ↵ | Emmanuel ROHEE | 2014-08-18 | 1 | -1/+1 |
| | | | | | | has an access token yet) Add isUserLoggedIn to check this. | ||||
* | implement html5 notifications. (have to be explicitly requested under Config) | Matthew Hodgson | 2014-08-17 | 1 | -0/+15 |
| | |||||
* | Remove old polling stuff from RoomController. Added service comments. Do not ↵ | Kegan Dougal | 2014-08-15 | 1 | -1/+3 |
| | | | | start the event stream on startup unless you have credentials. | ||||
* | Event streaming now happens on an app level, rather than a per-room level. ↵ | Kegan Dougal | 2014-08-15 | 1 | -6/+10 |
| | | | | 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. | ||||
* | Detect when the user access token is no more valid and log the user out in ↵ | Emmanuel ROHEE | 2014-08-14 | 1 | -2/+8 |
| | | | | this case | ||||
* | add in copyrights to everything, not just the synapse subdir, and add a ↵ | Matthew Hodgson | 2014-08-13 | 1 | -0/+16 |
| | | | | copyrighter.pl whilst we're at it | ||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+46 |