a52f92830a
Implement unit tests for read receipts.
2015-10-16 13:37:53 +01:00
40d113a423
Pass in receipts from initialSync
2015-10-16 11:54:47 +01:00
7ec8421d19
Fix linting errors
2015-10-16 11:38:49 +01:00
9048efeb65
Implement receipt handling and expose new Room functions
...
Add polyfills for Array.map/filter according to MDN because it looks much
better than the utils format.
Add stub tests for edge cases and implement test for the common case.
2015-10-16 11:32:27 +01:00
43fc200dae
Read receipt HTTP API tweaks
2015-10-16 09:36:13 +01:00
6679e93afc
Add untested read receipt sending method
2015-10-16 09:12:50 +01:00
19721c3f53
Bump to 0.2.2 and update CHANGELOG
v0.2.2
2015-10-13 10:31:00 +01:00
cde948814a
Linting (jsdoc)
2015-10-13 10:20:38 +01:00
2bb65fe644
Add RoomState.getLastModifiedTime() and JSDoc
2015-10-13 10:18:01 +01:00
1260dcee76
Add User.getLastModifiedTime()
2015-10-13 10:11:22 +01:00
3baab40bdb
Add RoomMember.getLastModifiedTime()
2015-10-13 10:09:38 +01:00
0988332850
Minor cleanup
2015-10-13 10:05:29 +01:00
385ebd3bfb
Semicolons
2015-10-12 17:57:02 +01:00
7635473a16
Merge pull request #20 from stevenhammerton/sh-cas-auth
...
CAS Auth
2015-10-12 16:59:17 +01:00
d004d0b927
Were not authed when fetching CAS server URL, so use request rather than authed request
2015-10-09 11:18:05 +01:00
33bede1dfe
Rename methods for getting homeserver and identity server URLs
2015-10-09 11:16:57 +01:00
c22382360b
Add client functions around new synapse CAS login
2015-10-08 22:55:38 +01:00
79db25b131
Add functions for getting the HS and IS urls out of the client (required for CAS login in react-sdk)
2015-10-08 22:55:38 +01:00
682880d0c9
Use a default content type if the browser doesn't give us one: home servers require a content type header.
2015-10-02 18:36:09 +01:00
a16ded9f4d
oops
2015-09-18 01:56:53 +02:00
2f75bb75dd
fix NPE if our user does not yet appear to be in the queried room
2015-09-18 01:55:40 +02:00
ac7457f532
null check
2015-09-16 21:27:21 +01:00
f665748fe5
Add 0.2.1 browser-dist.
v0.2.1
2015-09-11 10:59:44 +01:00
92e3a28315
Add gendoc script
2015-09-11 10:24:38 +01:00
4e26790418
Merge branch 'develop'
2015-09-11 10:17:20 +01:00
f1793ff96d
Merge branch 'release-v0.2.1' into develop
2015-09-11 10:17:09 +01:00
22a9db6c29
Add CHANGELOG and bump to 0.2.1
2015-09-11 10:12:54 +01:00
7a4a3a1239
Merge pull request #19 from matrix-org/matthew/http_exceptions
...
#19 - Gracefully fail when synchronous errors occur when calling the request function
2015-09-02 09:57:29 +01:00
3c01e2db43
Style checks
2015-09-02 09:50:43 +01:00
3b9f1728c7
turn HTTP exceptions into errbacks or rejected deferreds rather than bubbling them up and expecting the app to have try blocks eeeeeeeeeverywhere
2015-08-31 18:26:27 +01:00
6d6868df73
Mention the user_id of the inviter for invited room names
2015-08-14 17:09:21 +01:00
c1c2731f2e
Set the Content-Type on uploads
...
Most browsers seem to set this if you forget, but some don't.
2015-08-14 15:09:31 +01:00
e859119bde
Support allowDefault flag on room avatars too
2015-08-13 17:12:09 +01:00
9fab329a70
Add option to prevent the SDK from returning default avatar URLs.
2015-08-13 17:07:34 +01:00
deaaee4986
Add 'opts' to joinRoom function.
...
Add 'syncRoom' option to allow developers to join rooms without doing a
room initial sync. This is a breaking change.
2015-08-04 12:57:30 +01:00
54a5c38b66
Do not retry requests which 40[0/1/3]. Set 'errcode' on MatrixErrors
2015-07-29 10:30:07 +01:00
7f9c88e53f
Add create/getAlias and sendNotice/sendHtmlNotice methods.
2015-07-28 14:51:26 +01:00
3864472057
Fix test race condition.
...
It was possible for the test to end (via done()) before the final /events req
was flushed, resulting in a fail as there were requests outstanding. We now wait
until the final flush is done before done()ing.
2015-07-28 13:40:02 +01:00
759dece725
Minor JSDoc fix.
2015-07-28 13:27:57 +01:00
a750a4756f
Merge branch 'develop'
v0.2.0
2015-07-28 13:19:51 +01:00
fed91a5090
Add 0.2.0 to /dist
2015-07-28 13:19:34 +01:00
3e1940fe17
Merge branch 'develop'
2015-07-28 13:18:29 +01:00
bfefa380ae
Update README; v0.2.0 release commit.
2015-07-28 13:17:05 +01:00
14e91624bd
no-op if joinRoom is called when you're already joined. Add test for this.
...
Also ignore missing require()s when building (missing olm).
2015-07-28 13:13:55 +01:00
551721b22e
More WIP docs
2015-07-28 11:53:07 +01:00
1ef7af258d
Fix linting. Mark on new Store classes as WIP.
2015-07-28 11:50:47 +01:00
3905e56e1f
Bump to 0.2.0 - Add missing jsdoc, update CHANGELOG.
2015-07-28 11:45:46 +01:00
9993e5dbed
Cleanup jsdoc. Allow extra query params to be set on requests (for ASes).
2015-07-28 10:57:05 +01:00
14a7ff3e04
differentiate errors a bit better
2015-07-23 11:01:43 -07:00
0737b80850
Check thet Olm.Account and Olm.Session are defined before enabling crypto
2015-07-23 10:19:41 +01:00