1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

[skip ci] docs(release-notes): 7.0.3

This commit is contained in:
Earl Warren 2024-05-21 16:40:51 +02:00
parent 7bd8443739
commit ce0921d0c5
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
12 changed files with 51 additions and 11 deletions

View file

@ -1 +0,0 @@
Fix gogs migration if gogs is hosted at a subpath

View file

@ -1 +0,0 @@
Settings: OAuth2 applications: Consistently check input on client side

View file

@ -1 +0,0 @@
Fix text selection color

View file

@ -1 +0,0 @@
CVE-2024-24788: a malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.

View file

@ -1 +0,0 @@
Fixed a bug where API endpoints that return a `Repository` did not properly include the repository's object format.

View file

@ -1 +0,0 @@
Fixed an issue that resulted in repository activity feeds (including RSS and Atom feeds) containing repeated activities.

View file

@ -1 +0,0 @@
Fixed an issue that rendered the "Allow edits from maintainers" checkbox disfunctional, preventing people from turning it on.

View file

@ -1,2 +1 @@
- [PR](https://github.com/go-gitea/gitea/pull/30912): when adopting a repository, the default branch is not taken into account
- [PR](https://github.com/go-gitea/gitea/pull/30715): pull request search shows closed pull requests in the open tab

View file

@ -1 +0,0 @@
- mail notifications of pull requests push are empty

View file

@ -1 +0,0 @@
- backticks in [mermaid](https://mermaid.js.org/) block diagram labels [are not sanitized properly](https://github.com/mermaid-js/mermaid/commit/c7fe9a646574597adefe3e6fb2b3707112a151aa)

View file

@ -1 +0,0 @@
- Fixed a bug that resulted in workflow badges not working for workflows that weren't running on push (such as scheduled workflows, and ones that run on tags and for prs)