Jonas Platte
4a02b97aa3
Update website URL
2024-04-04 13:20:58 +02:00
Jonas Platte
8d9e96ed76
Simplify known_versions return types
...
Thanks to clippy for the lint!
2024-01-10 16:12:49 +01:00
Jonas Platte
e658b8b128
Remove 'www.' from ruma.io URLs
2023-10-12 15:44:00 +02:00
Jonas Platte
73b6113819
Rename test
modules to tests
...
… for consistency.
2023-08-24 10:36:30 +02:00
Jonas Platte
f964656a4d
Upgrade typos-ci, fix typos
2023-06-14 12:47:57 +02:00
Kévin Commaille
77454b70e9
identity-service-api: Fix format of keys in store_invitation::v2::PublicKeys
...
According to a spec clarification
Co-authored-by: Jonas Platte <jplatte@element.io>
2023-05-24 09:04:36 +00:00
Kévin Commaille
f159776f52
chore: Make all applicable spec links use the latest spec instead of a specific version
2023-02-12 12:39:24 +01:00
Jonas Platte
19006cd047
Clean up code blocks in doc strings
2023-02-01 16:58:47 +01:00
Jonas Platte
b859d9c8b0
common: Derive Debug via StringEnum derive
2023-01-13 13:49:59 +01:00
Jonas Platte
3211fccab0
Remove borrowing in requests
2022-11-28 14:02:35 +01:00
Jonas Platte
ae3394a6df
api: Turn metadata name and description fields into docstrings
2022-11-12 10:17:24 +01:00
Jonas Platte
80c060cb69
Remove usage of ruma_api!
2022-11-12 10:17:24 +01:00
Kévin Commaille
045861441a
doc: Update Matrix spec links to v1.4
2022-10-21 10:41:20 +02:00
Jonas Platte
a8e7c47bbe
Remove RoomName type
2022-06-03 11:40:33 +02:00
Kévin Commaille
0c67c6b3db
docs: Reword docs for StringEnum
2022-05-30 17:17:06 +02:00
Kévin Commaille
7f164b3173
doc: Add doc link to as_str
implementations
2022-05-30 17:17:06 +02:00
Jonas Platte
6100a0fa12
Use new owned ID types in more places
2022-04-20 10:39:36 +02:00
Kévin Commaille
688d5bf47a
docs: Improve string enums documentation
...
Mention the conversion from string.
2022-04-10 14:48:09 +02:00
Jonas Platte
7bef8ea5ef
Fix broken intra-doc links
2022-03-25 11:03:41 +01:00
Jonathan de Jong
a54cf06b9e
identity-service-api: Add /versions
endpoint (MSC2320)
2022-03-14 10:06:35 +01:00
Kévin Commaille
bdcf07be87
common: Merge ruma-serde into ruma-common
2022-03-10 12:11:00 +01:00
Kévin Commaille
088d1872b7
common: Merge ruma-identifiers into ruma-common
2022-03-09 17:46:51 +00:00
Kévin Commaille
f32dcb9254
common: Merge ruma-api into ruma-common
2022-03-03 14:01:51 +01:00
Kévin Commaille
bff34569cf
identity-api: Add room_type to store_invitation::Request
...
According to MSC3288
2022-02-23 21:39:54 +01:00
Jonathan de Jong
f0aad6cbe5
ruma-identity-service-api: Refactor file structure and add docs
2022-02-17 21:49:38 +01:00
Jonas Platte
7a70d96235
Remove PrivOwnedStr() from Debug formatting
2022-02-15 17:46:27 +01:00
Jonas Platte
ceccf74832
identity-service-api: Use new path metadata fields
2022-02-13 11:25:45 +01:00
Jonas Platte
4c859c5aeb
Introduce a Base64 type and use it where applicable
2022-01-13 16:22:21 +01:00
Jonas Platte
ee977b48f0
Make the inner type of _Custom enum variants unusable
...
The variant itself would be private if possible, this is the solution
closest to that.
2022-01-13 11:38:48 +01:00
Jonas Platte
5852658da5
identifiers: Make KeyId a DST
2021-11-26 00:40:44 +01:00
Jonas Platte
3ce578f384
identifiers: Make UserId a DST
2021-11-26 00:40:40 +01:00
Jonas Platte
438efee143
identifiers: Remove Box<$id> aliases
2021-11-25 21:07:14 +01:00
Jonas Platte
c38084432f
identifiers: Borrow mxid in sign_invitation_ed25519 Request
2021-11-25 21:07:03 +01:00
Jonas Platte
aa5fdf9d22
Merge serde attributes and improve docs
2021-10-08 12:49:13 +02:00
Devin Ragotzy
e7302c914a
Fix identity-service spec link
2021-10-06 10:48:08 +02:00
Jonas Platte
dc842f028f
Add missing commas
2021-08-30 17:34:20 +02:00
Adam
4a91f30025
identity-service-api: Add unbind_3pid endpoint.
2021-08-15 13:41:42 -05:00
Adam
63411165da
Move RoomName
to ruma-identifiers
and use it more
2021-08-10 15:22:47 +02:00
Adam
2577225ba5
Add client secret and session ID types
2021-08-10 15:22:24 +02:00
Jonas Platte
020da913de
Remove extraneous newlines
2021-08-05 13:29:36 +02:00
Jonas Platte
9b2602649f
Stop special-casing zero fields in macro code
2021-07-09 15:10:22 +02:00
Adam
f43c9c6caa
identity-service-api: Add store_invitation endpoint. ( #631 )
...
* identity-service-api: Add store_invitation endpoint.
Signed-off-by: Adam Blanchet <adamblanchet@free.fr>
2021-06-27 14:33:43 -05:00
Devin Ragotzy
5d0803f63d
app/identity: Make all pub structs non_exhaustive
2021-06-18 11:15:51 +00:00
Adam
c8f780dbbb
identity-service-api: Add sign_invitation_ed25519
2021-06-13 21:31:30 +00:00
Adam
ef7dd6dd84
identity-service-api: Add 3PID bind endpoint
2021-06-10 19:59:37 +02:00
Adam
76118b0ee2
identity-service-api: Add 3PID validity endpoint. ( #618 )
...
identity-service-api: Add 3PID validity endpoint.
2021-06-07 20:56:55 -05:00
Amanda Graven
97937d384c
Typo corrections
...
The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
2021-06-01 12:45:34 +02:00
Jonas Platte
4dd9baa238
Improve consistency in docs
2021-05-16 23:38:19 +02:00
Devin Ragotzy
c6aa2e0428
Fix clippy warnings across workspace
2021-05-06 06:16:28 -04:00
Jonas Platte
3db0ea7026
Move all crates into a new crates directory
2021-05-03 15:50:27 +02:00