From 797a82478197fd120afbd8d4f437e91f3e543108 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 26 Apr 2023 14:00:17 -0500 Subject: [PATCH 1/6] chore: changelog 1.19.2 Signed-off-by: jolheiser --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdd4c04f09c8..758fc420f7069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,43 @@ 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.2](https://github.com/go-gitea/gitea/releases/tag/1.19.2) - 2023-04-26 + +* API + * Fix access token issue on some public endpoints (#24194) (#24259) +* ENHANCEMENTS + * Unify nightly naming across binaries and docker images (#24116) (#24308) + * Fix footer display (#24251) (#24269) + * Fix label color, fix divider in dropdown (#24215) (#24244) + * Vertical widths of containers removed (#24184) (#24211) + * Use correct locale key for forks page (#24172) (#24175) + * Sort repo topic labels by name (#24123) (#24153) + * Highlight selected file in the PR file tree (#23947) (#24126) +* BUGFIXES + * Remove org users who belong to no teams (#24247) (#24313) + * Fix bug when deleting wiki with no code write permission (#24274) (#24295) + * Handle canceled workflow as a warning instead of a fail (#24282) (#24292) + * Load reviewer for comments when dismissing a review (#24281) (#24288) + * Only delete secrets belonging to its owner (#24284) (#24286) + * Show commit history for closed/merged PRs (#24238) (#24261) + * Fix owner team access mode value in team_unit table (#24224) + * Fix issue attachment handling (#24202) (#24221) + * Fix incorrect CORS default values (#24206) (#24217) + * Fix template error in pull request with deleted head repo (#24192) (#24216) + * Don't list root repository on compare page if pulls not allowed (#24183) (#24210) + * Fix calReleaseNumCommitsBehind (#24148) (#24197) + * Fix Org edit page bugs: renaming detection, maxlength (#24161) (#24171) + * Update redis library to support redis v7 (#24114) (#24156) + * Use 1.18's aria role for dropdown menus (#24144) (#24155) + * Fix 2-dot direct compare to use the right base commit (#24133) (#24150) + * Fix incorrect server error content in RunnersList (#24118) (#24121) + * Fix mismatch between hook events and github event types (#24048) (#24091) +* BUILD + * Support converting varchar to nvarchar for mssql database (#24105) (#24168) +* MISC + * Upgrade act (#24298) (#24300) + * Set EasyMDE heading font-size to the same size as the resulting markdown (#24151) (#24152) + ## [1.19.1](https://github.com/go-gitea/gitea/releases/tag/v1.19.1) - 2023-04-12 * BREAKING From fe4cb92207e555fa83e32d1eae74b0172c630939 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 26 Apr 2023 14:11:43 -0500 Subject: [PATCH 2/6] chore: add security change Signed-off-by: jolheiser --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758fc420f7069..6f4924bee3bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.19.2](https://github.com/go-gitea/gitea/releases/tag/1.19.2) - 2023-04-26 +* SECURITY + * Require repo scope for PATs for private repos and basic authentication (#24362) * API * Fix access token issue on some public endpoints (#24194) (#24259) * ENHANCEMENTS From fe9a8c8e863371e95ca33cfecd69017e8f74f409 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 26 Apr 2023 21:19:06 -0500 Subject: [PATCH 3/6] chore: add backport PR num --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4924bee3bd0..cb01aff772e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.19.2](https://github.com/go-gitea/gitea/releases/tag/1.19.2) - 2023-04-26 * SECURITY - * Require repo scope for PATs for private repos and basic authentication (#24362) + * Require repo scope for PATs for private repos and basic authentication (#24362) (#24364) * API * Fix access token issue on some public endpoints (#24194) (#24259) * ENHANCEMENTS From 806a87b3dc6f92aa6e2bee2831d8b6d85defd67f Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 26 Apr 2023 21:46:58 -0500 Subject: [PATCH 4/6] review: tech Signed-off-by: jolheiser --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb01aff772e80..a67b19ed96d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * SECURITY * Require repo scope for PATs for private repos and basic authentication (#24362) (#24364) + * Only delete secrets belonging to its owner (#24284) (#24286) * API * Fix access token issue on some public endpoints (#24194) (#24259) * ENHANCEMENTS @@ -23,7 +24,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix bug when deleting wiki with no code write permission (#24274) (#24295) * Handle canceled workflow as a warning instead of a fail (#24282) (#24292) * Load reviewer for comments when dismissing a review (#24281) (#24288) - * Only delete secrets belonging to its owner (#24284) (#24286) * Show commit history for closed/merged PRs (#24238) (#24261) * Fix owner team access mode value in team_unit table (#24224) * Fix issue attachment handling (#24202) (#24221) @@ -39,9 +39,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix mismatch between hook events and github event types (#24048) (#24091) * BUILD * Support converting varchar to nvarchar for mssql database (#24105) (#24168) -* MISC - * Upgrade act (#24298) (#24300) - * Set EasyMDE heading font-size to the same size as the resulting markdown (#24151) (#24152) ## [1.19.1](https://github.com/go-gitea/gitea/releases/tag/v1.19.1) - 2023-04-12 From f8c31bba939ac8e9b456af3f4acb69d580d2807d Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 26 Apr 2023 23:23:05 -0500 Subject: [PATCH 5/6] chore: use new generator --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67b19ed96d8c..7490cd1ca114e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,14 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Require repo scope for PATs for private repos and basic authentication (#24362) (#24364) * Only delete secrets belonging to its owner (#24284) (#24286) * API + * Fix typo in API route (#24310) (#24332) * Fix access token issue on some public endpoints (#24194) (#24259) * ENHANCEMENTS + * Fix broken clone script on an empty archived repo (#24339) (#24348) + * Fix Monaco IOS keyboard button (#24341) (#24347) + * Don't set meta `theme-color` by default (#24340) (#24346) + * Wrap too long push mirror addresses (#21120) (#24334) + * Add --font-weight-bold and set previous bold to 601 (#24307) (#24331) * Unify nightly naming across binaries and docker images (#24116) (#24308) * Fix footer display (#24251) (#24269) * Fix label color, fix divider in dropdown (#24215) (#24244) @@ -20,6 +26,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Sort repo topic labels by name (#24123) (#24153) * Highlight selected file in the PR file tree (#23947) (#24126) * BUGFIXES + * Fix wrong error info in RepoRefForAPI (#24344) (#24351) + * Fix no edit/close/delete button in org repo project view page (#24349) + * Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035) (#24333) * Remove org users who belong to no teams (#24247) (#24313) * Fix bug when deleting wiki with no code write permission (#24274) (#24295) * Handle canceled workflow as a warning instead of a fail (#24282) (#24292) From 8c7d8ccb7a20da9707f8c6d88e7abf29ba781fc9 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Thu, 27 Apr 2023 17:53:01 -0500 Subject: [PATCH 6/6] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7490cd1ca114e..c9d1bab896cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Sort repo topic labels by name (#24123) (#24153) * Highlight selected file in the PR file tree (#23947) (#24126) * BUGFIXES + * Fix auth check bug (#24382) (#24387) + * Add tags list for repos whose release setting is disabled (#23465) (#24369) * Fix wrong error info in RepoRefForAPI (#24344) (#24351) * Fix no edit/close/delete button in org repo project view page (#24349) * Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035) (#24333)