wip: initial look

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2023-03-20 09:01:12 -05:00
parent d84f798d35
commit b6c6f569c7
No known key found for this signature in database
GPG key ID: B853ADA5DA7BBF7A

View file

@ -23,13 +23,13 @@ We would like to thank the [Blender team](https://blender.org) for their extensi
Another thank you is in order for [@wxiaoguang](https://gitea.com/wxiaoguang), [@fsologureng](https://codeberg.org/fsologureng), and everyone else who has been helping with the accessibility changes.
We also very thank [@yardenshoham](https://gitea.com/yardenshoham) for his contribution on [Gitea Backporter](https://github.com/GiteaBot/gitea-backporter) which made our backport work signaficantly easier than before.
We also thank [@yardenshoham](https://gitea.com/yardenshoham) for his contribution on [Gitea Backporter](https://github.com/GiteaBot/gitea-backporter) which made our backport work significantly easier than before.
Thank [@pat-s](https://gitea.com/pat-s) for his work to make static websites PRs previewable.
You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/).
We are now continously moving our infrastructure from gitea.io to gitea.com as well from Drone CI to Gitea Actions. Some services maybe on the way to convert, if you encoutered any problem, please report them via [discord](https://discord.gg/gitea).
We are now working on moving our infrastructure from `gitea.io` to `gitea.com`, as well as migrating from Drone CI to Gitea Actions. During this conversion, if you encounter any problem, please report them via [discord](https://discord.gg/gitea).
We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.
@ -41,7 +41,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o
### :warning: Incorrectly documented default value for update checker ([#22084](https://github.com/go-gitea/gitea/issues/22084))
`[cron.update_checker].ENABLED` is `true` by default.
Previously, the documentation indicated that it would be disabled by default. This is wrong.
Previously, the documentation indicated that it would be disabled by default, which was incorrect.
### :warning: Newly reserved username: `gitea-actions` ([#21937](https://github.com/go-gitea/gitea/issues/21937))
With the implementation of Gitea Actions (see below), Gitea needed a user to run the actions.
@ -53,7 +53,6 @@ The DSA host key has been removed from the OpenSSH daemon configuration file in
This change is a result of the deprecation of the DSA public key algorithm since OpenSSH >= 7.0.
As a result, any client that uses DSA for authentication will no longer be able to connect to the Docker container.
We recommend users to use a different public key algorithm such as RSA or ECDSA for authentication.
<!-- TODO: The paragraph above was generated by ChatGPT, is what it wrote correct? -->
### :warning: Remove ReverseProxy authentication from the API ([#22219](https://github.com/go-gitea/gitea/issues/22219))
ReverseProxy-authentication was an insecure way of authenticating a user.