summary refs log tree commit diff
path: root/webclient/js/ng-infinite-scroll-matrix.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-18Reverted patches done for SYWEB-40Emmanuel ROHEE2-12/+6
2014-09-18Update Change logErik Johnston1-2/+29
2014-09-18SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it ↵Kegan Dougal1-1/+1
plays nicer with federation.
2014-09-18Update version in UPGRADEErik Johnston1-1/+1
2014-09-18Patch for SYWEB-40 : isStateEvent is not being set correctly, and really ↵Kegan Dougal1-2/+8
shouldn't be a configurable arg in the first place. As a result of being undefined, the events.rooms[rid].members object was not being updated in some cases, which combined with the recents-filter bug (32808e4), caused federated rooms to not appear in the recents list.
2014-09-18Still add the room to the filtered list even if you can't work out the ↵Kegan Dougal1-3/+2
number of users in the room.
2014-09-18unbreak calls in firefoxDavid Baker1-1/+1
2014-09-18SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it ↵Kegan Dougal1-1/+1
plays nicer with federation.
2014-09-18Patch for SYWEB-40 : isStateEvent is not being set correctly, and really ↵Kegan Dougal1-2/+8
shouldn't be a configurable arg in the first place. As a result of being undefined, the events.rooms[rid].members object was not being updated in some cases, which combi