Commit Graph

1161 Commits (231afe464aa9d5313de29ff569a1e2fea842fcb5)
 

Author SHA1 Message Date
Erik Johnston e062f2dfa8 Apparently we can't do txn.rollback(), so raise and catch an exception instead. 11 years ago
Kegan Dougal c1a25756c2 Added demo.details 11 years ago
Kegan Dougal d692994ea4 Updated jsfiddle links to point to github 11 years ago
Kegan Dougal a3590dfa26 Bodge to default to '1 users' when you create a room, which is better than blindly assuming a recents controller is writing to rootScope.rooms and setting numUsersInRoom there. 11 years ago
Kegan Dougal da9b7b0368 Added big massive TODOs on a huge design problem with initial sync 11 years ago
Kegan Dougal 054fad5360 Float right the num users, apply room highlight to user count. 11 years ago
Kegan Dougal e0954f3b36 Better checks are better. 11 years ago
Kegan Dougal 76fe7d4eba Added num_joined_users key to /publicRooms for each room. Show this information in the webclient. 11 years ago
Erik Johnston 942d8412c4 Handle the case where we don't have a common ancestor 11 years ago
Kegan Dougal 2eaa199e6a Added number of users in recent rooms. 11 years ago
Erik Johnston 83ce57302d Fix bug in state handling where we incorrectly identified a missing pdu. Update tests to catch this case. 11 years ago
Kegan Dougal de727f854a Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check. 11 years ago
Kegan Dougal 0627366b2f Sort the public room list by display name. 11 years ago
Kegan Dougal 586e0df62d Updated spec and api docs to desired new format. 11 years ago
Erik Johnston c0577ea87a Rollback if we try and insert duplicate events 11 years ago
Emmanuel ROHEE d81e7dc00e Added /join description 11 years ago
Emmanuel ROHEE 9a5f224931 matrixService.rooms must be renamed matrixService.initialSync now 11 years ago
Emmanuel ROHEE 21d6ce2380 App startup improvements: 11 years ago
David Baker 972f664b6b add sounds to the calling interface 11 years ago
Emmanuel ROHEE 1dc4ad1efa Merge branch 'origin/release-v0.2.2' into develop 11 years ago
Matthew Hodgson a0a609e8af fix embarassing bug where in-progress messages get vaped when the previous one gets delivered 11 years ago
Matthew Hodgson dc1f202eca fix desktop notifs, which were broken in eab463fd 11 years ago
Kegan Dougal ce5cd2202f Center recaptcha dialog. 11 years ago
Erik Johnston 2df5cb114d Remove disabled change from CHANGES 11 years ago
Matthew Hodgson ef0304beff disable broken event dup suppression, and fix echo for /me 11 years ago
Kegan Dougal dd2ae64120 Set the room_alias field when we encounter a new one, rather than only from local storage. 11 years ago
Kegan Dougal cde6bdfa77 Use the room_display_name when presenting on the home page, and not the room_alias which may not be set. 11 years ago
Kegan Dougal f397b2264c https when loading recaptcha js 11 years ago
Erik Johnston 768ff1a850 Fix race in presence handler where we evicted things from cache while handling a key therein 11 years ago
Erik Johnston 7735aad9d6 Bump version and changelog 11 years ago
Kegan Dougal 7bff9b6269 Minor spec tweaks. 11 years ago
Emmanuel ROHEE 24f0bb4af5 Revert "BF: Made notification work again (forgot to renamed "offline" to "unavailable")" 11 years ago
Emmanuel ROHEE c3f9d8e41b BF: Made notification work again (forgot to renamed "offline" to "unavailable") 11 years ago
Matthew Hodgson 64b6f09b0d fix embarassing bug where in-progress messages get vaped when the previous one gets delivered 11 years ago
Erik Johnston a73104b566 Merge branch 'release-v0.2.2' of github.com:matrix-org/synapse 11 years ago
Matthew Hodgson 41907209bb fix desktop notifs, which were broken in eab463fd 11 years ago
Erik Johnston d12feed623 Merge branch 'release-v0.2.2' of github.com:matrix-org/synapse 11 years ago
Kegan Dougal 9e0c3e7838 Center recaptcha dialog. 11 years ago
Erik Johnston a9afb7cba3 Remove disabled change from CHANGES 11 years ago
Matthew Hodgson 44bd5e04dd disable broken event dup suppression, and fix echo for /me 11 years ago
Kegan Dougal 9be1b2cb23 Set the room_alias field when we encounter a new one, rather than only from local storage. 11 years ago
Kegan Dougal 92800afd95 Use the room_display_name when presenting on the home page, and not the room_alias which may not be set. 11 years ago
Kegan Dougal 929cb12e7e https when loading recaptcha js 11 years ago
Erik Johnston de55ba218f Fix race in presence handler where we evicted things from cache while handling a key therein 11 years ago
Erik Johnston 71fb748d70 Bump version and changelog 11 years ago
Matthew Hodgson 6e341aebab dedup all events 11 years ago
Matthew Hodgson a1bf28b7f0 handle m.room.aliases for id<->alias mapping; remove local_storage map; stop local echo flickering by removing opacity transition for now; implement /join 11 years ago
Matthew Hodgson aa90e53312 add todo 11 years ago
Erik Johnston ea5b5b1f64 Fix state unit test 11 years ago
Erik Johnston 2205aba3ed Fix bug where we used an event_id as a pdu_id 11 years ago