Commit Graph

  • a12c38c532 common: Add a error variant for unexpected header values Damir Jelić 2024-05-14 13:25:11 +02:00
  • b7b9816314 Make the url crate a workspace dependency Damir Jelić 2024-05-07 12:00:58 +02:00
  • 64f19d21c7
    Release ruma 0.10.1 Kévin Commaille 2024-05-13 15:25:29 +02:00
  • 4ec2d68fc0
    Release ruma-events 0.28.1 Kévin Commaille 2024-05-13 15:18:09 +02:00
  • 0f38daacef
    events: Handle existing mentions in make_replacement Kévin Commaille 2024-05-13 15:07:26 +02:00
  • 62aca1e976 feat: add undocumented org.matrix.room.preview_urls room state event strawberry 2024-05-12 17:12:19 -04:00
  • 42bec95cdc events: Move all methods to construct a relation to RoomMessageEventContentWithoutRelation Kévin Commaille 2024-05-12 17:17:02 +02:00
  • f535ce700d macros: Remove dead code Kévin Commaille 2024-05-12 15:46:08 +02:00
  • 2b986e1226 chore: Fix new rustfmt errors Kévin Commaille 2024-05-12 15:45:40 +02:00
  • d6c4533b7d chore: Fix new warnings Kévin Commaille 2024-05-12 15:45:19 +02:00
  • bbc0fe875f ci: Update version of Rust nightly Kévin Commaille 2024-05-12 15:45:06 +02:00
  • 8699c174a9 ruma: Add missing feature reexports Kévin Commaille 2024-05-10 17:42:08 +02:00
  • 9b3f4a2c0f ci: Add lint to check if all sub-crates features can be enabled from ruma crate Kévin Commaille 2024-05-10 17:41:44 +02:00
  • 9e29e07ae1 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-05-09 11:29:29 -04:00
  • 30701596d0 xtask: Set user-agent string of HTTP client Kévin Commaille 2024-05-09 13:20:41 +02:00
  • 14d7ec42e7 xtask: Don't try to read ruma-macros changelog and only publish it Kévin Commaille 2024-05-09 12:13:40 +02:00
  • e08822fce1 docs: Update workspace dependencies graph Kévin Commaille 2024-05-09 13:23:38 +02:00
  • 5b882208ef
    Release ruma 0.10.0 Kévin Commaille 2024-05-09 13:17:10 +02:00
  • 8ed8267e5d
    Release ruma-state-res 0.11.0 Kévin Commaille 2024-05-09 13:09:14 +02:00
  • f4433c1ff0
    Release ruma-client 0.13.0 Kévin Commaille 2024-05-09 13:05:46 +02:00
  • 8a8c0adff9
    Release ruma-push-gateway-api 0.9.0 Kévin Commaille 2024-05-09 13:03:52 +02:00
  • 42f20a4e8d
    Release ruma-signatures 0.15.0 Kévin Commaille 2024-05-09 13:01:32 +02:00
  • 699053d629
    Release ruma-federation-api 0.9.0 Kévin Commaille 2024-05-09 12:55:58 +02:00
  • 00a332b037
    Release ruma-client-api 0.18.0 Kévin Commaille 2024-05-09 12:53:11 +02:00
  • 84c174da49
    Release ruma-appservice-api 0.10.0 Kévin Commaille 2024-05-09 12:50:40 +02:00
  • 3799aef382
    Release ruma-identity-service-api 0.9.0 Kévin Commaille 2024-05-09 12:46:20 +02:00
  • cee4a3f779
    Release ruma-events 0.28.0 Kévin Commaille 2024-05-09 12:39:10 +02:00
  • 38369dc53b
    Release ruma-server-util 0.3.0 Kévin Commaille 2024-05-09 12:36:45 +02:00
  • 2b46250c8b
    Release ruma-html 0.2.0 Kévin Commaille 2024-05-09 12:31:49 +02:00
  • 75455d3e0f
    Release ruma-common 0.13.0 Kévin Commaille 2024-05-09 12:14:59 +02:00
  • efd0b4f308
    Release ruma-macros 0.13.0 Kévin Commaille 2024-05-09 12:11:41 +02:00
  • d2d64f32c2
    Release ruma-identifiers-validation 0.9.5 Kévin Commaille 2024-05-09 11:49:30 +02:00
  • 10c7e59c57 client-api: Add helper methods to convert SystemTime from/to a HTTP date Kévin Commaille 2024-05-08 13:46:29 +02:00
  • b4d0ab42a3
    client-api: Make get_uiaa_fallback::v3::Response an enum Kévin Commaille 2024-05-07 17:22:17 +02:00
  • fcaf4bd54a client-api: Return proper status code for SSO login endpoints Kévin Commaille 2024-05-06 17:01:23 +02:00
  • cae00cfff8 client-api: Return proper content type in login_fallback::Response Kévin Commaille 2024-05-06 19:14:59 +02:00
  • e6e8462c05 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-05-06 12:21:06 -04:00
  • b6dcb421bf html: Re-export html5ever types used in our public API Kévin Commaille 2024-05-02 17:08:48 +02:00
  • bd56071587 html: Add more settings to SanitizerConfig Kévin Commaille 2024-04-30 11:59:15 +02:00
  • e161a57eda html: Add HTML data types for elements and attributes suggested by Matrix Spec Kévin Commaille 2024-04-28 15:24:17 +02:00
  • 18244143ca html: Take a reference to SanitizerConfig for Html::sanitize_with Kévin Commaille 2024-05-02 16:56:22 +02:00
  • 8ecbc47e55 state-res: perform extra redaction checks for v1 and v2 rooms rather than v3+ Matthias Ahouansou 2024-04-22 21:05:25 +01:00
  • ef92d8b2f5 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-05-06 03:15:45 -04:00
  • b8f30d4da4 add content_disposition to /thumbnail strawberry 2024-05-05 15:30:30 -04:00
  • 16de61357e client-api: Don't skip the events field serializing timeline in sync response Benjamin Lee 2024-05-03 15:44:25 -07:00
  • 3f67772dd3 client-api: Don't skip all no-event timelines serializing sync response Benjamin Lee 2024-05-03 14:55:10 -07:00
  • 1c291e18ef add custom room ID field to room creation request body strawberry 2024-05-01 15:27:48 -04:00
  • b10df150a2 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-05-01 15:25:44 -04:00
  • 1689a50639 api: Add changelog entry for http major version bump Kévin Commaille 2024-04-30 16:59:25 +02:00
  • cab4d5e18f skip serialising identity_server if None, and return empty string for base_url identity server if null strawberry 2024-04-28 22:29:19 -04:00
  • b6200c01a1
    Upgrade itertools from 0.11 to 0.12 Jonas Platte 2024-04-28 22:53:03 +02:00
  • 5e68c93ec8
    Upgrade proc-macro-crate from 2.0 to 3.0 Jonas Platte 2024-04-28 22:52:18 +02:00
  • 2a6d31a023
    Upgrade pulldown-cmark from 0.9 to 0.10 Jonas Platte 2024-04-28 22:50:39 +02:00
  • c3e282b441
    Upgrade base64 from 0.21 to 0.22 Jonas Platte 2024-04-28 22:08:10 +02:00
  • 7a89ab392c
    Upgrade yap from 0.11 to 0.12 Jonas Platte 2024-04-28 22:06:27 +02:00
  • 19a29934fa client-api: Add unstable support for animated thumbnails Kévin Commaille 2024-04-19 16:09:34 +02:00
  • a28d1428e0 events: Add unstable support for muting in VoIP calls Kévin Commaille 2024-04-19 16:39:56 +02:00
  • d01b3cc967 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-26 18:07:34 -04:00
  • d6311fac84 Revert "Bump http version." strawberry 2024-04-26 18:07:30 -04:00
  • 3760d69ade
    Upgrade http from 0.2 to 1.0 Jonas Platte 2024-04-26 23:21:28 +02:00
  • 7b373b78bb
    xtask: Migrate from isahc to reqwest mib 2024-04-26 22:43:49 +02:00
  • f1428d138a client: Remove unused serde and serde_json dependencies Ossi Herrala 2024-04-25 19:47:00 +03:00
  • 87950e9d40 client: Remove isahc feature of ruma-client Ossi Herrala 2024-04-25 19:46:38 +03:00
  • 770dce844e ci: Remove docs preview jobs Kévin Commaille 2024-04-26 10:27:23 +02:00
  • 7136799881 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-24 15:22:18 -04:00
  • 8881755235
    api: Add status parameter to request attribute macro avdb13 2024-04-24 14:44:49 +02:00
  • 6e763ee5e7 html: Allow to navigate through the HTML tree Kévin Commaille 2024-04-22 17:28:29 +02:00
  • d36f485b19 html: Do not export Node in the public API Kévin Commaille 2024-04-22 17:08:35 +02:00
  • 221e9c055c html: Add method to get root node of Html Kévin Commaille 2024-04-22 17:01:02 +02:00
  • 21b644ac6a identifiers: Allow to clone MatrixToUri and MatrixUri Kévin Commaille 2024-04-21 13:40:18 +02:00
  • cc44459117
    client-api: add unstable MSC3266 support (room summary) (#1776) Benjamin Bouvier 2024-04-21 12:47:22 +02:00
  • 3d0308ca2f
    Merge pull request #3 from jevolk/conduwuit-changes June 2024-04-19 21:24:33 -04:00
  • 5338e1d386 Bump http version. Jason Volk 2024-04-19 17:38:03 -07:00
  • 5194ea1861 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-18 19:45:17 -04:00
  • d299534e9a ruma: Add missing unstable features to __ci Kévin Commaille 2024-04-18 13:32:55 +02:00
  • ccc0a64ba3
    events: allow deserialize a m.tag's order as an integer (#1767) Benjamin Bouvier 2024-04-18 11:15:27 +02:00
  • becc4ac0b3 federation-api: add unstable support for MSC3843 Matthias Ahouansou 2024-04-16 17:07:32 +01:00
  • 37ffec73c9 state-res: downgrade info! log messages to debug! Jason Volk 2024-04-16 03:18:32 -07:00
  • 62fcc7361b federation-api: add unstable support for MSC4125 Matthias Ahouansou 2024-04-09 22:44:55 +01:00
  • f01f00a90a federation-api: add unstable support for MSC4125 Matthias Ahouansou 2024-04-09 22:44:55 +01:00
  • 23535bc153 client-api: Allow empty failures object in response to upload_signatures. Jason Volk 2024-04-07 22:36:04 -07:00
  • 580eefe1c6 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-07 11:04:24 -04:00
  • 047764bc15 client-api: add unstable MSC4121 support (moderator role definition) strawberry 2024-04-05 22:12:12 -04:00
  • 31dc4a2dfb
    client-api: Add support for the Retry-After header Kévin Commaille 2024-04-07 15:52:43 +02:00
  • 1e185ddb9d Create m.lowercase renaming rule Kévin Commaille 2024-03-23 09:45:54 +01:00
  • 2313217470 events: Add support for multi-stream VoIP Kévin Commaille 2024-03-22 22:03:30 +01:00
  • 3501c2bc34
    federation-api: Make /v1/send_join use RawValue for body rather than using query parameters Matthias Ahouansou 2024-04-07 13:45:52 +00:00
  • da1df75619 html: Add support for deprecated HTML tags Kévin Commaille 2024-03-24 11:30:18 +01:00
  • 5a0faa81b1 html: Upgrade html5ever Kévin Commaille 2024-03-24 09:57:19 +01:00
  • a938640491 add MSC3026 support (busy presence status) strawberry 2024-04-05 17:48:02 -04:00
  • eb970d044d client-api: Add cache-control header to media responses. Jason Volk 2024-04-04 23:41:46 -07:00
  • 31851540e9 Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-05 11:34:23 -04:00
  • fb904e76be ci: Fix tag of surge action Kévin Commaille 2024-04-04 10:59:10 +02:00
  • 4a02b97aa3
    Update website URL Jonas Platte 2024-04-04 13:20:58 +02:00
  • a123b30cf2
    Update unstable docs URL Jonas Platte 2024-04-04 00:13:41 +02:00
  • 3a9c8fb87d Merge remote-tracking branch 'upstream/main' into conduwuit-changes strawberry 2024-04-03 13:56:50 -04:00
  • 8f4f4460cd ci: Upgrade surge action Kévin Commaille 2024-04-03 11:17:22 +02:00
  • 13da587d1c ci: Upgrade typos action Kévin Commaille 2024-04-03 11:15:57 +02:00
  • a64dff7ea3 ci: Upgrade other actions Kévin Commaille 2024-04-03 11:15:22 +02:00
  • 3f47742d60 ci: Upgrade upload / deploy pages actions Kévin Commaille 2024-04-02 11:46:08 +02:00