Commit Graph

5793 Commits

Author SHA1 Message Date
dependabot[bot]
4760129fa6 build(deps): bump tokio-rustls from 0.26.2 to 0.26.3
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](https://github.com/rustls/tokio-rustls/compare/v/0.26.2...v/0.26.3)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-17 13:18:58 +00:00
matrixbot
9c35ba3e38 Automatic merge back to main (#5033) 2025-09-16 15:43:55 +02:00
github-actions[bot]
cf23688939 1.3.0-rc.0 2025-09-16 13:33:28 +00:00
matrixbot
9c30f0500c Translations updates for main (#5032) 2025-09-16 15:27:15 +02:00
github-actions[bot]
e7e4ece2de Translations updates 2025-09-16 13:19:38 +00:00
Quentin Gliech
f5be416ef0 build(deps): bump the tanstack-query group in /frontend with 2 updates (#5027) 2025-09-16 14:38:15 +02:00
Quentin Gliech
4fcb0202ac build(deps-dev): bump @types/node from 24.4.0 to 24.5.0 in /frontend in the types group (#5028) 2025-09-16 14:37:47 +02:00
Quentin Gliech
7c293148dc Add references to MSCs for account management account= query param (#5016) 2025-09-16 14:37:38 +02:00
Quentin Gliech
cd0b44c78e Bump locked dependencies (#5031) 2025-09-16 13:46:14 +02:00
Quentin Gliech
b2c0191b2c Bump locked dependencies 2025-09-16 13:39:01 +02:00
Quentin Gliech
99baa38a1a build(deps): bump serde from 1.0.223 to 1.0.225 (#5029) 2025-09-16 13:37:57 +02:00
dependabot[bot]
2cd89d7552 build(deps): bump serde from 1.0.223 to 1.0.225
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.223 to 1.0.225.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.223...v1.0.225)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.225
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:28:38 +00:00
Quentin Gliech
bc9cd41cab build(deps): bump indexmap from 2.11.1 to 2.11.3 (#5030) 2025-09-16 13:26:52 +02:00
dependabot[bot]
78fd391949 build(deps): bump indexmap from 2.11.1 to 2.11.3
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.1 to 2.11.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.11.1...2.11.3)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-version: 2.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:17:46 +00:00
dependabot[bot]
ee58086b0f build(deps-dev): bump @types/node in /frontend in the types group
Bumps the types group in /frontend with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 24.4.0 to 24.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:15:16 +00:00
dependabot[bot]
317186043d build(deps): bump the tanstack-query group in /frontend with 2 updates
Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


Updates `@tanstack/react-query` from 5.87.4 to 5.89.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.89.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.87.4 to 5.89.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.89.0/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 11:15:06 +00:00
Quentin Gliech
9d3c3b0a57 Simple CLI commands to manage server admins (#5026) 2025-09-16 12:50:47 +02:00
Quentin Gliech
1644b41894 Simple CLI commands to manage server admins 2025-09-16 12:42:32 +02:00
Quentin Gliech
25f085c612 build(deps): bump serde_json from 1.0.143 to 1.0.145 (#5025) 2025-09-16 12:34:52 +02:00
dependabot[bot]
6e230fa354 build(deps): bump serde_json from 1.0.143 to 1.0.145
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.145)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 10:25:15 +00:00
Quentin Gliech
cc7bcdb68b build(deps): bump sigstore/cosign-installer from 3.9.2 to 3.10.0 (#5017) 2025-09-16 12:24:52 +02:00
Quentin Gliech
78db4bdccd build(deps-dev): bump the storybook group in /frontend with 3 updates (#5018) 2025-09-16 12:24:45 +02:00
Quentin Gliech
72c812e717 build(deps): bump @fontsource/inter from 5.2.6 to 5.2.7 in /frontend in the fontsource group (#5019) 2025-09-16 12:24:37 +02:00
Quentin Gliech
a757ff84fe build(deps): bump the tanstack-router group in /frontend with 3 updates (#5020) 2025-09-16 12:24:20 +02:00
Quentin Gliech
fd8c8de1c7 build(deps-dev): bump the types group in /frontend with 2 updates (#5021) 2025-09-16 12:24:13 +02:00
Quentin Gliech
65d06bf23e build(deps): bump camino from 1.1.12 to 1.2.0 (#5022) 2025-09-16 12:24:05 +02:00
Quentin Gliech
f837327b07 build(deps): bump hyper-util from 0.1.16 to 0.1.17 (#5023) 2025-09-16 12:23:40 +02:00
Quentin Gliech
bf8e0151c0 build(deps): bump serde from 1.0.219 to 1.0.223 (#5024) 2025-09-16 12:23:13 +02:00
Quentin Gliech
755ec3c090 Admin API filter to search users by username (#5015) 2025-09-16 12:22:29 +02:00
dependabot[bot]
dc8662548f build(deps): bump serde from 1.0.219 to 1.0.223
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.219 to 1.0.223.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.223)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.223
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:23:35 +00:00
dependabot[bot]
8fa693b934 build(deps): bump hyper-util from 0.1.16 to 0.1.17
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.16 to 0.1.17.
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.16...v0.1.17)

---
updated-dependencies:
- dependency-name: hyper-util
  dependency-version: 0.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:16:54 +00:00
dependabot[bot]
868fe3aa9d build(deps): bump camino from 1.1.12 to 1.2.0
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.12 to 1.2.0.
- [Release notes](https://github.com/camino-rs/camino/releases)
- [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camino-rs/camino/compare/camino-1.1.12...camino-1.2.0)

---
updated-dependencies:
- dependency-name: camino
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:16:08 +00:00
dependabot[bot]
467984ab3a build(deps-dev): bump the types group in /frontend with 2 updates
Bumps the types group in /frontend with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@types/node` from 24.3.1 to 24.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.1.12 to 19.1.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
- dependency-name: "@types/react"
  dependency-version: 19.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:12:40 +00:00
dependabot[bot]
71a19bd389 build(deps): bump the tanstack-router group in /frontend with 3 updates
Bumps the tanstack-router group in /frontend with 3 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) and [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin).


Updates `@tanstack/react-router` from 1.131.41 to 1.131.44
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.44/packages/react-router)

Updates `@tanstack/react-router-devtools` from 1.131.42 to 1.131.44
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.44/packages/react-router-devtools)

Updates `@tanstack/router-plugin` from 1.131.41 to 1.131.44
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.44/packages/router-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.131.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.131.44
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.131.44
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:12:25 +00:00
dependabot[bot]
9789fa3385 build(deps): bump @fontsource/inter in /frontend in the fontsource group
Bumps the fontsource group in /frontend with 1 update: [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter).


Updates `@fontsource/inter` from 5.2.6 to 5.2.7
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter)

---
updated-dependencies:
- dependency-name: "@fontsource/inter"
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:11:54 +00:00
dependabot[bot]
ce86038ac2 build(deps-dev): bump the storybook group in /frontend with 3 updates
Bumps the storybook group in /frontend with 3 updates: [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs), [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).


Updates `@storybook/addon-docs` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/addons/docs)

Updates `@storybook/react-vite` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/frameworks/react-vite)

Updates `storybook` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.6/code/core)

---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-version: 9.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 14:10:05 +00:00
dependabot[bot]
020e6647b4 build(deps): bump sigstore/cosign-installer from 3.9.2 to 3.10.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.2 to 3.10.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.9.2...v3.10.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 13:33:26 +00:00
Hugh Nimmo-Smith
ec4e0ced6b Add references to MSC for account management account= query param
So that we know where these values have come from and when they can be removed.
2025-09-15 14:27:17 +01:00
Quentin Gliech
cb8c408489 Admin API filter to search users by username 2025-09-15 14:12:31 +02:00
Quentin Gliech
d458160c53 Expose the legacy guest/non-guest flag on users in the admin API (#5014) 2025-09-15 12:58:19 +02:00
Quentin Gliech
b7015c0b3d Allow filtering guest/non-guest users 2025-09-15 12:51:06 +02:00
Quentin Gliech
a2172a02ba Surface the user guest flag in the admin API 2025-09-15 12:51:00 +02:00
Quentin Gliech
cb0017900b Admin API to expose a few configuration values (#5010) 2025-09-15 11:09:42 +02:00
Quentin Gliech
ca9cfcbeea build(deps): bump @vector-im/compound-design-tokens from 5.0.2 to 6.0.0 in /frontend (#4828) 2025-09-12 18:11:36 +02:00
Quentin Gliech
38cc1ae0f2 Update most frontend dependencies 2025-09-12 18:04:34 +02:00
Quentin Gliech
ca9aeb42c0 Admin API to expose a few configuration values 2025-09-12 17:47:36 +02:00
dependabot[bot]
40e74aa5d9 build(deps): bump @vector-im/compound-design-tokens in /frontend
Bumps [@vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/vector-im/compound-design-tokens/releases)
- [Changelog](https://github.com/element-hq/compound-design-tokens/blob/main/docs/release.md)
- [Commits](https://github.com/vector-im/compound-design-tokens/compare/v5.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: "@vector-im/compound-design-tokens"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 14:03:36 +00:00
Quentin Gliech
7c4cf27a52 build(deps-dev): bump msw from 2.11.1 to 2.11.2 in /frontend (#5005) 2025-09-12 16:02:00 +02:00
Quentin Gliech
34f480e989 build(deps): bump insta from 1.43.1 to 1.43.2 (#5008) 2025-09-12 16:01:53 +02:00
Quentin Gliech
445a166008 build(deps): bump pest_derive from 2.8.1 to 2.8.2 (#5007) 2025-09-12 16:01:44 +02:00