summary refs log tree commit diff
path: root/webclient/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Hodgson2014-09-231-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 Hodgson2014-09-232-3/+40
|
* Create room entries for public rooms too so their public state is ↵Kegan Dougal2014-09-171-0/+2
| | | | transferred over correctly when you join it.
* Added bing detection logic. Persist the display name of the user in ↵Kegan Dougal2014-09-161-0/+4
| | | | localstorage for use when binging.
* Clean data when user logs outEmmanuel ROHEE2014-09-121-0/+5
|
* Fixed public room name and users count alignementEmmanuel ROHEE2014-09-121-15/+24
| | | | Put data into a table to ease layout and manage long strings
* Display public room topics if they exist on the public room list.Kegan Dougal2014-09-081-0/+3
|
* Float right the num users, apply room highlight to user count.Kegan Dougal2014-09-081-1/+2
|
* Better checks are better.Kegan Dougal2014-09-081-1/+1
|
* Added num_joined_users key to /publicRooms for each room. Show this ↵Kegan Dougal2014-09-081-1/+4
| | | | information in the webclient.
* Make #matrix public rooms bold to make them stand out from the other public ↵Kegan Dougal2014-09-081-1/+4
| | | | rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check.
* Sort the public room list by display name.Kegan Dougal2014-09-081-1/+1
|
* Use the room_display_name when presenting on the home page, and not the ↵Kegan Dougal2014-09-081-1/+1
| | | | room_alias which may not be set.
* better error msgsMatthew Hodgson2014-09-031-3/+3
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Handle "m.room.create" in order to inform controllers about new roomsEmmanuel ROHEE2014-09-021-3/+10
|
* make the little logos clickable for ErikMatthew Hodgson2014-09-011-1/+1
|
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-312-25/+19
| | | | | | | | - 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 linesEmmanuel ROHEE2014-08-291-2/+0
|
* Get user display name and avatar from the server rather than storing them in ↵Emmanuel ROHEE2014-08-292-3/+30
| | | | the local storage
* 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
| | | | once the user gets logged in
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-272-117/+5
|
* Cleaned ng dependenciesEmmanuel ROHEE2014-08-271-3/+3
|
* home/recents: show the last message of each messageEmmanuel ROHEE2014-08-272-8/+57
|
* Support limit and feedback param of initialSyncEmmanuel ROHEE2014-08-271-1/+4
|
* Avoid double call of refresh at app startupEmmanuel ROHEE2014-08-262-5/+7
|
* Adjusted webclient to use new state paths. Updated membership msg template ↵Kegan Dougal2014-08-261-1/+1
| | | | to actually show the person invited. Factored out common membership functions in matrix service.
* Merge branch 'settings-page' into developEmmanuel ROHEE2014-08-221-1/+1
|
* Use /home everywhereEmmanuel ROHEE2014-08-222-3/+3
|
* renamed rooms to home - renamed filesEmmanuel ROHEE2014-08-222-0/+0
|
* renamed rooms to homeEmmanuel ROHEE2014-08-222-0/+225