1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-07 23:02:56 +03:00
Commit Graph

10556 Commits

Author SHA1 Message Date
Mark Haines
110546bfca Add a copy of olm.js so that branch will work as temporary work around until I work out how to package it using npm 2015-07-17 19:22:21 +01:00
Mark Haines
62ac369500 Fix test name 2015-07-17 18:51:23 +01:00
Mark Haines
8e6e1e64c7 Add integration test for the end-to-end crypto 2015-07-17 18:47:34 +01:00
Matthew Hodgson
9d5fc7c0fd at long last fix bug where /op would cache previous failed attempts. fixes SYWEB-342 2015-07-17 18:02:06 +01:00
David Baker
c563380a0b Fall back to the identicon generator if a user doesn't have an avatar_url 2015-07-17 17:48:57 +01:00
Kegan Dougal
7869d7a7df Emit state changes after updating hangup party and reason 2015-07-17 17:03:18 +01:00
Kegan Dougal
7ec42f8843 Firefox falls over in a heap if you don't provide an error callback. 2015-07-17 16:15:08 +01:00
Kegan Dougal
3d6b9f4593 Add more logging when sync requests fail. 2015-07-17 14:46:52 +01:00
Kegan Dougal
4489c85020 Play video to local video elements when updated. 2015-07-17 14:23:40 +01:00
Kegan Dougal
a694da344c Remove unecessary logging. 2015-07-17 13:57:39 +01:00
Kegan Dougal
384fb94262 Linting 2015-07-17 13:39:04 +01:00
Kegan Dougal
8727dd1e34 Use TURN servers when placing/receiving calls. 2015-07-17 13:36:58 +01:00
Kegan Dougal
1232f6ce3c Periodically check turn servers. 2015-07-17 12:23:39 +01:00
Kegsay
1888c83f4f Merge pull request #15 from EricssonResearch/msba/saml2
Add SAML2 login method helper
2015-07-17 08:37:45 +01:00
Mark Haines
2ee5977ad2 Start integrating end-to-end into the matrix-client. Add a storage class to store end-to-end sessions. Implement the one-time key upload API, and start sketching out the encryption and decryption functions 2015-07-16 18:21:25 +01:00
Kegan Dougal
103869e628 Accept MatrixEvents like everywhere else in the SDK. 2015-07-16 17:15:40 +01:00
Kegan Dougal
6bd3b0db0d Emit state changes from MatrixCall. 2015-07-16 11:36:35 +01:00
Kegsay
c3696d07b7 Merge pull request #14 from matrix-org/registration
Registration
2015-07-16 10:22:11 +01:00
David Baker
7b26a64617 camels 2015-07-16 10:20:31 +01:00
David Baker
ff1b137750 add js doc for httpStatus 2015-07-16 10:18:51 +01:00
Kegan Dougal
c5718891c5 Fix tests. Add MatrixCall.setLocalVideoElement 2015-07-16 10:07:19 +01:00
Kegsay
4b4f13d662 Merge pull request #13 from matrix-org/set_password
Implement setPassword API
2015-07-16 09:59:32 +01:00
Erik Johnston
ebb21f56d3 No trailing commas :( 2015-07-16 09:58:18 +01:00
Erik Johnston
ec5352183a Camel case 2015-07-16 09:56:36 +01:00
Erik Johnston
83563a23fe Implement setPassword API 2015-07-16 09:50:12 +01:00
Matthew Hodgson
260d9abced fix more NPEs 2015-07-16 01:37:39 +01:00
Matthew Hodgson
ee4d0fb9ee hopefully fix NPE that bit Antony 2015-07-16 01:21:29 +01:00
David Baker
13f72e1df2 lint 2015-07-15 19:26:52 +01:00
David Baker
a89de9754f Support registration & next_links 2015-07-15 19:25:08 +01:00
David Baker
b2f5d0b40a Merge pull request #12 from matrix-org/voip
WebRTC support
2015-07-15 10:20:56 +01:00
David Baker
9f3f33e2cc s/Safari/OpenWebRTC/ 2015-07-15 10:16:43 +01:00
Kegan Dougal
309b61586f Linting. 2015-07-15 09:48:37 +01:00
Kegsay
be1264d5c3 Update README.md 2015-07-15 09:47:25 +01:00
Matthew Hodgson
3a344a0138 turn off alias disambiguation, and add a method to grab room avatar urls 2015-07-15 03:53:51 +01:00
David Baker
ae7f9ab871 lint 2015-07-14 19:38:56 +01:00
David Baker
77d3add846 Talk to the ID server 2015-07-14 19:36:44 +01:00
Kegan Dougal
4cf0e10c02 Bug fixes. Everything should be working now. 2015-07-14 17:55:55 +01:00
Kegan Dougal
e3fdcaaff5 Add noddy voip example app. 2015-07-14 17:11:30 +01:00
Kegan Dougal
053a5b1bea Make inbound calls work. 2015-07-14 16:23:31 +01:00
Kegan Dougal
8a41504cbb Glue in call handling into MatrixClient. Outbound calls work. 2015-07-14 16:06:22 +01:00
Kegan Dougal
8af5ed363b Merge branch 'develop' into voip 2015-07-14 12:04:00 +01:00
Kegan Dougal
8cb973e605 Fix SYJS-16: event.sender is sometimes null for locally sent events. 2015-07-14 12:00:19 +01:00
Kegan Dougal
3e60842c3b Sort out access levels for functions; add JSDoc. 2015-07-14 11:11:41 +01:00
Kegan Dougal
7cce41df2e Add structured errors and callbacks. Now sends candidates. 2015-07-14 10:48:19 +01:00
David Baker
58df45814b lint errors 2015-07-14 10:09:08 +01:00
David Baker
864fdcb925 Support V2 registration 2015-07-13 19:15:10 +01:00
Kegan Dougal
0ef20faff7 Add JSDoc; Add createNewMatrixCall to globals. 2015-07-13 17:11:37 +01:00
Kegan Dougal
3bd043a8eb Add MatrixCall class; ported from angular. Untested and probably broken. 2015-07-13 16:45:31 +01:00
David Baker
9f930f7d0d Redundant suffix is redundant. 2015-07-13 14:39:11 +01:00
Kegan Dougal
c289c70f27 SYJS-17: Update the core event dict completely before members.
The RoomState needs to be current before higher-level processing as this
processing may depend on the end state rather than the progressive state
(e.g. disambiguating BOTH RoomMember's display names).
2015-07-13 10:53:07 +01:00