Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -200/+0 |
| | |||||
* | Remove events.rooms[room_id] entirely from event-handler-service. | Kegan Dougal | 2014-11-03 | 1 | -1/+0 |
| | | | | | Everything now uses modelService, but there are still one or two minor teething problems to fix. | ||||
* | oops, stupid bug on room/$room/state | Matthew Hodgson | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | use all new /rooms/<room id>/state to actually gather the state for rooms ↵ | Matthew Hodgson | 2014-09-23 | 1 | -7/+22 |
| | | | | whenever join them. a bit ugly, as we don't currently have a nice place to gather housekeeping after joining a room, so horrible code duplication... | ||||
* | send messages to users from the home page (SYWEB-19) | Matthew Hodgson | 2014-09-23 | 1 | -0/+30 |
| | |||||
* | Create room entries for public rooms too so their public state is ↵ | Kegan Dougal | 2014-09-17 | 1 | -0/+2 |
| | | | | transferred over correctly when you join it. | ||||
* | Added bing detection logic. Persist the display name of the user in ↵ | Kegan Dougal | 2014-09-16 | 1 | -0/+4 |
| | | | | localstorage for use when binging. | ||||
* | Clean data when user logs out | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+5 |
| | |||||
* | better error msgs | Matthew Hodgson | 2014-09-03 | 1 | -3/+3 |
| | |||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | Handle "m.room.create" in order to inform controllers about new rooms | Emmanuel ROHEE | 2014-09-02 | 1 | -3/+10 |
| | |||||
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 1 | -2/+2 |
| | | | | | | | | - 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 | ||||
* | oops. Should not have c+p all lines | Emmanuel ROHEE | 2014-08-29 | 1 | -2/+0 |
| | |||||
* | Get user display name and avatar from the server rather than storing them in ↵ | Emmanuel ROHEE | 2014-08-29 | 1 | -0/+27 |
| | | | | the local storage | ||||
* | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName | Emmanuel ROHEE | 2014-08-29 | 1 | -1/+7 |
| | |||||
* | Cleaned up deps | Emmanuel ROHEE | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | Start the events stream once the app starts (if credentials are in cache) or ↵ | Emmanuel ROHEE | 2014-08-28 | 1 | -2/+0 |
| | | | | once the user gets logged in | ||||
* | Moved recents things into a separate (and reusable) controler | Emmanuel ROHEE | 2014-08-27 | 1 | -64/+4 |
| | |||||
* | Cleaned ng dependencies | Emmanuel ROHEE | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | home/recents: show the last message of each message | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+3 |
| | |||||
* | Support limit and feedback param of initialSync | Emmanuel ROHEE | 2014-08-27 | 1 | -1/+4 |
| | |||||
* | Avoid double call of refresh at app startup | Emmanuel ROHEE | 2014-08-26 | 1 | -4/+6 |
| | |||||
* | Adjusted webclient to use new state paths. Updated membership msg template ↵ | Kegan Dougal | 2014-08-26 | 1 | -1/+1 |
| | | | | to actually show the person invited. Factored out common membership functions in matrix service. | ||||
* | Merge branch 'settings-page' into develop | Emmanuel ROHEE | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Use /home everywhere | Emmanuel ROHEE | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | renamed rooms to home - renamed files | Emmanuel ROHEE | 2014-08-22 | 1 | -0/+162 |