Commit Graph

542 Commits (f85a3757cf5d0aafc575423f2147e5821d8d5a67)
 

Author SHA1 Message Date
Paul "LeoNerd" Evans f85a3757cf Avoid hardcoding names of individual stream token keys in its own implementation; this at least reduces the number of places in source code the individual parts are stored 10 years ago
Emmanuel ROHEE 95cbd026cc oops. Should not have c+p all lines 10 years ago
Emmanuel ROHEE e1f249ce20 Implemented /nick 10 years ago
Emmanuel ROHEE 67f42b2f26 Get user display name and avatar from the server rather than storing them in the local storage 10 years ago
Matthew Hodgson b86d2a2d4f update presence times in realtime through the magic of two-way binding 10 years ago
Paul "LeoNerd" Evans d4145abd33 Use str.join() properly 10 years ago
Paul "LeoNerd" Evans 20d0db6cfb Move the *EventSource classes into the handlers they relate to, so it's easier to find the code 10 years ago
Kegan Dougal ca025c2b1d Rooms: More subsections, more bullet points, more detail. 10 years ago
Emmanuel ROHEE c3a774e414 Show desktop notification state. Provide help if the user has previously denied permission to display them. 10 years ago
David Baker 0ef54caa28 better support for call hangups 10 years ago
Kegan Dougal 1cdc29e260 Fix JSFiddles to work with the new C-S API. 10 years ago
Kegan Dougal 339dd3dc6c Update API swagger JSON to default to POSTs not PUTs when describing the API. 10 years ago
Emmanuel ROHEE 27047d8f51 Merge branch 'release-v0.1.0' into develop 10 years ago
Emmanuel ROHEE 7c4b47652e The away state is unavailable not offline 10 years ago
Emmanuel ROHEE bf6466f02a The away state is unavailable not offline 10 years ago
David Baker e76cd252fe Merge branch 'release-v0.1.0' into develop 10 years ago
David Baker 4b7f6dd7fc Only show voice call button if there are exactly 2 members in the room. Also hide the somewhat user unfriendly call state. 10 years ago
Erik Johnston fbdacce3fe Merge branch 'develop' of github.com:matrix-org/synapse into develop 10 years ago
Kegan Dougal 898dde8812 Flesh out API standards. 10 years ago
David Baker 073bec4830 Oops, forgot a s/sendObject/sendEvent/ - make messages work again! 10 years ago
David Baker cc413be446 Don't break if the call ends before it connects 10 years ago
Erik Johnston ee06023573 Get the equalities right. 10 years ago
David Baker 3e6a19cf09 Merge branch 'develop' of github.com:matrix-org/synapse into develop 10 years ago
David Baker 5308e3026a Change call signalling messages to be their own types of room events rather than room messages with different msgtypes: room messages should be things that the client can display as a unit message to the user. 10 years ago
Emmanuel ROHEE eab463fda5 Show notifications only when the user is detected as idle 10 years ago
Erik Johnston 47fb286184 Merge branch 'presence_logging' into develop 10 years ago
Erik Johnston 5dd38d579b Fix a couple of bugs in presence handler related to pushing updatesto the correct user. Fix presence tests. 10 years ago
Kegan Dougal ac56ac67cc Expand architecture section to introduce room IDs, room aliases, user IDs, events and federation. 10 years ago
David Baker 171d8b032f Merge branch 'voip' into develop 10 years ago
David Baker 41d02ab674 More basic functionality for voip calls (like hanging up) 10 years ago
Emmanuel ROHEE 1abc93d65c Cleaned up ng deps. By convention, angular modules must be listed at first 10 years ago
Emmanuel ROHEE ee079cd250 Added a timeout(40s) to $http stream requests (/events) in order to be notified by an error when there is a network issue. Thus, we can retry with a new request. 10 years ago
Kegan Dougal d1bf659ed7 Redo architecture diagram. Reword parts of federation. Formatting fixes and tweaks. 10 years ago
Emmanuel ROHEE 089d1b1b78 Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) 10 years ago
Emmanuel ROHEE 9b2cb41dcf Display emotes in the recents list 10 years ago
Emmanuel ROHEE 96baf62e7a ng-show exists. So, for clarity, avoid to use ng-hide and double negation test. 10 years ago
Emmanuel ROHEE 246b2a3c3e Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName 10 years ago
David Baker ca7426eee0 First basic working VoIP call support 10 years ago
Erik Johnston 8113eb7c79 Turn of trace_function logging 10 years ago
Erik Johnston aaf4fd98ee Only poll remote users if they are in our presence list, rather than in a common room 10 years ago
Mark Haines 722c19d033 Fix FederationHandler to event.origin 10 years ago
Erik Johnston 1b7686329e Don't query the rooms members table so much by using the new notifier api that allows you to specify room_ids to notify. 10 years ago
Kegan Dougal 068b348e7e Start fleshing out architecture section. Moar .rst formatting! Reword some copypastaed sections to be terser. 10 years ago
Paul "LeoNerd" Evans 2c7c12bc6e Initial room event stream token must be s0, not s1, or everyone will miss the very first room event 10 years ago
Erik Johnston 54d0a75573 Merge branch 'develop' of github.com:matrix-org/synapse into presence_logging 10 years ago
Erik Johnston a8d318cf82 Up timeout to 10 minutes 10 years ago
Paul "LeoNerd" Evans efc5f3440d Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes 10 years ago
Paul "LeoNerd" Evans 113342a756 Ability to assert a DeferredMockCallable has received no calls 10 years ago
Paul "LeoNerd" Evans b1da3fa0a7 Avoid AlreadyCalledError from EDU sending failures 10 years ago
Paul "LeoNerd" Evans c46c806126 Re-enable presence, un-skip presence tests 10 years ago