summary refs log tree commit diff
path: root/webclient/home/home-controller.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-200/+0
* Remove events.rooms[room_id] entirely from event-handler-service.Kegan Dougal2014-11-031-1/+0
* oops, stupid bug on room/$room/stateMatthew Hodgson2014-09-231-2/+2
* use all new /rooms/<room id>/state to actually gather the state for rooms whe...Matthew Hodgson2014-09-231-7/+22
* send messages to users from the home page (SYWEB-19)Matthew Hodgson2014-09-231-0/+30
* Create room entries for public rooms too so their public state is transferred...Kegan Dougal2014-09-171-0/+2
* Added bing detection logic. Persist the display name of the user in localstor...Kegan Dougal2014-09-161-0/+4
* Clean data when user logs outEmmanuel ROHEE2014-09-121-0/+5
* better error msgsMatthew Hodgson2014-09-031-3/+3
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Handle "m.room.create" in order to inform controllers about new roomsEmmanuel ROHEE2014-09-021-3/+10
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-2/+2
* oops. Should not have c+p all linesEmmanuel ROHEE2014-08-291-2/+0
* Get user display name and avatar from the server rather than storing them in ...Emmanuel ROHEE2014-08-291-0/+27
* Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayNameEmmanuel ROHEE2014-08-291-1/+7
* Cleaned up depsEmmanuel ROHEE2014-08-281-2/+2
* Start the events stream once the app starts (if credentials are in cache) or ...Emmanuel ROHEE2014-08-281-2/+0
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-271-64/+4
* Cleaned ng dependenciesEmmanuel ROHEE2014-08-271-3/+3
* home/recents: show the last message of each messageEmmanuel ROHEE2014-08-271-1/+3
* Support limit and feedback param of initialSyncEmmanuel ROHEE2014-08-271-1/+4
* Avoid double call of refresh at app startupEmmanuel ROHEE2014-08-261-4/+6
* Adjusted webclient to use new state paths. Updated membership msg template to...Kegan Dougal2014-08-261-1/+1
* Merge branch 'settings-page' into developEmmanuel ROHEE2014-08-221-1/+1
* Use /home everywhereEmmanuel ROHEE2014-08-221-2/+2
* renamed rooms to home - renamed filesEmmanuel ROHEE2014-08-221-0/+162