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

10444 Commits

Author SHA1 Message Date
1232f6ce3c Periodically check turn servers. 2015-07-17 12:23:39 +01:00
1888c83f4f Merge pull request #15 from EricssonResearch/msba/saml2
Add SAML2 login method helper
2015-07-17 08:37:45 +01:00
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
103869e628 Accept MatrixEvents like everywhere else in the SDK. 2015-07-16 17:15:40 +01:00
6bd3b0db0d Emit state changes from MatrixCall. 2015-07-16 11:36:35 +01:00
c3696d07b7 Merge pull request #14 from matrix-org/registration
Registration
2015-07-16 10:22:11 +01:00
7b26a64617 camels 2015-07-16 10:20:31 +01:00
ff1b137750 add js doc for httpStatus 2015-07-16 10:18:51 +01:00
c5718891c5 Fix tests. Add MatrixCall.setLocalVideoElement 2015-07-16 10:07:19 +01:00
4b4f13d662 Merge pull request #13 from matrix-org/set_password
Implement setPassword API
2015-07-16 09:59:32 +01:00
ebb21f56d3 No trailing commas :( 2015-07-16 09:58:18 +01:00
ec5352183a Camel case 2015-07-16 09:56:36 +01:00
83563a23fe Implement setPassword API 2015-07-16 09:50:12 +01:00
260d9abced fix more NPEs 2015-07-16 01:37:39 +01:00
ee4d0fb9ee hopefully fix NPE that bit Antony 2015-07-16 01:21:29 +01:00
13f72e1df2 lint 2015-07-15 19:26:52 +01:00
a89de9754f Support registration & next_links 2015-07-15 19:25:08 +01:00
b2f5d0b40a Merge pull request #12 from matrix-org/voip
WebRTC support
2015-07-15 10:20:56 +01:00
9f3f33e2cc s/Safari/OpenWebRTC/ 2015-07-15 10:16:43 +01:00
309b61586f Linting. 2015-07-15 09:48:37 +01:00
be1264d5c3 Update README.md 2015-07-15 09:47:25 +01:00
3a344a0138 turn off alias disambiguation, and add a method to grab room avatar urls 2015-07-15 03:53:51 +01:00
ae7f9ab871 lint 2015-07-14 19:38:56 +01:00
77d3add846 Talk to the ID server 2015-07-14 19:36:44 +01:00
4cf0e10c02 Bug fixes. Everything should be working now. 2015-07-14 17:55:55 +01:00
e3fdcaaff5 Add noddy voip example app. 2015-07-14 17:11:30 +01:00
053a5b1bea Make inbound calls work. 2015-07-14 16:23:31 +01:00
8a41504cbb Glue in call handling into MatrixClient. Outbound calls work. 2015-07-14 16:06:22 +01:00
8af5ed363b Merge branch 'develop' into voip 2015-07-14 12:04:00 +01:00
8cb973e605 Fix SYJS-16: event.sender is sometimes null for locally sent events. 2015-07-14 12:00:19 +01:00
3e60842c3b Sort out access levels for functions; add JSDoc. 2015-07-14 11:11:41 +01:00
7cce41df2e Add structured errors and callbacks. Now sends candidates. 2015-07-14 10:48:19 +01:00
58df45814b lint errors 2015-07-14 10:09:08 +01:00
864fdcb925 Support V2 registration 2015-07-13 19:15:10 +01:00
0ef20faff7 Add JSDoc; Add createNewMatrixCall to globals. 2015-07-13 17:11:37 +01:00
3bd043a8eb Add MatrixCall class; ported from angular. Untested and probably broken. 2015-07-13 16:45:31 +01:00
9f930f7d0d Redundant suffix is redundant. 2015-07-13 14:39:11 +01:00
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
a6b0ea8825 Spaces around operators 2015-07-08 16:13:54 +01:00
34086f48fa Separate impl for node and extend example node app to use it. 2015-07-08 16:13:10 +01:00
5e0d5a5b05 Fix some linitng errors 2015-07-08 15:01:38 +01:00
f75453d5d5 ignore parted users when naming rooms 2015-07-08 14:55:08 +01:00
639522f80d Add uploadContent method 2015-07-08 14:33:46 +01:00
e2768ceba2 add mxc -> http uri conversion func to client 2015-07-07 13:39:37 +01:00
b3726411f4 Add SAML2 login method helper 2015-07-07 17:50:11 +05:30
e706dcd861 Merge pull request #11 from matrix-org/avatar_url
Move getAvatarUrl method to client so it can do mxc -> http uri conversion
2015-07-02 21:15:37 +01:00
04272a66f0 Add jsdoc and pass through other params 2015-07-02 18:29:35 +01:00
f29f2a8115 Move getAvatarUrl into the client because it requires an instantiated client to work. Fix bits of client to use opts rather than credentials which doesn't exist. 2015-07-02 18:22:46 +01:00
5691865035 Linting 2015-07-02 17:23:35 +01:00
abe00deb65 Add getAvatarUrl() to RoomMember 2015-07-02 17:22:44 +01:00