Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
426 commits
Select commit Hold shift + click to select a range
4023279
build(deps): bump camino from 1.2.0 to 1.2.1 (#5076)
sandhose Sep 30, 2025
193187a
Replace storybook-react-i18next with our own globals
sandhose Sep 30, 2025
18b169c
build(deps-dev): bump @graphql-codegen/client-preset from 5.0.1 to 5.…
sandhose Sep 30, 2025
4cccc06
Add explicit pagination cursors in the admin API (#5062)
sandhose Sep 30, 2025
0d71448
Merge remote-tracking branch 'origin/main' into quenting/admin-api/op…
sandhose Sep 30, 2025
fe35fde
build(deps-dev): bump knip from 5.63.1 to 5.64.1 in /frontend
dependabot[bot] Sep 30, 2025
e4ad60b
build(deps-dev): bump happy-dom from 18.0.1 to 19.0.2 in /frontend
dependabot[bot] Sep 30, 2025
e385e02
build(deps): bump regex from 1.11.2 to 1.11.3
dependabot[bot] Sep 30, 2025
589edb7
build(deps): bump zeroize from 1.8.1 to 1.8.2
dependabot[bot] Sep 30, 2025
c6c790c
build(deps): bump psl from 2.1.145 to 2.1.146
dependabot[bot] Sep 30, 2025
58864ac
Admin API: add control over the page & total count in the list endpoi…
sandhose Sep 30, 2025
14349de
build(deps-dev): bump knip from 5.63.1 to 5.64.1 in /frontend (#5078)
sandhose Sep 30, 2025
0fcdf1b
build(deps-dev): bump happy-dom from 18.0.1 to 19.0.2 in /frontend (#…
sandhose Sep 30, 2025
c3c652a
build(deps-dev): bump msw from 2.11.2 to 2.11.3 in /frontend
dependabot[bot] Sep 30, 2025
3b9fa84
build(deps): bump regex from 1.11.2 to 1.11.3 (#5080)
sandhose Sep 30, 2025
38278fa
Admin API: add endpoint to get an Upstream OAuth Provider by ID
sandhose Sep 30, 2025
f86339c
build(deps): bump psl from 2.1.145 to 2.1.146 (#5082)
sandhose Sep 30, 2025
aeea362
build(deps): bump zeroize from 1.8.1 to 1.8.2 (#5081)
sandhose Sep 30, 2025
2b11830
Update msw to 2.11.3
sandhose Sep 30, 2025
d13bb2f
build(deps-dev): bump msw from 2.11.2 to 2.11.3 in /frontend (#5077)
sandhose Sep 30, 2025
aaf4129
build(deps): bump react-i18next from 15.7.3 to 16.0.0 in /frontend in…
sandhose Sep 30, 2025
50035ea
Admin API: add endpoint to get an Upstream OAuth Provider by ID (#5083)
sandhose Sep 30, 2025
eb8a87c
Admin API: make sure the meta fields are nullable
sandhose Sep 30, 2025
821e776
Admin API: make sure the meta fields are nullable (#5084)
sandhose Sep 30, 2025
7524fbe
build(deps-dev): bump the storybook group in /frontend with 3 updates
dependabot[bot] Sep 30, 2025
69e7122
build(deps): bump swagger-ui-dist from 5.29.0 to 5.29.1 in /frontend
dependabot[bot] Sep 30, 2025
0568eb4
build(deps): bump the axum group with 2 updates
dependabot[bot] Sep 30, 2025
e644cc5
build(deps): bump thiserror from 2.0.16 to 2.0.17
dependabot[bot] Sep 30, 2025
defb2cf
Admin API to finish a user session
sandhose Sep 30, 2025
c512b72
Admin API to finish an OAuth2 session
sandhose Sep 30, 2025
b856c88
Admin API to finish a compatibility session
sandhose Sep 30, 2025
7003d1e
build(deps): bump the axum group with 2 updates (#5088)
sandhose Sep 30, 2025
490f41f
build(deps): bump thiserror from 2.0.16 to 2.0.17 (#5089)
sandhose Sep 30, 2025
a08b2c3
build(deps): bump swagger-ui-dist from 5.29.0 to 5.29.1 in /frontend …
sandhose Sep 30, 2025
e08ab75
build(deps-dev): bump the storybook group in /frontend with 3 updates…
sandhose Sep 30, 2025
88d6276
build(deps): bump psl from 2.1.146 to 2.1.147
dependabot[bot] Oct 1, 2025
ac76ce8
build(deps-dev): bump @testing-library/jest-dom in /frontend
dependabot[bot] Oct 2, 2025
377ef1d
Inject the version in the app state
sandhose Oct 3, 2025
0a5d048
Admin API to get the version of the service
sandhose Oct 3, 2025
8cf0a4e
Admin API to get the version of the service (#5102)
sandhose Oct 3, 2025
6959b7d
build(deps): bump pest from 2.8.2 to 2.8.3
dependabot[bot] Oct 3, 2025
1519de2
Add tables for personal access tokens
reivilibre Sep 26, 2025
c17fc81
Translations updates
github-actions[bot] Oct 7, 2025
7d82da0
Translations updates for main (#5107)
matrixbot Oct 7, 2025
c2b4c66
build(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.0
dependabot[bot] Oct 7, 2025
02ab91b
build(deps): bump i18next in /frontend in the i18next group
dependabot[bot] Oct 7, 2025
15f6b37
build(deps-dev): bump @types/node in /frontend in the types group
dependabot[bot] Oct 7, 2025
ae6242f
build(deps-dev): bump the storybook group in /frontend with 3 updates
dependabot[bot] Oct 7, 2025
87950bb
activity tracker: Add SessionKind::Personal
reivilibre Oct 2, 2025
b54a657
data model: Add personal sessions with `mpt_` prefix
reivilibre Oct 2, 2025
e484496
Add a configuration option to make email optional for password regist…
sandhose Oct 7, 2025
6dfa0e3
Add personal access token and session storage
reivilibre Oct 2, 2025
0619f83
Add storage tests (with TODOs for unsupported functionality)
reivilibre Oct 3, 2025
b6d8cdb
Add filters for personal sessions
reivilibre Oct 6, 2025
6aa483a
Sync devices from personal sessions
reivilibre Oct 6, 2025
9f78061
Enable session filter tests
reivilibre Oct 6, 2025
72d3ea8
Support OAuth2 clients as owners of personal sessions
reivilibre Oct 7, 2025
a935574
Add a configuration option to make email optional for password regist…
sandhose Oct 8, 2025
00c70fb
build(deps): bump psl from 2.1.146 to 2.1.147 (#5095)
sandhose Oct 8, 2025
da696d6
build(deps-dev): bump the storybook group in /frontend with 3 updates…
sandhose Oct 8, 2025
14fbb38
build(deps): bump i18next from 25.5.2 to 25.5.3 in /frontend in the i…
sandhose Oct 8, 2025
b5e71b7
build(deps-dev): bump @types/node from 24.6.0 to 24.6.1 in /frontend …
sandhose Oct 8, 2025
9fec051
build(deps-dev): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 i…
sandhose Oct 8, 2025
cf74250
build(deps): bump pest from 2.8.2 to 2.8.3 (#5103)
sandhose Oct 8, 2025
8b942c9
build(deps): bump softprops/action-gh-release from 2.3.3 to 2.4.0 (#5…
sandhose Oct 8, 2025
7e3df55
Skip loading the user when finishing a compat session
sandhose Oct 8, 2025
cd39513
Add admin APIs to finish individual sessions (#5091)
sandhose Oct 8, 2025
53ab31d
build(deps): bump the opentelemetry group with 2 updates
dependabot[bot] Oct 7, 2025
acb5290
Adapt to the new tracing-opentelemetry API
sandhose Oct 8, 2025
cf18ffe
build(deps): bump the opentelemetry group with 2 updates (#5074)
sandhose Oct 8, 2025
589e241
build(deps-dev): bump vite in /frontend in the vite group
dependabot[bot] Oct 8, 2025
ab1f39a
build(deps): bump the react group in /frontend with 2 updates
dependabot[bot] Oct 8, 2025
8ac3ba9
build(deps-dev): bump @graphql-codegen/client-preset
dependabot[bot] Oct 8, 2025
555a7f2
build(deps-dev): bump @biomejs/biome from 2.2.4 to 2.2.5 in /frontend
dependabot[bot] Oct 8, 2025
e0104a3
Update snapshots
sandhose Oct 8, 2025
ef6b7b8
build(deps): bump pest_derive from 2.8.2 to 2.8.3
dependabot[bot] Oct 8, 2025
89468dd
Translations updates
github-actions[bot] Oct 8, 2025
9193ae6
build(deps-dev): bump vite from 7.1.7 to 7.1.9 in /frontend in the vi…
sandhose Oct 8, 2025
79b1a2d
build(deps-dev): bump @biomejs/biome from 2.2.4 to 2.2.5 in /frontend…
sandhose Oct 8, 2025
dd31e49
build(deps): bump pest_derive from 2.8.2 to 2.8.3 (#5117)
sandhose Oct 8, 2025
003f955
Translations updates for main (#5118)
matrixbot Oct 8, 2025
9680fe0
build(deps-dev): bump @graphql-codegen/client-preset from 5.0.2 to 5.…
sandhose Oct 8, 2025
0825c2f
build(deps): bump the react group in /frontend with 2 updates (#5114)
sandhose Oct 8, 2025
be707c9
1.4.0-rc.0
github-actions[bot] Oct 8, 2025
33034c3
Automatic merge back to main (#5119)
matrixbot Oct 8, 2025
0f5c45c
build(deps-dev): bump knip from 5.64.1 to 5.64.2 in /frontend
dependabot[bot] Oct 8, 2025
216baf6
build(deps): bump swagger-ui-dist from 5.29.1 to 5.29.3 in /frontend
dependabot[bot] Oct 8, 2025
b3c5c20
build(deps-dev): bump tailwindcss from 3.4.17 to 3.4.18 in /frontend
dependabot[bot] Oct 8, 2025
386dd06
build(deps): bump swagger-ui-dist from 5.29.1 to 5.29.3 in /frontend …
sandhose Oct 9, 2025
615c595
build(deps-dev): bump tailwindcss from 3.4.17 to 3.4.18 in /frontend …
sandhose Oct 9, 2025
abafbe2
build(deps-dev): bump knip from 5.64.1 to 5.64.2 in /frontend (#5121)
sandhose Oct 9, 2025
aea0c9a
build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /frontend
dependabot[bot] Oct 9, 2025
df2f611
build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /frontend (#5…
sandhose Oct 9, 2025
277e8e8
Take access_token by ref in `add`
reivilibre Oct 9, 2025
477385f
Add storage for Personal Access Tokens (#5106)
reivilibre Oct 9, 2025
12df7c6
build(deps): bump lettre from 0.11.18 to 0.11.19
dependabot[bot] Oct 9, 2025
3fe07ff
build(deps): bump psl from 2.1.147 to 2.1.148
dependabot[bot] Oct 9, 2025
f0ac252
Always initialize OpenTelemetry even if no exporter is configured
sandhose Oct 9, 2025
cd11688
build(deps): bump psl from 2.1.147 to 2.1.148 (#5127)
sandhose Oct 9, 2025
3756fb8
build(deps): bump lettre from 0.11.18 to 0.11.19 (#5126)
sandhose Oct 9, 2025
429e368
Always initialize OpenTelemetry even if no exporter is configured (#5…
sandhose Oct 9, 2025
5ad152b
Translations updates
github-actions[bot] Oct 9, 2025
4005d53
introspection: introduce errors for personal sessions
reivilibre Oct 2, 2025
554c60f
Translations updates for v1.4 (#5129)
matrixbot Oct 9, 2025
e0f62cb
1.4.0-rc.1
github-actions[bot] Oct 10, 2025
d30e7c8
Automatic merge back to main (#5130)
matrixbot Oct 10, 2025
a60bf32
build(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1
dependabot[bot] Oct 13, 2025
ae6741b
build(deps): bump socket2 from 0.6.0 to 0.6.1
dependabot[bot] Oct 13, 2025
771ac02
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0
dependabot[bot] Oct 14, 2025
db912b6
build(deps): bump tokio from 1.47.1 to 1.48.0
dependabot[bot] Oct 14, 2025
2f792b0
build(deps): bump regex from 1.11.3 to 1.12.2
dependabot[bot] Oct 14, 2025
c79c413
Translations updates
github-actions[bot] Oct 14, 2025
73020f0
Translations updates for v1.4 (#5148)
matrixbot Oct 14, 2025
341ac89
1.4.0
github-actions[bot] Oct 14, 2025
555d90c
Automatic merge back to main (#5149)
matrixbot Oct 14, 2025
c88cb9c
Better feedback when changing passwords
sandhose Oct 15, 2025
e221a37
Add regression tests
reivilibre Oct 16, 2025
bce99ed
Better feedback when changing passwords (#5153)
sandhose Oct 16, 2025
2427205
1.4.1
github-actions[bot] Oct 16, 2025
1bd1b00
Automatic merge back to main (#5156)
matrixbot Oct 16, 2025
ee400e7
build(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0
dependabot[bot] Oct 17, 2025
d7b320a
build(deps-dev): bump the types group across 1 directory with 2 updates
dependabot[bot] Oct 17, 2025
7997a8a
build(deps-dev): bump happy-dom from 19.0.2 to 20.0.4 in /frontend
dependabot[bot] Oct 17, 2025
163357a
docs: add missing --reactivate option
teutat3s Oct 17, 2025
34b3462
storage: introduce find_active_for_session for PATs
reivilibre Oct 16, 2025
98c765c
storage: include PATs alongside personal sessions
reivilibre Oct 20, 2025
353d234
When revoking a personal session, also revoke its PAT
reivilibre Oct 20, 2025
01c89cd
Delete owned PATs & personal sessions when pruning OAuth2 clients
reivilibre Oct 20, 2025
2e5b386
Add personal session data models to admin API
reivilibre Oct 20, 2025
3e9e3a3
build(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1 (#5…
sandhose Oct 20, 2025
710cf12
build(deps): bump the i18next group across 1 directory with 2 updates
dependabot[bot] Oct 20, 2025
36b791d
build(deps): bump socket2 from 0.6.0 to 0.6.1 (#5140)
sandhose Oct 20, 2025
28f23e7
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#5142)
sandhose Oct 20, 2025
f542930
build(deps-dev): bump the types group across 1 directory with 2 updat…
sandhose Oct 20, 2025
1030ec9
Add personal sessions admin API
reivilibre Oct 20, 2025
485e9a5
build(deps): bump tokio from 1.47.1 to 1.48.0 (#5145)
sandhose Oct 20, 2025
61b6471
build(deps): bump regex from 1.11.3 to 1.12.2 (#5146)
sandhose Oct 20, 2025
bb49d27
build(deps-dev): bump happy-dom from 19.0.2 to 20.0.4 in /frontend (#…
sandhose Oct 20, 2025
87c656f
build(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#5158)
sandhose Oct 20, 2025
e45bea7
build(deps-dev): bump msw from 2.11.3 to 2.11.6 in /frontend
dependabot[bot] Oct 20, 2025
625db54
build(deps): bump the i18next group across 1 directory with 2 updates…
sandhose Oct 20, 2025
2c87ed2
build(deps): bump @tanstack/react-query
dependabot[bot] Oct 20, 2025
1989cac
build(deps): bump swagger-ui-dist from 5.29.3 to 5.29.5 in /frontend
dependabot[bot] Oct 20, 2025
81a07cc
build(deps): bump the sentry group with 3 updates
dependabot[bot] Oct 20, 2025
13a16e9
build(deps-dev): bump vite in /frontend in the vite group
dependabot[bot] Oct 20, 2025
cdb21e0
build(deps): bump ruma-common from 0.15.4 to 0.16.0
dependabot[bot] Oct 20, 2025
4365607
Update msw to 2.11.6
sandhose Oct 20, 2025
7af6bd2
build(deps-dev): bump vite from 7.1.9 to 7.1.11 in /frontend in the v…
sandhose Oct 20, 2025
606fde2
build(deps): bump the sentry group with 3 updates (#5166)
sandhose Oct 20, 2025
46334d1
build(deps): bump @tanstack/react-query from 5.90.2 to 5.90.5 in /fro…
sandhose Oct 20, 2025
7df0c8b
build(deps): bump ruma-common from 0.15.4 to 0.16.0 (#5169)
sandhose Oct 20, 2025
ae83ccf
build(deps-dev): bump msw from 2.11.3 to 2.11.6 in /frontend (#5164)
sandhose Oct 20, 2025
5b02453
build(deps): bump swagger-ui-dist from 5.29.3 to 5.29.5 in /frontend …
sandhose Oct 20, 2025
4e70f83
Add Admin API to regenerate a personal session (getting a new PAT)
reivilibre Oct 20, 2025
1fc8145
drive-by clippy fixes
reivilibre Oct 20, 2025
30abb7c
drive-by formatting fixes
reivilibre Oct 20, 2025
4863026
drive-by update.sh chmod +x
reivilibre Oct 20, 2025
11a852e
introspection: Support personal access tokens
reivilibre Oct 7, 2025
893e426
Implement activity tracking for personal sessions
reivilibre Oct 8, 2025
9d80ecc
Add personal access token introspection test
reivilibre Oct 8, 2025
66f8814
note: `device_id` only used for compat access & refresh tokens
reivilibre Oct 9, 2025
0d27c34
Support introspection of personal access tokens (#5171)
reivilibre Oct 20, 2025
78b010d
find_active_by_session: take &PersonalSession
reivilibre Oct 21, 2025
52c04c1
Add `expires` filter to personal sessions list
reivilibre Oct 21, 2025
ba9fc35
Make `expires_in` u32 and (on regenerate) not default to the same as …
reivilibre Oct 21, 2025
6102a4b
Use Option<Ulid> in schemars
reivilibre Oct 21, 2025
cc57e33
axum_extra: enable `query` feature flag
reivilibre Oct 21, 2025
d516b3d
Add `scope` filter to personal sessions list
reivilibre Oct 21, 2025
a0c5583
fixup! Make `expires_in` u32 and (on regenerate) not default to the s…
reivilibre Oct 21, 2025
db3dcce
use axum_extract's version of Query everywhere
reivilibre Oct 21, 2025
8fb0caf
fixup! Add `expires` filter to personal sessions list
reivilibre Oct 21, 2025
dda3a49
(update JSONSchema)
reivilibre Oct 21, 2025
f8ba4ff
build(deps): bump clap from 4.5.48 to 4.5.50
dependabot[bot] Oct 21, 2025
112dd40
build(deps): bump reqwest from 0.12.23 to 0.12.24
dependabot[bot] Oct 21, 2025
806a815
Highlight dangerous scopes when consenting to them
sandhose Oct 22, 2025
c9fd465
Make the font slightly bolder on dangerous scopes
sandhose Oct 22, 2025
bc3d3d4
Align the icons used in the session details page
sandhose Oct 22, 2025
820b1d7
Update extracted translations
sandhose Oct 22, 2025
5fa9725
Highlight dangerous scopes when consenting to them (#5180)
sandhose Oct 22, 2025
eeba7e1
Personal Sessions: add create, list, get, revoke, regenerate Admin AP…
reivilibre Oct 22, 2025
be40e1b
Add `revoke_bulk` for personal sessions storage
reivilibre Oct 22, 2025
7d5e9b8
Revoke personal sessions on user deactivation
reivilibre Oct 22, 2025
c5756d4
Don't allow creating personal sessions for deactivated users
reivilibre Oct 22, 2025
b23a35a
Rename record_personal_session function
reivilibre Oct 21, 2025
c74150f
Accept PATs on the Admin API
reivilibre Oct 21, 2025
42f6664
When adding or revoking personal sessions, schedule needed device syncs
reivilibre Oct 21, 2025
a7d8354
Pass through the TokenFormatError
reivilibre Oct 22, 2025
f51747a
Check validity of token owner
reivilibre Oct 22, 2025
c8ed125
Relax the validity check of the token actor
reivilibre Oct 22, 2025
84450a7
remove redundant #[source]
reivilibre Oct 22, 2025
e5a54f2
Restructure user validity check
reivilibre Oct 22, 2025
95bc20e
When adding personal session, upsert devices synchronously
reivilibre Oct 22, 2025
d8b5e16
Accept personal access tokens on the Admin API (#5183)
reivilibre Oct 22, 2025
b5fefb2
build(deps-dev): bump @types/node in /frontend in the types group
dependabot[bot] Oct 22, 2025
cf4ecae
build(deps-dev): bump @graphql-codegen/cli
dependabot[bot] Oct 22, 2025
9061e97
build(deps): bump react-i18next in /frontend in the i18next group
dependabot[bot] Oct 22, 2025
7473f4f
build(deps-dev): bump the storybook group in /frontend with 3 updates
dependabot[bot] Oct 22, 2025
e648c8e
Merge branch 'main' into rei/pat_revoke_on_deactivate
reivilibre Oct 22, 2025
54c025f
Use `is_valid_actor`
reivilibre Oct 22, 2025
80feaff
Add comments for the filters
reivilibre Oct 22, 2025
409f354
Remove stale comment
reivilibre Oct 22, 2025
3d80097
Merge branch 'main' into rei/pat_devicesync
reivilibre Oct 22, 2025
8359f8b
When adding or revoking personal sessions, schedule device synchronis…
reivilibre Oct 22, 2025
0d28304
Revoke personal sessions when users are deactivated (#5181)
reivilibre Oct 22, 2025
e644f68
build(deps): bump clap from 4.5.48 to 4.5.50 (#5177)
sandhose Oct 22, 2025
35dabbb
build(deps-dev): bump the storybook group in /frontend with 3 updates…
sandhose Oct 22, 2025
bb9dc1c
build(deps): bump react-i18next from 16.1.0 to 16.1.3 in /frontend in…
sandhose Oct 22, 2025
013d9dc
build(deps): bump reqwest from 0.12.23 to 0.12.24 (#5178)
sandhose Oct 22, 2025
5ce8ffc
build(deps-dev): bump @types/node from 24.8.1 to 24.9.1 in /frontend …
sandhose Oct 22, 2025
0931d5d
build(deps-dev): bump @graphql-codegen/cli from 6.0.0 to 6.0.1 in /fr…
sandhose Oct 22, 2025
988bc8e
docs: add missing `--reactivate` option to unlock-user subcommand (#5…
sandhose Oct 22, 2025
59ebf42
Translations updates
github-actions[bot] Oct 22, 2025
78fd24b
Translations updates for main (#5185)
matrixbot Oct 22, 2025
6d2ed5a
1.5.0-rc.0
github-actions[bot] Oct 22, 2025
5fc3a31
Automatic merge back to main (#5186)
matrixbot Oct 22, 2025
f380eda
Add `mas-maintainers` github team to CODEOWNERS
reivilibre Oct 22, 2025
f020cce
Fix UNIQUE constraint on active personal access tokens per session
reivilibre Oct 23, 2025
a01c0af
fix up test that relied on it being broken
reivilibre Oct 23, 2025
e934b22
Fix UNIQUE constraint on active personal access tokens per session (#…
reivilibre Oct 24, 2025
2f94de2
1.5.0-rc.1
github-actions[bot] Oct 24, 2025
9a5f2f5
Automatic merge back to main (#5197)
matrixbot Oct 24, 2025
adad551
templates: fix reliance on lax undefined behaviour
reivilibre Oct 24, 2025
ceaac61
templates: Be strict about undefined variables
reivilibre Oct 24, 2025
4af582a
template macro: return rendered samples
reivilibre Oct 24, 2025
72f9a1f
template macro: generate function for all checks
reivilibre Oct 24, 2025
763e236
cli: templates check: allow rendering to --out-dir
reivilibre Oct 24, 2025
7a24a22
Introduce SampleIdentifiers to stably track samples
reivilibre Oct 24, 2025
aae123b
Add `mas-maintainers` github team to CODEOWNERS (#5188)
reivilibre Oct 27, 2025
e2ac337
Translations updates
github-actions[bot] Oct 28, 2025
3343334
Translations updates for v1.5 (#5209)
matrixbot Oct 28, 2025
dc3fdd6
1.5.0
github-actions[bot] Oct 28, 2025
35d2ce8
Automatic merge back to main (#5210)
matrixbot Oct 28, 2025
647c8e7
For branding: use none instead of undefined
reivilibre Oct 28, 2025
ea7f568
Clarify some more conditions in the templates
reivilibre Oct 28, 2025
eeeec35
Downgrade to SemiStrict in production
reivilibre Oct 28, 2025
16ec04e
Change the format of SampleIdentifiers and don't make a subdir per lo…
reivilibre Oct 29, 2025
d2309bf
templates: Be strict about undefined variables (#5201)
reivilibre Oct 30, 2025
e5183f6
Fix comment and change delimiter to =
reivilibre Oct 30, 2025
f633e42
Merge branch 'main' into rei/templatecheck_todisk
reivilibre Oct 30, 2025
ab52f7e
templates check command: Allow saving rendered samples (#5202)
reivilibre Oct 30, 2025
83cecaf
Translations updates
github-actions[bot] Nov 4, 2025
84d01d3
Translations updates for main (#5217)
matrixbot Nov 4, 2025
99a5ebe
1.6.0-rc.0
github-actions[bot] Nov 4, 2025
2a3ea45
Fix spurious "Failed to set parent context on span" error
sandhose Nov 7, 2025
eeb5d61
Don't extract the parent context if the span is disabled
sandhose Nov 7, 2025
85fbc06
Fix spurious "Failed to set parent context on span" error (#5228)
sandhose Nov 7, 2025
7708ec5
Translations updates
github-actions[bot] Nov 11, 2025
d41a5d8
Translations updates for v1.6 (#5234)
matrixbot Nov 11, 2025
3dd362a
1.6.0
github-actions[bot] Nov 11, 2025
4c67ac8
Merge tag 'v1.6.0' into upgrade/mas-v1.6.0
odelcroi Nov 13, 2025
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @element-hq/mas-maintainers
14 changes: 13 additions & 1 deletion .github/workflows/build.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,11 @@ jobs:
type=sha

- name: Setup Cosign
<<<<<<< HEAD
uses: sigstore/[email protected]
=======
uses: sigstore/[email protected]
>>>>>>> v1.6.0

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand All @@ -274,7 +278,7 @@ jobs:
mirrors = ["mirror.gcr.io"]

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.5.0
uses: docker/login-action@v3.6.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -333,7 +337,11 @@ jobs:
merge-multiple: true

- name: Prepare a release
<<<<<<< HEAD
uses: softprops/[email protected]
=======
uses: softprops/[email protected]
>>>>>>> v1.6.0
with:
generate_release_notes: true
body: |
Expand Down Expand Up @@ -402,7 +410,11 @@ jobs:
await script({ core, github, context });

- name: Update unstable release
<<<<<<< HEAD
uses: softprops/[email protected]
=======
uses: softprops/[email protected]
>>>>>>> v1.6.0
with:
name: "Unstable build"
tag_name: unstable
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand All @@ -88,7 +92,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand All @@ -112,7 +120,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 20

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
tool: mdbook

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-branch.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/translations-download.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/translations-upload.yaml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probleme de merge?

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
uses: actions/checkout@v5

- name: Install Node
<<<<<<< HEAD
uses: actions/[email protected]
=======
uses: actions/[email protected]
>>>>>>> v1.6.0
with:
node-version: 22

Expand Down
Loading