Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-18 | undefined is empty. Fixed bug where empty bingWords with old accounts which ↵ | Kegan Dougal | 1 | -1/+1 | |
hadn't logged in didn't send notifications. | |||||
2014-09-18 | Bump changelog and versions v0.3.1 | Erik Johnston | 3 | -2/+11 | |
2014-09-18 | SYWEB-40: Only local rooms are shown in the recents list. | Emmanuel ROHEE | 1 | -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-18 | Reverted patches done for SYWEB-40 | Emmanuel ROHEE | 2 | -12/+6 | |
2014-09-18 | Update Change log | Erik Johnston | 1 | -2/+29 | |
2014-09-18 | SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it ↵ | Kegan Dougal | 1 | -1/+1 | |
plays nicer with federation. | |||||
2014-09-18 | Update version in UPGRADE | Erik Johnston | 1 | -1/+1 | |
2014-09-18 | Patch for SYWEB-40 : isStateEvent is not being set correctly, and really ↵ | Kegan Dougal | 1 | -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-18 | Still add the room to the filtered list even if you can't work out the ↵ | Kegan Dougal | 1 | -3/+2 | |
number of users in the room. | |||||
2014-09-18 |