From b1d97447148b41a618ee0b91eab8198b20bf7341 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 4 Jul 2023 04:36:52 +0200 Subject: [PATCH 1/4] Add generated changelog for v1.19.4 --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e5c9368a122..44294bbc3fb81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,66 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.19.4](https://github.com/go-gitea/gitea/releases/tag/v1.19.4) - 2023-07-04 + +* SECURITY + * Fix open redirect check for more cases (#25143) (#25155) +* API + * Return `404` in the API if the requested webhooks were not found (#24823) (#24830) + * Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694) (#24696) +* ENHANCEMENTS + * Set `--font-weight-bold` to 600 (#24840) + * Make mailer SMTP check have timed context (#24751) (#24759) + * Do not select line numbers when selecting text from the action run logs (#24594) (#24596) +* BUGFIXES + * Fix bug when change user name (#25637) (#25645) + * Hide limited users if viewed by anonymous ghost (#25214) (#25224) + * Add `WithPullRequest` for `actionsNotifier` (#25144) (#25196) + * Fix parallelly generating index failure with Mysql (#24567) (#25081) + * GitLab migration: Sanitize response for reaction list (#25054) (#25059) + * Fix users cannot visit issue attachment bug (#25019) (#25027) + * Fix missing reference prefix of commits when sync mirror repository (#24994) + * Only validate changed columns when update user (#24867) (#24903) + * Make DeleteIssue use correct context (#24885) + * Fix topics deleted via API not being deleted in org page (#24825) (#24829) + * Fix Actions being enabled accidentally (#24802) (#24810) + * Fix missed table name on iterate lfs meta objects (#24768) (#24774) + * Fix safari cookie session bug (#24772) + * Respect original content when creating secrets (#24745) (#24746) + * Fix Pull Mirror out-of-sync bugs (#24732) (#24733) + * Fix run list broken when trigger user deleted (#24706) (#24709) + * Fix issues list page multiple selection update milestones (#24660) (#24663) + * Fix: release page for empty or non-existing target (#24659) + * Fix close org projects (#24588) (#24591) + * Refresh the refernce of the closed PR when reopening (#24231) (#24587) + * Fix the permission of team's `Actions` unit issue (#24536) (#24545) + * Bump go.etcd.io/bbolt and blevesearch deps (#23062) (#24519) + * Fix new wiki page mirror (#24518) + * Match unqualified references when syncing pulls as well (#23070) +* TRANSLATION + * Add chinese documentations for Packages (#24914) (#25016) + * Add chinese documentations for installation (#24904) (#25015) + * Add Chinese docs for help, contribution and development (#24925) (#25011) + * `zh-cn` translation for usage docs (#24897) (#24977) +* DOCS + * Fix broken links in documents v1.19 (#25142) + * Change branch name from master to main in some documents' links (#25126) (#25139) + * Add oauth Chinese document for v1.19 (#25020) + * Remove unnecessary content on docs (#24976) (#25001) + * Unify doc links to use paths relative to doc folder (#24979) (#25000) + * Update from-binary.en-us.md (#24975) (#24999) + * Merge two translation contributing documents (#23939) (#24933) + * Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (#24695) (#24698) +* MISC + * Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236) + * Add zh-cn for `Upgrade from old Gitea` in v1.19 (#25022) + * Port Chinese document for localization to v1.19 (#25021) + * Fix doc for 1.19 backend guideline (#24942) + * Merge different languages for language stats (#24900) (#24921) + * Hiding Secrets options when Actions feature is disabled (#24792) + * Improve decryption failure message (#24573) (#24575) + * Makefile: Use portable !, not GNUish -not, with find(1). (#24565) (#24572) + ## [1.19.3](https://github.com/go-gitea/gitea/releases/tag/1.19.3) - 2023-05-03 * SECURITY From d97c732efc1d57211582d87c9b5d86e2a1fad331 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 4 Jul 2023 05:36:46 +0200 Subject: [PATCH 2/4] Apply suggestions from code review --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44294bbc3fb81..83579315e7a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Do not select line numbers when selecting text from the action run logs (#24594) (#24596) * BUGFIXES * Fix bug when change user name (#25637) (#25645) + * Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236) * Hide limited users if viewed by anonymous ghost (#25214) (#25224) * Add `WithPullRequest` for `actionsNotifier` (#25144) (#25196) * Fix parallelly generating index failure with Mysql (#24567) (#25081) @@ -44,7 +45,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Add chinese documentations for Packages (#24914) (#25016) * Add chinese documentations for installation (#24904) (#25015) * Add Chinese docs for help, contribution and development (#24925) (#25011) - * `zh-cn` translation for usage docs (#24897) (#24977) * DOCS * Fix broken links in documents v1.19 (#25142) * Change branch name from master to main in some documents' links (#25126) (#25139) @@ -55,10 +55,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Merge two translation contributing documents (#23939) (#24933) * Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (#24695) (#24698) * MISC - * Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236) * Add zh-cn for `Upgrade from old Gitea` in v1.19 (#25022) * Port Chinese document for localization to v1.19 (#25021) - * Fix doc for 1.19 backend guideline (#24942) * Merge different languages for language stats (#24900) (#24921) * Hiding Secrets options when Actions feature is disabled (#24792) * Improve decryption failure message (#24573) (#24575) From 8aeed6f8be595a0173b522fb58191f6575da66ce Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 4 Jul 2023 12:46:51 +0200 Subject: [PATCH 3/4] Apply suggestions from code review --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83579315e7a72..7d9ac965ce138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,9 +42,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix new wiki page mirror (#24518) * Match unqualified references when syncing pulls as well (#23070) * TRANSLATION - * Add chinese documentations for Packages (#24914) (#25016) - * Add chinese documentations for installation (#24904) (#25015) - * Add Chinese docs for help, contribution and development (#24925) (#25011) * DOCS * Fix broken links in documents v1.19 (#25142) * Change branch name from master to main in some documents' links (#25126) (#25139) @@ -55,8 +52,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Merge two translation contributing documents (#23939) (#24933) * Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (#24695) (#24698) * MISC - * Add zh-cn for `Upgrade from old Gitea` in v1.19 (#25022) - * Port Chinese document for localization to v1.19 (#25021) * Merge different languages for language stats (#24900) (#24921) * Hiding Secrets options when Actions feature is disabled (#24792) * Improve decryption failure message (#24573) (#24575) From 1ddc0103e75ee5a44e3a1ddcb29ab56061fdfc67 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 4 Jul 2023 12:54:51 +0200 Subject: [PATCH 4/4] Apply suggestions from code review --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9ac965ce138..f3d3aa3a8beab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,15 +41,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Bump go.etcd.io/bbolt and blevesearch deps (#23062) (#24519) * Fix new wiki page mirror (#24518) * Match unqualified references when syncing pulls as well (#23070) -* TRANSLATION * DOCS - * Fix broken links in documents v1.19 (#25142) * Change branch name from master to main in some documents' links (#25126) (#25139) - * Add oauth Chinese document for v1.19 (#25020) * Remove unnecessary content on docs (#24976) (#25001) * Unify doc links to use paths relative to doc folder (#24979) (#25000) - * Update from-binary.en-us.md (#24975) (#24999) - * Merge two translation contributing documents (#23939) (#24933) * Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (#24695) (#24698) * MISC * Merge different languages for language stats (#24900) (#24921)