1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00
Commit Graph

2643 Commits

Author SHA1 Message Date
David Baker
7099adfe79 v0.10.4-rc.1 v0.10.4-rc.1 2018-06-06 15:40:02 +01:00
David Baker
cb17a2bcb0 Prepare changelog for v0.10.4-rc.1 2018-06-06 15:40:01 +01:00
Michael Telatynski
172044a1cb check whether notif level is undefined, because 0 is falsey (#651)
* check whether notif level is undefined, because `0` is falsey and it failed

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* improve number check for all m.room.power_levels related stuffs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-05-29 12:11:29 +01:00
Michael Telatynski
4b203b6b63 allow setting the output device for webrtc calls
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-05-26 16:44:27 +01:00
David Baker
67876bab4c v0.10.3 v0.10.3 2018-05-25 15:09:24 +01:00
David Baker
6ce691e40f Prepare changelog for v0.10.3 2018-05-25 15:09:23 +01:00
David Baker
9cd44b09f9 v0.10.3-rc.1 v0.10.3-rc.1 2018-05-24 18:16:59 +01:00
David Baker
73a2704126 Prepare changelog for v0.10.3-rc.1 2018-05-24 18:16:58 +01:00
Luke Barnard
a50dd785b8 (Breaking Change) Add erase option to deactivateAccount (#649)
For erasing messages etc. after deactivation.

**Breaking change: `deactivateAccount` no longer takes callback**

Also: Move /account/deactivate from PREFIX_UNSTABLE to _R0
2018-05-24 10:47:41 +01:00
Luke Barnard
bafbe5cbec Emit no_consent when M_CONSENT_NOT_GIVEN received (#647) 2018-05-22 18:02:21 +01:00
David Baker
4153845346 v0.10.2 v0.10.2 2018-04-30 13:29:26 +01:00
David Baker
548713ed98 Prepare changelog for v0.10.2 2018-04-30 13:29:25 +01:00
Michael Telatynski
1bf1ce7070 fix typo where headers was not being used and thus sent wrong mime
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-04-30 06:56:43 +01:00
David Baker
21dc0fbf2f v0.10.2-rc.1 v0.10.2-rc.1 2018-04-25 14:57:08 +01:00
David Baker
7b29de9698 Prepare changelog for v0.10.2-rc.1 2018-04-25 14:57:08 +01:00
Michael Telatynski
7d468ee148 Replies (#607) (and Content Helpers)
* if event has `m.relates_to` extract this into the e2e-wrapper event

* Split out helpers to make content for {HTML,text}{emote,notice,message}
So that additional content fields can be added before sending

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-04-23 14:26:40 +01:00
Michael Telatynski
260e7b529f fix some documentation typos
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-04-15 23:31:33 +01:00
Michael Telatynski
b027089fc1 use constants 2018-04-15 22:16:25 +01:00
David Baker
8f318528f8 Merge branch 'master' into develop 2018-04-12 12:17:45 +01:00
David Baker
9696e70817 v0.10.1 v0.10.1 2018-04-12 12:06:25 +01:00
David Baker
85580acbff Prepare changelog for v0.10.1 2018-04-12 12:06:24 +01:00
David Baker
c45a5f7e84 Name param slightly more helpfully 2018-04-12 12:00:41 +01:00
David Baker
df74b0b038 Ignore inserts of dup inbound group sessions, pt 2
Stop the error from propagating to the txn error handler and
aborting the rest of the transaction.
2018-04-12 12:00:32 +01:00
David Baker
749e5b8458 Use the name of the error, not the request 2018-04-12 12:00:23 +01:00
David Baker
1255566324 Error message formatting 2018-04-12 12:00:11 +01:00
David Baker
a25da4ebf4 Ignore inserts of duplicate inbound group sessions
Rather than aborting the whole txn

This is causing e2e migration fails in the wild
2018-04-12 11:59:59 +01:00
David Baker
72835f3c5f lint 2018-04-12 11:59:46 +01:00
David Baker
c4f52f6256 Fix error logging 2018-04-12 11:59:32 +01:00
David Baker
3eb9505633 Log IDB errors 2018-04-12 11:58:33 +01:00
David Baker
543a0be1e4 Merge pull request #641 from matrix-org/dbkr/ignore_duplicate_inbound_group_session_2
Ignore inserts of dup inbound group sessions, pt 2
2018-04-12 11:25:54 +01:00
David Baker
5ef21c5075 Name param slightly more helpfully 2018-04-12 11:20:45 +01:00
David Baker
5c412cc0bd Ignore inserts of dup inbound group sessions, pt 2
Stop the error from propagating to the txn error handler and
aborting the rest of the transaction.
2018-04-12 11:15:39 +01:00
David Baker
346deb4b0d Use the name of the error, not the request 2018-04-11 18:57:52 +01:00
David Baker
6f8f30b018 Error message formatting 2018-04-11 18:56:17 +01:00
David Baker
b808757012 Merge pull request #639 from matrix-org/dbkr/ignore_duplicate_inbound_group_session
Ignore inserts of duplicate inbound group sessions
2018-04-11 18:31:43 +01:00
David Baker
5e491bb89a Ignore inserts of duplicate inbound group sessions
Rather than aborting the whole txn

This is causing e2e migration fails in the wild
2018-04-11 17:27:25 +01:00
David Baker
fc3cb0dd45 lint 2018-04-11 16:09:28 +01:00
David Baker
0846cb04af Fix error logging 2018-04-11 16:02:56 +01:00
David Baker
9708394846 Merge pull request #638 from matrix-org/dbkr/idb_log_error
Log IDB errors
2018-04-11 15:42:14 +01:00
David Baker
92e4396602 Log IDB errors 2018-04-11 15:37:28 +01:00
Luke Barnard
a5870b73a9 Merge branch 'master' into develop 2018-04-11 11:39:26 +01:00
Luke Barnard
77ff6b9088 v0.10.0 v0.10.0 2018-04-11 11:38:08 +01:00
Luke Barnard
425e74f297 Prepare changelog for v0.10.0 2018-04-11 11:38:08 +01:00
Luke Barnard
ffa184464e v0.10.0-rc.2 v0.10.0-rc.2 2018-04-09 15:29:09 +01:00
Luke Barnard
eca68e9e7f Prepare changelog for v0.10.0-rc.2 2018-04-09 15:29:09 +01:00
David Baker
dd1bc8ec9a Update to new join policy API (#636) 2018-04-09 14:58:13 +01:00
Luke Barnard
24dc1d6991 Add wrapped to set group is_joinable (#634)
which is exposed in the summary API under `summary.profile.is_joinable`.

If true, anyone can join the group. If false, an invite is required.
2018-04-09 14:58:06 +01:00
Luke Barnard
9f510b7eee Add wrapper for group join API (#633)
Needed for new "joinable" groups.
2018-04-09 14:57:57 +01:00
David Baker
730ca9b60b Update to new join policy API (#636) 2018-04-05 17:02:43 +01:00
Luke Barnard
1afaf903f9 Add wrapped to set group is_joinable (#634)
which is exposed in the summary API under `summary.profile.is_joinable`.

If true, anyone can join the group. If false, an invite is required.
2018-03-29 17:03:20 +01:00