iinuwa
bcc06ddd49
Update public rooms endpoint
2020-04-08 23:49:59 +02:00
Isaiah Inuwa
9198a549e7
Add structs for User-Interactive Authentication API.
2020-04-07 11:19:20 +02:00
Isaiah Inuwa
ff8427cb93
Add auth_parameters field to AuthenticationData.
2020-04-07 11:19:20 +02:00
Isaiah Inuwa
abcc8ec1d2
Update register endpoint to r0.6.0
2020-04-07 11:19:20 +02:00
iinuwa
dc582758e4
Add server_name parameter to join_room_by_id_or_alias
2020-04-06 17:28:55 +02:00
Jonas Platte
fe92c2940a
Update change log, bump version
2020-04-06 12:35:38 +02:00
Jonas Platte
041b737ca3
Bump version
2020-04-03 19:11:57 +02:00
Jonas Platte
4782739b0f
Update change log
2020-04-03 18:38:51 +02:00
Jonas Platte
9db26e1dda
Update CHANGELOG.md
2020-04-03 14:02:12 +02:00
Jonas Platte
ea9b752da9
Reorder sections in change log
2020-03-29 19:44:14 +02:00
Jonas Platte
e2ba8f2d4a
Bump version
2020-03-29 19:28:57 +02:00
Jonas Platte
472ab64a86
Update dependencies
2020-03-29 19:28:28 +02:00
Ragotzy.devin
1e3769a0f1
impl EndpointError for Error
...
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
2020-03-22 03:08:08 +01:00
iinuwa
122097cfef
Use Duration over UInt for timeouts and similar fields
2020-03-20 11:29:51 +01:00
iinuwa
21f9922b9e
Update r0::context::get_context::Request and r0::filter::RoomEventFilter
...
* Add lazy-loading options to RoomEventFilter
* Use UInt instead of u8 for get_context limit
* Add filter option to get_context endpoint
* Add more tests
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2020-03-09 22:00:03 +01:00
iinuwa
8fb01a193e
Add SSO login endpoint
2020-02-26 15:11:32 +01:00
Isaiah Inuwa
4b05e7e361
Add request and response parameters for account deactiviation
2020-02-25 20:00:22 -06:00
iinuwa
e16049b5b3
Add invite-by-3pid endpoint
2020-02-22 23:14:10 +01:00
iinuwa
7d677f690e
Add unstable_features to version endpoint
2020-02-22 23:12:34 +01:00
Isaiah Inuwa
59bbef5a35
Remove deprecate account bind endpoint.
2020-02-22 01:28:12 +01:00
iinuwa
fc59bf4b55
Update create room endpoint
2020-02-21 01:15:17 +01:00
Isaiah Inuwa
ab7cb329a4
Update changelog with media endpoints.
2020-02-19 19:54:17 -06:00
iinuwa
959e10fd15
Add client config retrieval endpoints
2020-02-19 11:00:12 +01:00
Jonas Platte
8e9a6ffede
Update ruma-api to 0.14.0
2020-02-18 21:26:41 +01:00
Isaiah Inuwa
fc0d8ee8e7
Add send-to-device endpoint
2020-02-18 19:19:10 +01:00
iinuwa
0139ebc41a
Add OpenID request token endpoint
2020-02-18 19:15:32 +01:00
Jonas Platte
a63e73a32d
Update changelog
2020-02-17 01:12:28 +01:00
Emily
1c2ab9e768
Fix r0::session::get_login_types::Response
...
The previous version was expecting one level of nesting too many, i.e.:
{"type": {"type": "m.login.password"}}
This is a breaking change, so bump the version number too.
2020-02-14 00:33:52 +00:00
Jonas Platte
16de378bb2
Bump MSRV
2020-02-08 22:39:37 +01:00
Jonas Platte
604795f994
Update dependencies, changelog; bump version
2020-02-08 22:28:34 +01:00
Isaiah Inuwa
b4692ec2a2
Update changelog for room upgrade endpoint.
2020-01-18 14:56:35 -06:00
Karlinde
505721bdad
Add endpoints for push notifications
2020-01-14 21:58:28 +01:00
Jonas Platte
4a37625ea9
Update change log
2020-01-13 23:26:10 +01:00
Jonas Platte
246de19790
Update get_presence to r0.6.0
2020-01-13 11:47:00 +01:00
iinuwa
097bd6a86c
Add/update endpoints for requesting account management tokens
2020-01-09 12:45:28 +01:00
Karl Linderhed
4a0e0e8bfe
Add get_username_availibility endpoint
2020-01-03 23:23:40 +01:00
Karl Linderhed
806eec754b
Update changelog
2020-01-03 23:23:40 +01:00
Karlinde
bc03dc6f2e
Add endpoints for key management
2020-01-03 00:49:29 +01:00
Karlinde
c0e8e3a84c
Add endpoint for getting server capabilities
2020-01-02 11:37:14 +01:00
Karlinde
b3a26c499a
Add endpoint for setting read markers
2020-01-02 11:31:54 +01:00
Jonas Platte
d2ae618822
Move things done after 0.5.0 to [unreleased]
in change log
2019-12-31 00:53:00 +01:00
iinuwa
301d38c104
Refactor send and sync modules
...
This commit moves the message, member and state event endpoints from the
send and sync modules to make interaction with those events more
consistent with how other events are used, for example,
`r0::<event type>::<create, get, update, delete>_event`.
2019-12-26 15:44:45 +01:00
Isaiah Inuwa
23611df0c2
Document removal of presence list endpoints.
2019-12-25 16:43:12 +01:00
iinuwa
0a31182e59
Add room event endpoint
2019-12-24 22:45:16 +01:00
Isaiah Inuwa
d025c3e26e
Make style and naming convention for devices endpoint consistent.
2019-12-24 10:12:45 -05:00
Isaiah Inuwa
523e58a801
Add device endpoints.
2019-12-24 00:20:31 -05:00
Isaiah Inuwa
d749f7ebc1
Add delete_devices endpoint.
2019-12-23 22:46:42 -05:00
Jonas Platte
69a8f35dbe
Update change log
2019-12-13 12:13:12 +01:00
Jonas Platte
ec74c2d798
Fix MSRV, update CHANGELOG.md
2019-12-12 22:25:35 +01:00
Jonas Platte
c455020802
Update r0::account::change_password to r0.6.0
2019-11-29 00:27:29 +01:00