Olivier 'reivilibre
|
fe5284a3ee
|
Add support for locking to the mock homeserver and use in tests
|
2026-03-17 11:44:14 +00:00 |
|
Olivier 'reivilibre
|
e12eed8f33
|
Update ProvisionRequest with locked flag
|
2026-03-16 13:44:34 +00:00 |
|
Quentin Gliech
|
01d5a2cca2
|
Allow the homeserver to perform introspection using a shared secret
|
2025-07-22 11:27:56 +02:00 |
|
Quentin Gliech
|
089229732e
|
Rename create_device -> upsert_device
|
2025-07-21 10:54:40 +02:00 |
|
Quentin Gliech
|
445f26b8bf
|
Take the localpart instead of the MXID in HomeserverConnection methods
|
2025-07-18 16:39:24 +02:00 |
|
Quentin Gliech
|
6421d9d1f5
|
Add license headers in most files that missed them
|
2025-06-12 11:01:07 +02:00 |
|
Quentin Gliech
|
52b0a9b2ba
|
Update license headers to match the actual license
|
2025-06-12 10:32:16 +02:00 |
|
Quentin Gliech
|
69e3001966
|
Define all the dependencies at the workspace level
|
2025-06-10 14:25:38 +02:00 |
|
Quentin Gliech
|
c55d0e7c0b
|
matrix: allow setting a custom device display name
|
2025-04-25 12:55:06 +02:00 |
|
Quentin Gliech
|
588a04b0ba
|
Allow configuring the connection to the homeserver to be read-only.
|
2025-03-03 17:24:15 +01:00 |
|
Quentin Gliech
|
df5de81c92
|
Remove generic error type & always use an Arc on the HS connection
This should help us write other implementations of HomeserverConnection
|
2025-03-03 15:43:13 +01:00 |
|
Quentin Gliech
|
cba1564f4e
|
Utility to extract the localpart from a MXID
|
2025-01-28 17:25:36 +01:00 |
|
Quentin Gliech
|
5aa9535cb1
|
Remove unused dependencies
|
2025-01-16 17:59:03 +01:00 |
|
Quentin Gliech
|
9a946c19e7
|
Remove (C)
|
2024-09-10 14:28:55 +02:00 |
|
Quentin Gliech
|
9da19e2af0
|
License headers change
|
2024-09-05 13:25:42 +02:00 |
|
Quentin Gliech
|
9987a4e305
|
Show whether the user is deactivated on the homeserver in the GraphQL API
Fix #2375
|
2024-07-16 13:20:28 +02:00 |
|
Quentin Gliech
|
98d66c1356
|
Add a way to reactivate users on the homeserver
|
2024-07-16 13:20:28 +02:00 |
|
Quentin Gliech
|
f5e189304e
|
Fully sync the devices with the homeserver
|
2024-07-16 09:32:07 +02:00 |
|
Quentin Gliech
|
fe737e497b
|
Move tokio to a workspace dependency
|
2024-05-15 14:54:34 +02:00 |
|
dependabot[bot]
|
d76570cdfd
|
build(deps): bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-30 18:11:14 +02:00 |
|
Quentin Gliech
|
7dd59c962c
|
Moved some dependencies in the workspace and upgrade some dependencies
|
2024-03-19 14:54:35 +01:00 |
|
Quentin Gliech
|
771b6a2f8b
|
Upgrade OTEL and remove support for Jaeger and Zipkin exporters
|
2024-03-18 17:26:40 +01:00 |
|
Quentin Gliech
|
e7d26262a6
|
Make the HomeserverConnection available in handlers
|
2024-02-29 11:21:24 +01:00 |
|
Quentin Gliech
|
ad145eb816
|
Add API to check localpart availability
|
2024-02-29 11:21:24 +01:00 |
|
Quentin Gliech
|
306c99d49d
|
Bump most Rust dependencies
|
2024-02-02 15:37:05 +01:00 |
|
Quentin Gliech
|
dc66b5b18f
|
Prepare workspace to publish OIDC crates
|
2023-12-07 16:02:55 +01:00 |
|
Quentin Gliech
|
e647031305
|
Interface to allow cross-signing reset using Synapse admin API
|
2023-12-05 17:47:36 +01:00 |
|
Quentin Gliech
|
a7ff6b00aa
|
Enable clippy lints on a workspace level
This enables a lot more lints than before in some crates, so this fixed a lot of warnings as well.
|
2023-12-05 17:20:42 +01:00 |
|
dependabot[bot]
|
f68892f25c
|
build(deps): bump tokio from 1.33.0 to 1.34.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-14 13:51:15 +01:00 |
|
dependabot[bot]
|
b3c1ccf4de
|
build(deps): bump async-trait from 0.1.73 to 0.1.74
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-19 17:41:02 +02:00 |
|
dependabot[bot]
|
f2a2ceeafc
|
build(deps): bump tokio from 1.32.0 to 1.33.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-09 16:11:09 +02:00 |
|
Quentin Gliech
|
d39daf48c5
|
Define common crates metadata on the workspace level
|
2023-09-01 16:27:22 +02:00 |
|
dependabot[bot]
|
5dc2da2c7b
|
build(deps): bump async-trait from 0.1.72 to 0.1.73
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.73)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-23 15:40:08 +02:00 |
|
dependabot[bot]
|
2cc53ef3ec
|
build(deps): bump tokio from 1.30.0 to 1.32.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.30.0...tokio-1.32.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-23 12:02:56 +02:00 |
|
Quentin Gliech
|
a6dc094f09
|
Move some common dependencies on the workspace level
Also deprecates the AWS SESv2 transport for emails
|
2023-08-14 13:00:01 +02:00 |
|
dependabot[bot]
|
b843d596e6
|
build(deps): bump tokio from 1.29.1 to 1.30.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.30.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-10 07:59:09 +02:00 |
|
dependabot[bot]
|
03c87f455e
|
build(deps): bump serde from 1.0.181 to 1.0.183
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.181 to 1.0.183.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.181...v1.0.183)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-08 20:35:57 +02:00 |
|
dependabot[bot]
|
e4eb09e0a5
|
build(deps): bump serde from 1.0.180 to 1.0.181
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.181.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.181)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-04 23:18:07 +02:00 |
|
Quentin Gliech
|
ce3ad05c8d
|
graphql: API to set the user displayname (#1412)
|
2023-08-03 14:45:59 +00:00 |
|
Quentin Gliech
|
04099d5235
|
Merge branch 'main' into quenting/user-lock
|
2023-08-03 15:20:05 +02:00 |
|
dependabot[bot]
|
874a7876f2
|
build(deps): bump serde from 1.0.177 to 1.0.180
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.177 to 1.0.180.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.177...v1.0.180)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-03 15:18:17 +02:00 |
|
Quentin Gliech
|
07ec4b5a34
|
mas-matrix: fix clippy warnings
|
2023-08-03 15:06:45 +02:00 |
|
Quentin Gliech
|
bea8e4eff4
|
Call the homeserver for user deactivation
|
2023-08-03 14:06:34 +02:00 |
|
Quentin Gliech
|
ef29dd15f5
|
Implement a mocked HomeserverConnection which keeps state around
|
2023-08-03 14:06:34 +02:00 |
|
dependabot[bot]
|
6a58195ae9
|
build(deps): bump serde from 1.0.176 to 1.0.177
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.176 to 1.0.177.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.176...v1.0.177)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-27 23:28:07 +02:00 |
|
Quentin Gliech
|
a9b3445493
|
Bump Rust dependencies and remove unused ones
|
2023-07-27 17:23:08 +02:00 |
|
dependabot[bot]
|
9b92d26c7e
|
build(deps): bump serde from 1.0.171 to 1.0.174
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.174.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.174)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-22 00:17:55 +02:00 |
|
dependabot[bot]
|
7a65034a92
|
build(deps): bump async-trait from 0.1.71 to 0.1.72
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-21 23:36:36 +02:00 |
|
Quentin Gliech
|
af46088507
|
Upgrade all Rust dependencies
This includes breaking changes of sqlx 0.7.0
|
2023-07-17 19:04:06 +02:00 |
|
dependabot[bot]
|
cc17378b69
|
build(deps): bump async-trait from 0.1.70 to 0.1.71
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.70 to 0.1.71.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.70...0.1.71)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-05 22:20:32 +02:00 |
|