Commit Graph

6816 Commits

Author SHA1 Message Date
Ginger f5a38dd787 fix: Include query parameters in link back to login on register page 2026-05-08 13:50:59 -04:00
Ginger 1852732d9f fix: CSS tweaks 2026-05-08 12:51:40 -04:00
Ginger c81a272c65 feat: Improve registration UI in first-run mode 2026-05-08 12:51:40 -04:00
Ginger 8e0a30ecab fix: Minor wording improvements 2026-05-08 12:51:40 -04:00
Ginger 66d80dcac3 fix: Set default for allow_deactivation 2026-05-08 12:51:40 -04:00
Ginger 5dbc4e6c80 fix: Fix registration terms example in config 2026-05-08 12:51:40 -04:00
Ginger 234a2f01b2 feat: Implement support for prompt=create in the authorization code flow 2026-05-08 12:51:40 -04:00
Ginger c619686a96 fix: Don't let logged-in users access the registration page 2026-05-08 12:51:39 -04:00
Ginger deed2ee913 feat: Allow self-service deactivation to be disabled 2026-05-08 12:51:39 -04:00
Ginger 1f1fc5eb9f refactor: Use more consistent terminology for email validation pages 2026-05-08 12:51:39 -04:00
Ginger d0de182afe feat: Add support for registering accounts with the web UI 2026-05-08 12:51:39 -04:00
Ginger be99cb8570 refactor: Change template context to allow using a CSP nonce 2026-05-08 12:51:38 -04:00
Ginger c1ae8340e4 fix: Disable debugging parameter in askama template 2026-05-08 12:51:38 -04:00
Ginger fe0b0007a2 fix: Minor CSS improvements 2026-05-08 12:51:38 -04:00
Ginger 1f87b0e07a fix: Remove errant whitespace in device details 2026-05-08 12:51:38 -04:00
Ginger 45dc43e20f chore: News fragment 2026-05-08 12:51:38 -04:00
Ginger 055d90ce03 feat: Allow configuring the OAuth compatibility mode 2026-05-08 12:51:38 -04:00
Ginger 2878f8e257 fix: Use button styling for account management link on index page 2026-05-08 12:51:38 -04:00
Ginger 1cc9a6e59c fix: Use the right text color on input elements 2026-05-08 12:51:38 -04:00
Ginger b367b74623 feat: Add support for account management deeplinks 2026-05-08 12:51:38 -04:00
Ginger f6cdcea4a4 fix: Return the correct error code for expired access tokens 2026-05-08 12:51:38 -04:00
Ginger ec68f8fc1b feat: Add a page for viewing a device's details 2026-05-08 12:51:37 -04:00
Ginger 144e785e40 fix: Use SameSite=Lax for session cookie 2026-05-08 12:51:37 -04:00
Ginger 4a77394328 feat: Allow devices to be removed from the account panel 2026-05-08 12:51:37 -04:00
Ginger 7a85ef26c0 feat: Implement oauth token revocation 2026-05-08 12:51:37 -04:00
Ginger 7b8a0d9110 chore: Clippy fixes 2026-05-08 12:51:37 -04:00
Ginger 795543af4e feat: Implement oauth auth code and refresh token flows 2026-05-08 12:51:37 -04:00
Ginger a738a15b44 chore: Clippy fixes 2026-05-08 12:51:36 -04:00
Ginger 477fb835ff feat: Implement a web-based account management dashboard 2026-05-08 12:51:36 -04:00
Ginger 53c965bdc7 feat: Implement oauth service and client registration 2026-05-08 12:51:36 -04:00
Ginger 39a882c4a1 chore: Clippy fixes 2026-05-08 12:41:57 -04:00
Ginger f091d3a732 fix: Correctly check for local users' existence 2026-05-08 11:48:20 -04:00
nex ebf9a08cd1 fix: Correct typo that prevented state compressor service being loaded 2026-05-08 03:10:28 +00:00
timedout 4fef0a7ff2 chore: Publish admin announcement 2026-05-08 00:20:23 +01:00
timedout 2f37b446bc chore: Bump version 2026-05-07 22:27:44 +01:00
timedout 6185841b6a fix: Restore event auth check 4 in v12 rooms
Reviewed-By: Jacob Taylor <jacob@explodie.org>
2026-05-07 21:10:32 +01:00
Renovate Bot 3e0d4b066e chore(deps): update dependency cargo-bins/cargo-binstall to v1.19.1 2026-05-07 16:10:45 +00:00
Ginger 0d2eeed567 refactor: Move room joining logic into a new service 2026-05-06 14:01:50 -04:00
31a05b9c b296720540 chore: alter wording 2026-05-06 17:25:45 +00:00
31a05b9c d600aed8db chore: changelog 2026-05-06 17:25:45 +00:00
31a05b9c 9724953b5e feat: admin commands for mass-rejecting invites 2026-05-06 17:25:45 +00:00
stratself 1605176956 docs(perf): Improve introduction wording 2026-05-06 09:03:14 +00:00
stratself 2b0aedf5fd chore: Fix changelog newline 2026-05-06 09:03:14 +00:00
stratself c78c431703 fix(docs): Small wording fixes in perf tuning page 2026-05-06 09:03:13 +00:00
stratself 49b48b857d docs(perf): Change compression warning to SHOULD and better notes on
trusted_servers verification
2026-05-06 09:03:13 +00:00
stratself bf1e42b225 docs(perf): Remove section on .well-known
It is not a clear performance gain, and should be added
later in delegation.mdx
2026-05-06 09:03:13 +00:00
stratself ec76a234db docs(perf): Various changes from feedback
* Only recommend turning off all presences
* Add example trusted_servers and notice to vet them
* Add explained benefits of HTTP/3
* Some grammar nits
2026-05-06 09:03:13 +00:00
stratself 091514e9f9 docs(perf): Grammar/wording edits from feedback
Also combined the introductory paragraphs into one
2026-05-06 09:03:13 +00:00
stratself 789ad499f7 fix: Grammar + wording for perftuning page from feedback 2026-05-06 09:03:13 +00:00
stratself 1e6eaa4337 fix(docs): Remove sysctl and limits.conf recs from perf tuning 2026-05-06 09:03:13 +00:00