Quentin Gliech
db5c39e11d
Fix headings in config doc ( #4419 )
2025-04-23 14:11:33 +02:00
Hugh Nimmo-Smith
86ff994fb3
Remove reference to unsupported aws_ses email transport
2025-04-22 13:21:07 +01:00
Kai A. Hiller
e1631f6dfd
Fix headings in config doc
...
Signed-off-by: Kai A. Hiller <git@kaialexhiller.de >
2025-04-16 15:05:36 +02:00
Adis Veletanlic
3b83f7bd34
Merge branch 'element-hq:main' into main
2025-04-16 08:40:03 +02:00
Quentin Gliech
ed643ee7d2
fix(docs): add token_endpoint_auth_method in Authentik SSO example ( #4387 )
2025-04-15 22:37:41 +02:00
Adis Veletanlic
1611bb652a
Format project and run misc/update.sh
2025-04-14 13:41:43 +02:00
Adis Veletanlic
70c5c05570
Merge branch 'element-hq:main' into main
2025-04-14 12:22:51 +02:00
Adis Veletanlic
05ab1ec3a9
Add private_key_file option for apple sso and edit docs
2025-04-14 12:21:00 +02:00
Quentin Gliech
32f19afec6
Document how to migrate passwords from Synapse with a pepper set ( #4353 )
2025-04-11 16:40:14 +02:00
Quentin Gliech
b802f8f173
Minor rewording
2025-04-11 16:33:14 +02:00
Samuel Lorch
4b073ea079
Document password scheme secret field for migrations
...
Signed-off-by: Samuel Lorch sam@soontm.de
2025-04-11 11:45:28 +02:00
Przemysław Romanik
fc84c2468f
fix(docs): add token_endpoint_auth_method in Authentik SSO example
2025-04-11 00:17:02 +02:00
mcalinghee
2fe4752aa4
add login by email + feature flag
2025-04-10 17:57:58 +02:00
Quentin Gliech
e064c381b6
Admin API for adding and removing upstream oauth links ( #4255 )
2025-04-09 13:33:16 +02:00
Tonkku
13c9713205
Handle the correct conflict
2025-04-09 07:27:04 +00:00
Quentin Gliech
4f3dcc3a4b
Expose more Sentry configuration ( #4352 )
2025-04-07 08:50:27 +02:00
hummingbard
204b7c54b5
Added Discord to default upstream oauth2 providers, regenerated config schema
2025-04-06 23:21:12 +06:00
Quentin Gliech
d5017bb623
Allow setting the OTLP tracing sample rate
2025-04-05 23:19:50 +02:00
Quentin Gliech
05b7d2d1ec
Allow setting the Sentry environment & sample rates
...
Also record the version in the Sentry release field.
2025-04-05 23:19:16 +02:00
hummingbard
e4f83892b9
Added upstream sample config for Discord, brand logo in templates
2025-03-30 15:53:56 +06:00
hummingbard
e634509b7a
Missing token_endpoint_auth_method field in upstream sample config for Github
2025-03-30 14:08:14 +06:00
Kieran Lane
514cde4d7d
Disable Verification for Microsoft Azure AD OIDC
...
Required to avoid `token_endpoint missing auth signing algorithm values` error.
2025-03-18 10:44:45 +00:00
Tonkku
b7c6320016
Admin API endpoint to remove upstream link
2025-03-17 16:33:49 +00:00
Tonkku
81c0602092
Admin API endpoint to add upstream link
2025-03-17 14:40:27 +00:00
Quentin Gliech
fd41b719ba
Merge branch 'main' into quenting/dynamic-policy-data
2025-03-14 10:16:16 +01:00
Quentin Gliech
25fd400ffb
Change the default value of account_deactivation_allowed to true.
2025-03-13 12:04:57 +01:00
Quentin Gliech
3e77684a8b
Add the new configuration option to the configuration reference
2025-03-12 16:02:52 +01:00
Quentin Gliech
a6992b718c
Config option to allow account self-deactivation
2025-03-12 15:58:54 +01:00
Quentin Gliech
f8d8a82544
Merge remote-tracking branch 'origin/main' into quenting/dynamic-policy-data
2025-03-04 13:28:56 +01: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
d8dcef0303
Merge branch 'main' into quenting/dynamic-policy-data
2025-03-03 14:25:05 +01:00
Quentin Gliech
41349c1a96
Document the new username ban/allow policy
2025-03-03 10:35:44 +01:00
Quentin Gliech
518a366ee2
Make the admin API update the local policy data
2025-02-25 16:42:21 +01:00
Quentin Gliech
aec5d80dbd
Admin API to get and set policy data
2025-02-25 13:06:44 +01:00
Quentin Gliech
2a202cc6b0
Upgrade OpenTelemetry to 0.28
2025-02-24 10:44:08 +01:00
Quentin Gliech
993342ef58
Match suffixes and prefixes in string constraints
2025-02-17 16:40:10 +01:00
Quentin Gliech
6a373657cb
Update the policy documentation
2025-02-17 15:43:25 +01:00
Quentin Gliech
9e81369c60
Fix the HTTP status code for the user creation admin endpoint ( #4040 )
2025-02-14 15:01:58 +01:00
Quentin Gliech
281ed7bc17
Fix the HTTP status code for the user creation admin endpoint
2025-02-14 14:54:22 +01:00
Quentin Gliech
69a4b28691
Admin API to add user emails
2025-02-14 14:50:47 +01:00
Quentin Gliech
78f30e58dd
Admin API to delete user emails
2025-02-14 14:50:46 +01:00
Quentin Gliech
8c98287d65
Experimental feature to automatically expire inactive sessions ( #4022 )
...
Fixes #1875
This adds an experimental feature which allows expiring sessions that
are inactive for a certain amount of time.
It runs as a scheduled task every 15 minutes, checking for the 'last
activity' on each session type.
It processes sessions by batches of 100 at a time, to avoid overloading
Synapse when syncing back the database.
It expires:
- all user (browser) sessions
- all compatibility sessions
- oauth sessions which are:
- for a user
- using a 'dynamic' client (so the sessions started from clients defined
in the config are excluded)
2025-02-13 10:33:00 +01:00
Quentin Gliech
1f051a591f
Simplify the setup documentation introduction ( #3994 )
2025-02-13 09:08:26 +01:00
Strac Consulting Engineers Pty Ltd
a9698beb26
Update README.md
...
Amended issuer.
2025-02-13 18:03:51 +11:00
Quentin Gliech
9ce746f975
Add documentation for session timeout configuration
2025-02-12 17:34:23 +01:00
Quentin Gliech
9fea06693b
Allow filtering sessions by client kind (dynamic or static)
2025-02-12 17:31:21 +01:00
Quentin Gliech
b40fcdd712
Experimental feature to timeout inactive sessions
2025-02-12 17:31:21 +01:00
Quentin Gliech
5e9cc91979
Allow filtering by subject in the upstream OAuth links admin API
2025-02-12 11:07:11 +01:00
Quentin Gliech
1f36463e8f
Admin API to list and get upstream OAuth links
2025-02-12 10:51:31 +01:00
Quentin Gliech
b9a0eced33
Load Swagger UI earlier
2025-02-11 19:16:59 +01:00