summary refs log tree commit diff
path: root/webclient/rooms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renamed rooms to homeEmmanuel ROHEE2014-08-222-225/+0
|
* Move profile parts of the rooms page and the config content into a new page: ↵Emmanuel ROHEE2014-08-222-159/+7
| | | | settings
* Use $location.url instead of $location.path to get clean page URL without ↵Emmanuel ROHEE2014-08-221-4/+4
| | | | | | hash arguments of the previous page. This happpens with room URL like http://127.0.0.1:8080/matrix/client/#/room/#public:localhost. The second hash part is transferred to the next page when using $location.path.
* Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-2/+4
|
* Change webclient to always hit the im sync api before streaming so we get ↵Erik Johnston2014-08-211-1/+6
| | | | current presence state
* Use the new 'inviter' key from im sync for room display names.Erik Johnston2014-08-212-3/+8
|
* Quick fix to support array of room aliasesEmmanuel ROHEE2014-08-201-2/+3
|
* Join room: open the room URL with the room alias in itEmmanuel ROHEE2014-08-181-6/+2
|
* If possible, use href with room alias in rooms listEmmanuel ROHEE2014-08-181-2/+2
|
* Disabled image upload UIsEmmanuel ROHEE2014-08-181-1/+3
|
* switch some elements from being styled by class to styled by idMatthew Hodgson2014-08-151-2/+2
|
* Added infinite scrolling. It's sliiiightly buggy in that it jumps down the ↵Kegan Dougal2014-08-151-1/+1
| | | | list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps.
* When new invites come down, update the My Rooms list. Added hacks to make ↵Kegan Dougal2014-08-152-8/+21
| | | | the display name a bit nicer (/im/sync needs to return room aliases / membership events better)
* We can now upload avatar image somewhereEmmanuel ROHEE2014-08-141-4/+13
|
* Added extra nesting .data and rename callback to be response not dataKegan Dougal2014-08-141-29/+29
|
* Use ng-srcEmmanuel ROHEE2014-08-141-1/+1
|
* Show avatar in profile section and added a button to select a file (not yet ↵Emmanuel ROHEE2014-08-142-6/+31
| | | | wired to upload service)
* completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson2014-08-141-1/+3
| | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
* Store public room id > alias mappings.Kegan Dougal2014-08-131-0/+6
|
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+16
| | | | copyrighter.pl whilst we're at it
* Fix the 'Go to room' button to use the correct room alias apiErik Johnston2014-08-122-2/+22
|
* Reference Matrix Home Servermatrix.org2014-08-122-0/+275