Commit Graph

147 Commits

Author SHA1 Message Date
Christian Pauly abe793302e chore: Bump version 2022-10-14 12:33:44 +00:00
Nicolas Werner 1719bcec9e chore: add pushrules to the event types 2022-10-14 12:31:05 +00:00
Christian Pauly 3cc2f2fa4a fix: Edge case where MatrixException.error differs from errcode 2022-10-14 14:22:13 +02:00
Krille Fear 881f8c3fd8 refactor: Remove unused api docs job 2022-08-29 08:41:38 +00:00
Christian Pauly dcde0af99e chore: Bump version 2022-08-29 10:33:16 +02:00
Christian Pauly 6948eb8c06 fix: Parsing of MatrixException parameters 2022-08-29 10:23:44 +02:00
Malin Errenst 855f9ee2e6 fix: forced publish command in .gitlab-ci.yml 2022-08-26 14:45:54 +02:00
Malin Errenst 5d3f8d132d fix: Fix for tag version publishing 2022-08-26 14:18:01 +02:00
Malin Errenst 7413dacdce chore: version bump 2022-08-26 11:33:44 +02:00
Malin Errenst ec848f5bc3 fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml 2022-08-26 11:12:39 +02:00
Malin Errenst fccc2171fe chore: version bump 2022-08-26 09:48:58 +02:00
Malin Errenst ea93867b94 fix: Fixed dysfunctional key-verification (Emoji+manual)
- added snippet from Nico in matrix_keys.dart
Fixes #24
2022-08-26 09:48:11 +02:00
Christian Pauly f2ab312091 chore: Bump version 2022-08-25 12:07:36 +02:00
Krille Fear 4675783311 Revert "fix: Secret storage keys are used as account data but are not uri encoded"
This reverts commit 2f944292ba
2022-08-24 07:57:16 +00:00
Nicolas Werner a525bb120a chore: strict casts 2022-08-20 17:26:16 +02:00
Nicolas Werner 6a225e3b8c chore: strict raw types 2022-08-20 11:56:34 +02:00
Nicolas Werner 5bd934895d chore: strict inference 2022-08-20 11:53:14 +02:00
Nicolas Werner 7471743be3 chore: disable dynamic calls 2022-08-20 11:28:43 +02:00
Nicolas Werner 57ec5014d9 chore: use updated dart image 2022-08-19 12:17:46 +02:00
Nicolas Werner ff66e1c208 chore: upgrade from pedantic to lints 2022-08-19 12:11:42 +02:00
Christian Pauly cb743e8df0 chore: Bump version 2022-08-12 09:08:16 +02:00
Christian Pauly 2f944292ba fix: Secret storage keys are used as account data but are not uri encoded
This always encodes the storage
key so it can be used as account data.
Before the app has waited failed
to use this key at all so we do not
need a migration.
2022-08-12 09:06:51 +02:00
Nicolas Werner f7003933e6 chore: export filter map extension 2022-08-08 16:47:08 +02:00
Christian Pauly df2f210e83 chore: Bump version 2022-08-02 08:39:19 +02:00
Christian Pauly 04e9ae522d feat: Add a flag to disable colors in logs 2022-08-01 15:39:18 +02:00
h.carnot f64d9050de chore: bump version 2022-06-08 18:06:51 +02:00
Nicolas Werner 24a3369520 tests: Add basic test for space hierarchy api 2022-06-08 15:55:18 +00:00
Henri Carnot 80a4498ba9 fix: use ChildrenState for children_state in the room hierarchy response 2022-06-08 15:54:26 +00:00
Nicolas Werner cc509671f6 chore: bump version 2022-06-08 12:25:41 +02:00
Nicolas Werner 3dd7ef3444 fix: wrong types in spaces hierarchy API
BREAKING CHANGE (because from is now optional, so it can't be specified
conditionally)

See also:

- https://github.com/matrix-org/matrix-spec/pull/1110
- https://github.com/matrix-org/matrix-spec/pull/1097
2022-06-07 17:05:40 +02:00
Krille Fear fc4f004312 fix: Add missing versions to fake matrix api
This makes it easier to
use the FakeMatrixApi in
other packages for unit
tests.
2022-06-03 11:05:30 +00:00
Nicolas Werner 13b4598c83 feat: Authenticate media downloads
This is not strictly required by the spec, but it improves security to
require auth for media downloads on your homeserver. I enabled that on
my servers now and plan to MSC that soon. This is required for people on
my servers to see images and other content now.
2022-05-16 08:14:48 +02:00
Krille Fear a9d644cf93 chore: Bump version 2022-05-09 08:25:25 +00:00
Nicolas Werner 8866131652 docs: Update spec link in README 2022-05-06 15:14:12 +00:00
Nicolas Werner d6bb91f7e1 chore: Update to matrix v1.2 2022-05-06 15:14:12 +00:00
cloudwebrtc 2fa6561f36 chore: Add GroupCallPrefix/GroupCallMemberPrefix to EventTypes.
chore: fix flutter analyze issue.
2022-05-06 22:17:33 +08:00
Sorunome c25f893a4a
chore: Bump version 2021-12-09 12:50:27 +01:00
Lukas Lihotzki 477780d779 feat: deletePusher 2021-12-09 11:33:28 +00:00
Lukas Lihotzki 793ddddd3f feat: add additionalProperties in PusherData 2021-12-09 11:33:28 +00:00
Sorunome 454e27239c
chore: Add missing matrix error types as per spec
The full list of error codes is here:
https://spec.matrix.org/v1.1/client-server-api/#standard-error-response
2021-12-07 21:10:59 +01:00
Krille Fear c7d182a0a7 chore: Bump version 2021-11-26 07:23:02 +00:00
Krille Fear 6a3c25a8bd chore: Make some tryGet errors verbose and display line
tryGet messages can spam the
logs and may be better if
they are just verbose instead
of warnings. Also now
we display the line where
this tryGet call was.
2021-11-25 08:47:19 +01:00
Krille Fear 2383cef438 feat: Colored logs on native and web
This uses the developer.logs
method to print logs on
native and console.logs on
web. Therefore we have
native colored logs
everywhere without the use
of a package. It highlights
errors and warnings on
web much better and supports
collapsing stacktraces on
web.
2021-11-25 08:26:19 +01:00
Krille Fear 6f4f69106e chore: Bump version 2021-11-10 09:48:05 +01:00
Krille Fear 238c5addb3 feat: Add constructors to SyncUpdate classes
In the SDK we have multiple points
where we use fake syncs to
update the data model.
This constructors would make it
much easier to work with them.
2021-11-10 09:31:02 +01:00
Krille Fear a975c07ed4 chore: Bump version 2021-11-04 16:05:23 +01:00
Nicolas Werner 3e7a6df81b
fix: threepidCreds should be threepid_creds and an object
For context, see https://github.com/matrix-org/matrix-doc/pull/3471

Basically the spec was wrong and didn't match what clients and servers
were doing. Might fix registration on matrix.org.

BREAKING CHANGE: Any client that implements the email portion will fail
to build now.
2021-11-04 15:23:01 +01:00
Lukas Lihotzki 7a4bb507fe chore: codegen update (convert to json explicitly) 2021-10-11 15:23:11 +02:00
Krille Fear a9f1e0b3ee chore: Bump version 2021-09-27 14:56:13 +02:00
Lukas Lihotzki 5c3db7a602 chore: workaround for invalid getTurnServer responses from synapse 2021-09-27 13:25:12 +02:00