| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 2 | -278/+0 |
* | Remove events.rooms[room_id] entirely from event-handler-service. | Kegan Dougal | 2014-11-03 | 1 | -1/+0 |
* | 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 whe... | Matthew Hodgson | 2014-09-23 | 1 | -7/+22 |
* | send messages to users from the home page (SYWEB-19) | Matthew Hodgson | 2014-09-23 | 2 | -3/+40 |
* | Create room entries for public rooms too so their public state is transferred... | Kegan Dougal | 2014-09-17 | 1 | -0/+2 |
* | Added bing detection logic. Persist the display name of the user in localstor... | Kegan Dougal | 2014-09-16 | 1 | -0/+4 |
* | Clean data when user logs out | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+5 |
* | Fixed public room name and users count alignement | Emmanuel ROHEE | 2014-09-12 | 1 | -15/+24 |
* | Display public room topics if they exist on the public room list. | Kegan Dougal | 2014-09-08 | 1 | -0/+3 |
* | Float right the num users, apply room highlight to user count. | Kegan Dougal | 2014-09-08 | 1 | -1/+2 |
* | Better checks are better. | Kegan Dougal | 2014-09-08 | 1 | -1/+1 |
* | Added num_joined_users key to /publicRooms for each room. Show this informati... | Kegan Dougal | 2014-09-08 | 1 | -1/+4 |
* | Make #matrix public rooms bold to make them stand out from the other public r... | Kegan Dougal | 2014-09-08 | 1 | -1/+4 |
* | Sort the public room list by display name. | Kegan Dougal | 2014-09-08 | 1 | -1/+1 |
* | Use the room_display_name when presenting on the home page, and not the room_... | Kegan Dougal | 2014-09-08 | 1 | -1/+1 |
* | better error msgs | Matthew Hodgson | 2014-09-03 | 1 | -3/+3 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Handle "m.room.create" in order to inform controllers about new rooms | Emmanuel ROHEE | 2014-09-02 | 1 | -3/+10 |
* | make the little logos clickable for Erik | Matthew Hodgson | 2014-09-01 | 1 | -1/+1 |
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 2 | -25/+19 |
* | 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 | 2 | -3/+30 |
* | 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 |
* | Moved recents things into a separate (and reusable) controler | Emmanuel ROHEE | 2014-08-27 | 2 | -117/+5 |
* | 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 | 2 | -8/+57 |
* | 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 | 2 | -5/+7 |
* | Adjusted webclient to use new state paths. Updated membership msg template to... | Kegan Dougal | 2014-08-26 | 1 | -1/+1 |
* | Merge branch 'settings-page' into develop | Emmanuel ROHEE | 2014-08-22 | 1 | -1/+1 |
* | Use /home everywhere | Emmanuel ROHEE | 2014-08-22 | 2 | -3/+3 |
* | renamed rooms to home - renamed files | Emmanuel ROHEE | 2014-08-22 | 2 | -0/+0 |
* | renamed rooms to home | Emmanuel ROHEE | 2014-08-22 | 2 | -0/+225 |