summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-19SYN-47: Fix bug where we still returned events for rooms we had left.Erik Johnston1-0/+173
SYN-47 #resolve
2014-09-19Small formatting fixesKegan Dougal1-8/+10
2014-09-19formattingKegan Dougal1-5/+9
2014-09-19A kind of the typo in the fix of SYWEB-44Emmanuel ROHEE1-2/+2
2014-09-19Room id leaks: log them when then happens. Plus log the conditions that made ↵Emmanuel ROHEE1-0/+4
them happen
2014-09-19Fixed SYWEB-16: When sending an invite over federation, the remote user sees ↵Emmanuel ROHEE1-22/+38
the name of the resulting invite room as *their* name rather than the inviters
2014-09-18fix SYWEB-41 (hopefully)Matthew Hodgson1-1/+7
2014-09-18Fixed missing component dependency which created a crashEmmanuel ROHEE1-3/+2
2014-09-18Added test directory, karma conf, and angular-mocks. Expect it to work? Pah, ↵Kegan Dougal3-0/+2314
not yet.
2014-09-18Oops. Removed dev logsEmmanuel ROHEE1-1/+0
2014-09-18SYWEB-14: BF: rooms invitations were not visible in recents after ↵Emmanuel ROHEE3-3/+22
launching/refreshing the web page
2014-09-18Bump Changelog and version v0.3.2Erik Johnston3-2/+9
2014-09-18undefined is empty. Fixed bug where empty bingWords with old accounts which ↵Kegan Dougal1-1/+1
hadn't logged in didn't send notifications.
2014-09-18fix wordwrapMatthew Hodgson1-2/+2
2014-09-18fix binger descriptionMatthew Hodgson1-3/+3
2014-09-18Bump changelog and versions v0.3.1Erik Johnston3-2/+11
2014-09-18SYWEB-40: Only local rooms are shown in the recents list.Emmanuel ROHEE1-7/+0
Removed an old patch that deduplicated join events. This patch is now useless. Plus it is buggy since it compared event.content and event.prev_content only on the membership field whereas these objects contain more data now like displayname...
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