Ginger
|
eb4cae8f95
|
fix: More CSS tweaks
|
2026-06-08 14:56:08 -04:00 |
|
Ginger
|
376b9555e3
|
fix: Set correct default for registration terms config section
|
2026-06-08 14:05:40 -04:00 |
|
Ginger
|
476f5249ce
|
fix: Check for existing device when creating oauth session
|
2026-06-08 10:38:00 -04:00 |
|
Ginger
|
d4eff0256c
|
fix: Use RFC-compliant error responses for OAuth endpoints
|
2026-06-08 10:37:44 -04:00 |
|
Ginger
|
23aa0f5005
|
fix: Force trusted flow UI for first-run registration
|
2026-06-08 09:33:06 -04:00 |
|
Ginger
|
0594892921
|
fix: Panic when trying to check an unknown UIAA stage type
|
2026-06-08 09:33:06 -04:00 |
|
Ginger
|
5c16cb60fd
|
fix: Use the right error code for CAPTCHA errors
|
2026-06-08 09:33:06 -04:00 |
|
Ginger
|
809a9429dc
|
fix: Formatting
|
2026-06-08 09:33:06 -04:00 |
|
Ginger
|
707587aa15
|
refactor: Update logic for checking if a username is available
|
2026-06-08 09:33:06 -04:00 |
|
Ginger
|
a10c709f1a
|
fix: CSS adjustments
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
7407435334
|
fix: Adjust error codes to comply with MSC4190
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
cb7c678a34
|
feat: Mark spec version 1.15 as supported
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
0db01a6763
|
feat: Add a page with some information about the server
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
d7b066c03a
|
fix: Correct config file example section name
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
5c2afd9f0d
|
chore: My Giant Future
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
886aaf0e17
|
feat: Improve account panel UI for locked and suspended accounts
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
86a33b5eb3
|
fix: Include query parameters in link back to login on register page
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
01dcb9cf9d
|
fix: CSS tweaks
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
5effc3411e
|
feat: Improve registration UI in first-run mode
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
d67000f0bc
|
fix: Minor wording improvements
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
f294361eb2
|
fix: Set default for allow_deactivation
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
d1eeefed77
|
fix: Fix registration terms example in config
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
1c347841ce
|
feat: Implement support for prompt=create in the authorization code flow
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
a73973197d
|
fix: Don't let logged-in users access the registration page
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
74e0d87c0d
|
feat: Allow self-service deactivation to be disabled
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
3691cccf11
|
refactor: Use more consistent terminology for email validation pages
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
86368b46b0
|
feat: Add support for registering accounts with the web UI
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
71a44bf7ea
|
refactor: Change template context to allow using a CSP nonce
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
81b865f258
|
fix: Minor CSS improvements
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
b0d90e614c
|
fix: Remove errant whitespace in device details
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
e6f8e6c868
|
chore: News fragment
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
db460e0a59
|
feat: Allow configuring the OAuth compatibility mode
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
810b40536b
|
fix: Use button styling for account management link on index page
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
577b33599f
|
fix: Use the right text color on input elements
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
573f2e4892
|
feat: Add support for account management deeplinks
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
8aa93c7839
|
fix: Return the correct error code for expired access tokens
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
9aed687ee1
|
feat: Add a page for viewing a device's details
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
c3df2e4570
|
fix: Use SameSite=Lax for session cookie
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
8c178c32f9
|
feat: Allow devices to be removed from the account panel
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
e8d409c6ed
|
feat: Implement oauth token revocation
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
b50c7027f5
|
chore: Clippy fixes
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
0ed101e973
|
feat: Implement oauth auth code and refresh token flows
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
2d7a35310f
|
chore: Clippy fixes
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
cf1b3c6d4b
|
feat: Implement a web-based account management dashboard
|
2026-06-08 09:33:05 -04:00 |
|
Ginger
|
07f7d6f071
|
feat: Implement oauth service and client registration
|
2026-06-08 09:33:05 -04:00 |
|
Renovate Bot
|
7d945bbd5d
|
chore(deps): update rust-zerover-patch-updates
|
2026-06-08 13:31:37 +00:00 |
|
Renovate Bot
|
42039b2090
|
chore(deps): update rust crate serde_regex to v1.2.0
|
2026-06-08 13:31:07 +00:00 |
|
Renovate Bot
|
dd7ca6b12e
|
chore(deps): update node-patch-updates to v2.0.14
|
2026-06-08 05:09:52 +00:00 |
|
Renovate Bot
|
b1c6be012a
|
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.214.6
|
2026-06-08 05:03:29 +00:00 |
|
Renovate Bot
|
835308628e
|
chore(deps): update pre-commit hook crate-ci/typos to v1.47.2
|
2026-06-04 05:03:57 +00:00 |
|