mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: ✏️ Fix typos
This commit is contained in:
parent
6c56b582b3
commit
b5411c01e4
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -7,5 +7,6 @@
|
||||||
"federation",
|
"federation",
|
||||||
"config",
|
"config",
|
||||||
"plugin"
|
"plugin"
|
||||||
]
|
],
|
||||||
|
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Versia Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Upgrade Bun to `1.1.26`. This brings performance upgrades and better stability.
|
- Upgraded Bun to `1.1.26`. This brings performance upgrades and better stability.
|
||||||
- Added support for the [ActivityPub Federation Bridge](https://github.com/versia-pub/activitypub).
|
- Added support for the [ActivityPub Federation Bridge](https://github.com/versia-pub/activitypub).
|
||||||
- Added support for the [Sonic](https://github.com/valeriansaliou/sonic) search indexer.
|
- Added support for the [Sonic](https://github.com/valeriansaliou/sonic) search indexer.
|
||||||
- Note deletions are now federated.
|
- Note deletions are now federated.
|
||||||
|
|
@ -25,7 +25,7 @@ Versia Server `0.7.0` is backwards compatible with `0.6.0`. However, some new fe
|
||||||
- Added an endpoint to get a user by its username.
|
- 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 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.
|
- 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.
|
- Refactor logging system to be more robust and easier to use. Log files are now automatically rotated.
|
||||||
- Add support for HTTP proxies.
|
- Add support for HTTP proxies.
|
||||||
- Add support for serving Versia over a Tor hidden service.
|
- Add support for serving Versia over a Tor hidden service.
|
||||||
- Add global server error handler, to properly return 500 error messages to clients.
|
- Add global server error handler, to properly return 500 error messages to clients.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [x] Versia 3.0 federation (partial)
|
- [x] Versia Working Draft 4 federation (partial)
|
||||||
- [x] Hyper fast (thousands of HTTP requests per second)
|
- [x] Hyper fast (thousands of HTTP requests per second)
|
||||||
- [x] S3 or local media storage
|
- [x] S3 or local media storage
|
||||||
- [x] Deduplication of uploaded files
|
- [x] Deduplication of uploaded files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue