Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The landing URL is now '#/' which actually points to homeController | Emmanuel ROHEE | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | Use /home everywhere | Emmanuel ROHEE | 2014-08-22 | 1 | -5/+5 |
| | |||||
* | Move profile parts of the rooms page and the config content into a new page: ↵ | Emmanuel ROHEE | 2014-08-22 | 1 | -0/+5 |
| | | | | settings | ||||
* | Only start event streaming after having set up the controllers. | Erik Johnston | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | File organisation sanity: put directives and filters into dedicated files | Emmanuel ROHEE | 2014-08-20 | 1 | -81/+0 |
| | |||||
* | Created boilerplate for user profile page | Emmanuel ROHEE | 2014-08-18 | 1 | -0/+5 |
| | |||||
* | Support urlencoded room aliases in room URL | Emmanuel ROHEE | 2014-08-18 | 1 | -2/+2 |
| | |||||
* | Support room alias in rooms URL (ex: ↵ | Emmanuel ROHEE | 2014-08-18 | 1 | -0/+6 |
| | | | | http://127.0.0.1:8000/#/room/#public:localhost:8080) | ||||
* | Do not start the event stream if the user is not logged in (=if he does not ↵ | Emmanuel ROHEE | 2014-08-18 | 1 | -3/+2 |
| | | | | | | has an access token yet) Add isUserLoggedIn to check this. | ||||
* | remove log spam | Matthew Hodgson | 2014-08-16 | 1 | -2/+2 |
| | |||||
* | disambiguate identical displaynames | Matthew Hodgson | 2014-08-16 | 1 | -1/+23 |
| | |||||
* | make presence timestamps less verbose | Matthew Hodgson | 2014-08-16 | 1 | -3/+3 |
| | |||||
* | order the members list by most recently active | Matthew Hodgson | 2014-08-16 | 1 | -1/+14 |
| | |||||
* | display mtime_age in webclient | Matthew Hodgson | 2014-08-16 | 1 | -0/+20 |
| | |||||
* | Added infinite scrolling. It's sliiiightly buggy in that it jumps down the ↵ | Kegan Dougal | 2014-08-15 | 1 | -1/+2 |
| | | | | list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. | ||||
* | Event streaming now happens on an app level, rather than a per-room level. ↵ | Kegan Dougal | 2014-08-15 | 1 | -1/+5 |
| | | | | 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. | ||||
* | Added event handler service which.. handles events. More specifically, it ↵ | Kegan Dougal | 2014-08-15 | 1 | -1/+2 |
| | | | | $broadcasts events depending on their type, and does processing on events (shuffling keys, adding events to $rootScope so displays will automatically update, sending delivery receipts, and so on). Some of this logic was previously contained in the RoomController, which fails the moment you add >1 room into the mix, hence requiring a Service to handle events, rather than having each individual controller maintain their part of the world. | ||||
* | Added event stream service which neatly blobs together requests / state for ↵ | Kegan Dougal | 2014-08-15 | 1 | -1/+2 |
| | | | | the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before. | ||||
* | Move the unknown token broadcast to the interceptor. Return the $http ↵ | Kegan Dougal | 2014-08-14 | 1 | -5/+5 |
| | | | | promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login. | ||||
* | Added an access token interceptor to check unknown tokens. | Kegan Dougal | 2014-08-14 | 1 | -3/+19 |
| | |||||
* | completely change the CSS to be an entirely 'position: absolute' layout ↵ | Matthew Hodgson | 2014-08-14 | 1 | -1/+6 |
| | | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. | ||||
* | 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/+57 |