Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 29 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*"]
resolver = "2"

# Updated in the CI with a `sed` command
package.version = "0.14.0-rc.0"
package.version = "0.14.0"
package.license = "AGPL-3.0-only"
package.authors = ["Element Backend Team"]
package.edition = "2021"
Expand All @@ -27,34 +27,34 @@ broken_intra_doc_links = "deny"
[workspace.dependencies]

# Workspace crates
mas-axum-utils = { path = "./crates/axum-utils/", version = "=0.14.0-rc.0" }
mas-cli = { path = "./crates/cli/", version = "=0.14.0-rc.0" }
mas-config = { path = "./crates/config/", version = "=0.14.0-rc.0" }
mas-data-model = { path = "./crates/data-model/", version = "=0.14.0-rc.0" }
mas-email = { path = "./crates/email/", version = "=0.14.0-rc.0" }
mas-graphql = { path = "./crates/graphql/", version = "=0.14.0-rc.0" }
mas-handlers = { path = "./crates/handlers/", version = "=0.14.0-rc.0" }
mas-http = { path = "./crates/http/", version = "=0.14.0-rc.0" }
mas-i18n = { path = "./crates/i18n/", version = "=0.14.0-rc.0" }
mas-i18n-scan = { path = "./crates/i18n-scan/", version = "=0.14.0-rc.0" }
mas-iana = { path = "./crates/iana/", version = "=0.14.0-rc.0" }
mas-iana-codegen = { path = "./crates/iana-codegen/", version = "=0.14.0-rc.0" }
mas-jose = { path = "./crates/jose/", version = "=0.14.0-rc.0" }
mas-keystore = { path = "./crates/keystore/", version = "=0.14.0-rc.0" }
mas-listener = { path = "./crates/listener/", version = "=0.14.0-rc.0" }
mas-matrix = { path = "./crates/matrix/", version = "=0.14.0-rc.0" }
mas-matrix-synapse = { path = "./crates/matrix-synapse/", version = "=0.14.0-rc.0" }
mas-oidc-client = { path = "./crates/oidc-client/", version = "=0.14.0-rc.0" }
mas-policy = { path = "./crates/policy/", version = "=0.14.0-rc.0" }
mas-router = { path = "./crates/router/", version = "=0.14.0-rc.0" }
mas-spa = { path = "./crates/spa/", version = "=0.14.0-rc.0" }
mas-storage = { path = "./crates/storage/", version = "=0.14.0-rc.0" }
mas-storage-pg = { path = "./crates/storage-pg/", version = "=0.14.0-rc.0" }
mas-tasks = { path = "./crates/tasks/", version = "=0.14.0-rc.0" }
mas-templates = { path = "./crates/templates/", version = "=0.14.0-rc.0" }
mas-tower = { path = "./crates/tower/", version = "=0.14.0-rc.0" }
oauth2-types = { path = "./crates/oauth2-types/", version = "=0.14.0-rc.0" }
syn2mas = { path = "./crates/syn2mas", version = "=0.14.0-rc.0" }
mas-axum-utils = { path = "./crates/axum-utils/", version = "=0.14.0" }
mas-cli = { path = "./crates/cli/", version = "=0.14.0" }
mas-config = { path = "./crates/config/", version = "=0.14.0" }
mas-data-model = { path = "./crates/data-model/", version = "=0.14.0" }
mas-email = { path = "./crates/email/", version = "=0.14.0" }
mas-graphql = { path = "./crates/graphql/", version = "=0.14.0" }
mas-handlers = { path = "./crates/handlers/", version = "=0.14.0" }
mas-http = { path = "./crates/http/", version = "=0.14.0" }
mas-i18n = { path = "./crates/i18n/", version = "=0.14.0" }
mas-i18n-scan = { path = "./crates/i18n-scan/", version = "=0.14.0" }
mas-iana = { path = "./crates/iana/", version = "=0.14.0" }
mas-iana-codegen = { path = "./crates/iana-codegen/", version = "=0.14.0" }
mas-jose = { path = "./crates/jose/", version = "=0.14.0" }
mas-keystore = { path = "./crates/keystore/", version = "=0.14.0" }
mas-listener = { path = "./crates/listener/", version = "=0.14.0" }
mas-matrix = { path = "./crates/matrix/", version = "=0.14.0" }
mas-matrix-synapse = { path = "./crates/matrix-synapse/", version = "=0.14.0" }
mas-oidc-client = { path = "./crates/oidc-client/", version = "=0.14.0" }
mas-policy = { path = "./crates/policy/", version = "=0.14.0" }
mas-router = { path = "./crates/router/", version = "=0.14.0" }
mas-spa = { path = "./crates/spa/", version = "=0.14.0" }
mas-storage = { path = "./crates/storage/", version = "=0.14.0" }
mas-storage-pg = { path = "./crates/storage-pg/", version = "=0.14.0" }
mas-tasks = { path = "./crates/tasks/", version = "=0.14.0" }
mas-templates = { path = "./crates/templates/", version = "=0.14.0" }
mas-tower = { path = "./crates/tower/", version = "=0.14.0" }
oauth2-types = { path = "./crates/oauth2-types/", version = "=0.14.0" }
syn2mas = { path = "./crates/syn2mas", version = "=0.14.0" }

# OpenAPI schema generation and validation
[workspace.dependencies.aide]
Expand Down
42 changes: 21 additions & 21 deletions frontend/.storybook/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type LocalazyMetadata = {
};

const localazyMetadata: LocalazyMetadata = {
projectUrl: "https://localazy.com/p/matrix-authentication-service",
projectUrl: "https://localazy.com/p/matrix-authentication-service!v0.14",
baseLocale: "en",
languages: [
{
Expand Down Expand Up @@ -127,33 +127,33 @@ const localazyMetadata: LocalazyMetadata = {
file: "frontend.json",
path: "",
cdnFiles: {
"cs": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/cs/frontend.json",
"de": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/de/frontend.json",
"en": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/en/frontend.json",
"et": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/et/frontend.json",
"fr": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fr/frontend.json",
"nl": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/nl/frontend.json",
"pt": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/pt/frontend.json",
"sv": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/sv/frontend.json",
"uk": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/uk/frontend.json",
"zh#Hans": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/zh-Hans/frontend.json"
"cs": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/cs/frontend.json",
"de": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/de/frontend.json",
"en": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/en/frontend.json",
"et": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/et/frontend.json",
"fr": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fr/frontend.json",
"nl": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/nl/frontend.json",
"pt": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/pt/frontend.json",
"sv": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/sv/frontend.json",
"uk": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/uk/frontend.json",
"zh#Hans": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/zh-Hans/frontend.json"
}
},
{
cdnHash: "5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e",
file: "file.json",
path: "",
cdnFiles: {
"cs": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/cs/file.json",
"de": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/de/file.json",
"en": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/en/file.json",
"et": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/et/file.json",
"fr": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fr/file.json",
"nl": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/nl/file.json",
"pt": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/pt/file.json",
"sv": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/sv/file.json",
"uk": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/uk/file.json",
"zh#Hans": "https://delivery.localazy.com/_a7686032324574572744739e0707/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/zh-Hans/file.json"
"cs": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/cs/file.json",
"de": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/de/file.json",
"en": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/en/file.json",
"et": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/et/file.json",
"fr": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fr/file.json",
"nl": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/nl/file.json",
"pt": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/pt/file.json",
"sv": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/sv/file.json",
"uk": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/uk/file.json",
"zh#Hans": "https://delivery.localazy.com/_a705401913778134265265a0b6c6/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/zh-Hans/file.json"
}
}
]
Expand Down
Loading
Loading