Compare commits

...

4 commits

Author SHA1 Message Date
Kévin Commaille 7353d60686
Merge 18d85fcb23 into 54944e2866 2025-12-16 18:41:59 +00:00
Kévin Commaille 18d85fcb23
Add info box in account registration section
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-12-16 19:41:35 +01:00
Kévin Commaille 076783e263
Remove outdated statement.
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-12-16 19:37:44 +01:00
Kévin Commaille 54944e2866
Fix version selector's historical URL (#2268)
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
* Fix version selector's historical URL

Regression because the function signature changed in #2261, but this
call was not updated.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Add changelog

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

---------

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-12-16 10:11:47 -07:00
3 changed files with 9 additions and 3 deletions

View file

@ -110,5 +110,5 @@ fetch(url)
} }
// For historical versions, simply link to the changelog // For historical versions, simply link to the changelog
appendVersion(ul, "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}'); appendVersion(ul, "historical", "historical", '{{ (site.GetPage "changelog/historical").RelPermalink }}');
}); });

View file

@ -0,0 +1 @@
Add version picker in the navbar.

View file

@ -477,8 +477,7 @@ the API that was used to obtain their current access token.
{{% boxes/note %}} {{% boxes/note %}}
Currently the OAuth 2.0 API doesn't cover all the use cases of the legacy API, Currently the OAuth 2.0 API doesn't cover all the use cases of the legacy API,
such as automated applications that cannot use a web browser, or such as automated applications that cannot use a web browser.
user management by [application services](application-service-api/#server-admin-style-permissions).
{{% /boxes/note %}} {{% /boxes/note %}}
### Authentication API discovery ### Authentication API discovery
@ -502,6 +501,12 @@ user must do that directly in the homeserver's web UI. However, the client can
signal to the homeserver that the user wishes to create a new account with the signal to the homeserver that the user wishes to create a new account with the
[`prompt=create`](#user-registration) parameter during authorization. [`prompt=create`](#user-registration) parameter during authorization.
{{% boxes/note %}}
{{% added-in v="1.17" %}}
Application services can use the `/register` endpoint to create users regardless
of the authentication API supported by the homeserver.
{{% /boxes/note %}}
### Login ### Login
With the legacy API, a client can obtain an access token by using one of the With the legacy API, a client can obtain an access token by using one of the