mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(api): ✨ Add new endpoint to get a user by its username
This commit is contained in:
parent
407eb5e205
commit
be881f18cd
9 changed files with 124 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ Lysand Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe
|
|||
- Added [**TOS and Privacy Policy**](docs/api/mastodon.md) endpoints.
|
||||
- Added [**Challenge API**](docs/api/challenges.md). (basically CAPTCHAS). This can be enabled/disabled by administrators. No `lysand-fe` support yet.
|
||||
- Added ability to change the `username` of a user. ([Mastodon API extension](docs/api/mastodon.md)).
|
||||
- Added an endpoint to get a user by its username.
|
||||
- Add OpenID Connect registration support. Admins can now disable username/password registration entirely and still allow users to sign up via OpenID Connect.
|
||||
- Add option to never convert vector images to a raster format.
|
||||
- Refactor logging system to be more robust and easier to use. Logfiles are now automatically rotated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue