Dirk Klimpel
|
ed94684390
|
allow config dump to file
|
2024-02-02 18:32:07 +01:00 |
|
dependabot[bot]
|
67ccbdbea4
|
build(deps-dev): bump the development group
Bumps the development group in /tools/syn2mas with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.18.10` | `18.19.14` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.12.0` | `6.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.12.0` | `6.20.0` |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.1.3` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `49.0.0` | `50.0.1` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
Updates `@types/node` from 18.18.10 to 18.19.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 6.12.0 to 6.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 6.12.0 to 6.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser)
Updates `eslint` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.56.0)
Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0)
Updates `eslint-plugin-prettier` from 5.0.1 to 5.1.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.0.1...v5.1.3)
Updates `eslint-plugin-unicorn` from 49.0.0 to 50.0.1
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v49.0.0...v50.0.1)
Updates `prettier` from 3.1.0 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.2.4)
Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-02 18:31:36 +01:00 |
|
dependabot[bot]
|
688a8edbe2
|
build(deps): bump the jotai group in /frontend with 2 updates
Bumps the jotai group in /frontend with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [jotai-devtools](https://github.com/jotaijs/jotai-devtools).
Updates `jotai` from 2.5.1 to 2.6.4
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](https://github.com/pmndrs/jotai/compare/v2.5.1...v2.6.4)
Updates `jotai-devtools` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/jotaijs/jotai-devtools/releases)
- [Changelog](https://github.com/jotaijs/jotai-devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jotaijs/jotai-devtools/compare/v0.7.0...v0.7.1)
---
updated-dependencies:
- dependency-name: jotai
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: jotai
- dependency-name: jotai-devtools
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: jotai
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-02 18:31:07 +01:00 |
|
dependabot[bot]
|
db6b440723
|
build(deps): bump docker/metadata-action from 5.0.0 to 5.5.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.0.0...v5.5.1)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-02 18:30:50 +01:00 |
|
dependabot[bot]
|
f2c5b711de
|
build(deps): bump sigstore/cosign-installer from 3.2.0 to 3.4.0
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.2.0...v3.4.0)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-02 18:30:27 +01:00 |
|
Michael Telatynski
|
1b9edebde1
|
Fix hardcoded English strings
|
2024-02-02 18:26:03 +01:00 |
|
Michael Telatynski
|
ab58ca5533
|
Fix react-i18n types
|
2024-02-02 18:26:03 +01:00 |
|
Quentin Gliech
|
17abb9a67e
|
Record the user agent and IP in the device code grant
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
191e7dff3e
|
Show the device better in the device consent page
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
1de7ccc445
|
i18n: make the message translator fallback to en
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
2ec93ceaab
|
i18n: utilities to format short dates and times
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
234ab49f5e
|
Move the /link/:device endpoint to /device/:device
It prevents browsers to try to autocomplete /link to /link/:device
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
a217260319
|
Clippy thinks I have too many bools in my structs
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
ef874b18fb
|
Update generated files
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
d2453a37a9
|
Save whether the client supports the device code grant in the database
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
34f3d446b3
|
Make the device code grants go through the policy engine
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
25feae3bf5
|
Run generated files updates, fix doc links & fmt
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
0da21bb50c
|
Implement the device access token request
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
f866310d7e
|
Implement the device consent logic
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
fc78e7bf7e
|
Implement the device code authorisation request
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
45b7a6a931
|
Add a repository for device code grants
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
d7b2414792
|
Setup the device link form page
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
1bbbe1fe3b
|
Setup the data model for the device code grant
|
2024-02-02 18:01:51 +01:00 |
|
Quentin Gliech
|
306c99d49d
|
Bump most Rust dependencies
|
2024-02-02 15:37:05 +01:00 |
|
Quentin Gliech
|
add2aae7de
|
Fix the native-certs (and therefore docker) build
|
2024-02-02 14:39:24 +01:00 |
|
Quentin Gliech
|
b49eadf418
|
Upgrade rustls
|
2024-02-02 11:45:20 +01:00 |
|
Quentin Gliech
|
0f6572b7e5
|
Bump Rust dependencies and update cargo-deny exceptions
|
2024-02-02 11:45:20 +01:00 |
|
Quentin Gliech
|
6d5d346d7a
|
mas-http: enable the tower/util feature
|
2023-12-07 17:10:57 +01:00 |
|
Quentin Gliech
|
bae0848090
|
Set crates descriptions for crates we publish
|
2023-12-07 17:10:57 +01:00 |
|
Quentin Gliech
|
dc66b5b18f
|
Prepare workspace to publish OIDC crates
|
2023-12-07 16:02:55 +01:00 |
|
github-actions[bot]
|
078ab3dc39
|
0.7.0
|
2023-12-05 17:13:58 +00:00 |
|
sandhose
|
3114178ec7
|
Translations updates
|
2023-12-05 18:12:51 +01:00 |
|
Quentin Gliech
|
296291b5a2
|
Update the wording on the cross-signing reset form.
|
2023-12-05 17:47:36 +01:00 |
|
Quentin Gliech
|
eb0b3938ff
|
Simple UI to reset cross-signing keys
|
2023-12-05 17:47:36 +01:00 |
|
Quentin Gliech
|
c11c7a0772
|
Add a GraphQL mutation to allow cross-signing reset
|
2023-12-05 17:47:36 +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
|
afd10b62a3
|
Implement account management discovery as per MSC2965
|
2023-12-05 17:40:36 +01:00 |
|
dklimpel
|
ec9fa18eff
|
rename purge to prune
|
2023-12-05 17:27:27 +01:00 |
|
dklimpel
|
d5994bcd03
|
remove mange register
|
2023-12-05 17:26:28 +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 |
|
Quentin Gliech
|
253495e8bd
|
Upgrade clippy lints to 1.74.0 & fix warnings
|
2023-12-05 17:20:42 +01:00 |
|
Quentin Gliech
|
ba7dc7e44c
|
Bump Open Policy Agent version to 0.59.0
|
2023-11-30 17:59:24 +01:00 |
|
dependabot[bot]
|
6e05814f95
|
build(deps-dev): bump the storybook group in /frontend with 4 updates
Bumps the storybook group in /frontend with 4 updates: [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react), [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli).
Updates `@storybook/addon-essentials` from 7.5.3 to 7.6.0
- [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/v7.6.0/code/addons/essentials)
Updates `@storybook/react` from 7.5.3 to 7.6.0
- [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/v7.6.0/code/renderers/react)
Updates `@storybook/react-vite` from 7.5.3 to 7.6.0
- [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/v7.6.0/code/frameworks/react-vite)
Updates `storybook` from 7.5.3 to 7.6.0
- [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/v7.6.0/code/lib/cli)
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: storybook
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: storybook
- dependency-name: "@storybook/react-vite"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: storybook
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: storybook
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-29 10:29:46 +01:00 |
|
Quentin Gliech
|
f47f059013
|
listener: fix the connection not being polled on graceful shutdown
|
2023-11-28 17:40:18 +01:00 |
|
Quentin Gliech
|
8e08432a8f
|
Ignore RUSTSEC-2023-0071
|
2023-11-28 16:17:41 +01:00 |
|
Quentin Gliech
|
345c6b3659
|
syn2mas: enable sourcemap support in the Dockerfile
|
2023-11-27 11:04:51 +01:00 |
|
Quentin Gliech
|
5d3f4d3ea9
|
syn2mas: fix timestamp conversion on emails
|
2023-11-27 11:04:51 +01:00 |
|
dependabot[bot]
|
9c77535380
|
build(deps-dev): bump @testing-library/react in /frontend
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.0 to 14.1.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.2)
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-24 13:19:55 +01:00 |
|
dependabot[bot]
|
1b8aeab750
|
build(deps-dev): bump the eslint group in /frontend with 1 update
Bumps the eslint group in /frontend with 1 update: [eslint](https://github.com/eslint/eslint).
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-24 13:10:34 +01:00 |
|
dependabot[bot]
|
1e676ea5b1
|
build(deps-dev): bump typescript from 5.2.2 to 5.3.2 in /frontend
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-24 13:10:02 +01:00 |
|