- Sep 19, 2014
-
-
Kegan Dougal authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Fixed SYWEB-16: When sending an invite over federation, the remote user sees the name of the resulting invite room as *their* name rather than the inviters
-
- Sep 18, 2014
-
-
Matthew Hodgson authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Erik Johnston authored
-
Kegan Dougal authored
undefined is empty. Fixed bug where empty bingWords with old accounts which hadn't logged in didn't send notifications.
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
Conflicts: tests/handlers/test_profile.py
-
Emmanuel ROHEE authored
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...
-
Emmanuel ROHEE authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it plays nicer with federation.
-
Erik Johnston authored
-
Kegan Dougal authored
Patch for SYWEB-40 : isStateEvent is not being set correctly, and really 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 (32808e41), caused federated rooms to not appear in the recents list.
-
Kegan Dougal authored
-
David Baker authored
-
Kegan Dougal authored
SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it plays nicer with federation.
-
Kegan Dougal authored
Patch for SYWEB-40 : isStateEvent is not being set correctly, and really 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 (32808e41), caused federated rooms to not appear in the recents list.
-
Kegan Dougal authored
-
- Sep 17, 2014
-
-
Matthew Hodgson authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
David Baker authored
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
Neaten more of the storage layer tests with assertObjectHasAttributes; more standardisation on test layout
-
Kegan Dougal authored
Create room entries for public rooms too so their public state is transferred over correctly when you join it.
-
Kegan Dougal authored
webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which doesn't clutter the recents list.
-
Paul "LeoNerd" Evans authored
-
Emmanuel ROHEE authored
SYWEB-30: BF: When switching between rooms, pagination flickered between the top of the room before jumping to the bottom of the page
-