From 8a31cb84436550f7f7b97260562692131a3b246c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 17 Jan 2020 21:18:02 -0600 Subject: [PATCH 01/15] 1.11.0-rc2 Signed-off-by: jolheiser --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c01871c8ed82..1f4f69f560ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,46 @@ 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.11.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc2) - 2020-01-18 +* SECURITY + * Never allow an empty password to validate (#9682) (#9683) + * Prevent redirect to Host (#9678) (#9679) +* BUGFIXES + * Fix markdown anchor links (#9673) (#9840) + * Fix download file wrong content-type (#9825) (#9834) + * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9830) + * Fix dump non-exist log directory (#9818) (#9819) + * Fix compare (#9808) (#9814) + * Fix push-to-create (#9772) (#9797) + * Fix missing msteam webhook on organization (#9781) (#9794) + * Fix missing unlock in uniquequeue (#9790) (#9791) + * Fix add team on collaborator page when same name as organization (#9778) + * DeleteRepoFile incorrectly handles Delete to new branch (#9769) (#9775) + * Fix milestones page (#9771) + * Fix SimpleMDE quote reply (#9757) (#9768) + * Fix missing updated time on migrated issues and comments (#9744) (#9764) + * Move Errored PRs out of StatusChecking (#9675) (#9726) + * Make hook status printing configurable with delay (#9641) (#9725) + * ​Fix /repos​/issues​/search (#9698) (#9724) + * Silence fomantic error regarding tabs (#9713) (#9718) + * Remove unused lock (#9709) (#9710) + * Remove q.lock.Unlock() in setInternal to prevent panic (#9705) (#9706) + * Load milestone in API PR list (#9671) (#9700) + * Don't attempt to close issue if already closed (#9696) (#9699) + * Remove google font call (#9668) (#9681) + * Eliminate horizontal scroll caused by footer (#9674) + * Fix nil reference in repo generation (#9660) (#9666) + * Add HTML URL to API Issues (#9654) (#9661) + * Add PR review webhook to Telegram (#9653) (#9655) + * Fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651) (#9652) +* TRANSLATION + * Fix (#9761) Korean locales (#9780) +* BUILD + * Fix webpack polyfills (#9735) (#9738) +* MISC + * Backport Locales [2020-01-14] (#9773) + + ## [1.11.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc1) - 2020-01-07 * BREAKING * Remove unused endpoints (#9538) @@ -1501,13 +1541,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * BUGFIXES * Allow resend of confirmation email when logged in (#6482) (#6487) -## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27 +## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27 * BUGFIXES * Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423) * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383) * Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332) -## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12 +## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12 * SECURITY * Fix potential XSS vulnerability in repository description. (#6306) (#6308) * BUGFIXES From b4a26dfc87251e1a05f2f134e253ec8b28706a71 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 17 Jan 2020 21:23:04 -0600 Subject: [PATCH 02/15] Remove extra newline Signed-off-by: jolheiser --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4f69f560ce7..3fe74b3e243f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * MISC * Backport Locales [2020-01-14] (#9773) - ## [1.11.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc1) - 2020-01-07 * BREAKING * Remove unused endpoints (#9538) From 187161635d34cfee02bfe5b4923212cf6128dbd1 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Fri, 17 Jan 2020 22:41:06 -0600 Subject: [PATCH 03/15] Apply suggestions from code review Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe74b3e243f2..96fcae5177419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * BUGFIXES * Fix markdown anchor links (#9673) (#9840) * Fix download file wrong content-type (#9825) (#9834) - * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9830) - * Fix dump non-exist log directory (#9818) (#9819) + * Fix wrong poster identity on a migrated pull request when submit review (#9827) (#9830) + * Fix database dump when log directory is missing (#9818) (#9819) * Fix compare (#9808) (#9814) * Fix push-to-create (#9772) (#9797) * Fix missing msteam webhook on organization (#9781) (#9794) @@ -37,7 +37,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Add PR review webhook to Telegram (#9653) (#9655) * Fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651) (#9652) * TRANSLATION - * Fix (#9761) Korean locales (#9780) + * Fix Korean locales (#9761) (#9780) * BUILD * Fix webpack polyfills (#9735) (#9738) * MISC From eebbe90d98d30e471349e70f01e11793f2f55e9b Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Fri, 17 Jan 2020 23:32:41 -0600 Subject: [PATCH 04/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fcae5177419..6fcb04206b9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Prevent redirect to Host (#9678) (#9679) * BUGFIXES * Fix markdown anchor links (#9673) (#9840) + * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9837) * Fix download file wrong content-type (#9825) (#9834) * Fix wrong poster identity on a migrated pull request when submit review (#9827) (#9830) * Fix database dump when log directory is missing (#9818) (#9819) From ac78e0883bcb64fdd929feb6f2c94a7b6b662282 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sat, 18 Jan 2020 08:41:35 -0600 Subject: [PATCH 05/15] Formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcb04206b9ab..11026e1e903f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix nil reference in repo generation (#9660) (#9666) * Add HTML URL to API Issues (#9654) (#9661) * Add PR review webhook to Telegram (#9653) (#9655) - * Fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651) (#9652) + * Use filepath.IsAbs instead of path.IsAbs (#9651) (#9652) * TRANSLATION * Fix Korean locales (#9761) (#9780) * BUILD From 53a48dfa46721a436cdddc7747fc9d611f556ce8 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sat, 18 Jan 2020 08:50:31 -0600 Subject: [PATCH 06/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11026e1e903f8..94741d93b500b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855) * Fix markdown anchor links (#9673) (#9840) * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9837) * Fix download file wrong content-type (#9825) (#9834) From 63b9b00859868fec447e7d9930794880a6ee598a Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sun, 19 Jan 2020 14:39:47 -0600 Subject: [PATCH 07/15] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94741d93b500b..2e9bde9adbbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ 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.11.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.11.0-rc2) - 2020-01-18 +* BREAKING + * Make CertFile and KeyFile relative to CustomPath (#9868) (#9874) * SECURITY * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Fix issues/pulls dependencies problems (#9842) (#9864) * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855) * Fix markdown anchor links (#9673) (#9840) * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9837) From cf3fa4444ef0134144ac0068df1ca054506ca272 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sun, 19 Jan 2020 14:45:25 -0600 Subject: [PATCH 08/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9bde9adbbbe..577742747474e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Ensure that 2fa is checked on reset-password (#9857) (#9876) * Fix issues/pulls dependencies problems (#9842) (#9864) * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855) * Fix markdown anchor links (#9673) (#9840) From d0723a54257a3659a7eff229a8dc33ae76f76451 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Sun, 19 Jan 2020 22:34:19 -0600 Subject: [PATCH 09/15] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577742747474e..5b3a0646e3fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Check user != nil before checking values (#9881) (#9883) + * Allow hyphen in language name (#9873) (#9880) * Ensure that 2fa is checked on reset-password (#9857) (#9876) * Fix issues/pulls dependencies problems (#9842) (#9864) * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855) From ff27f2d6bbd7291c9a078511610dbf49127da487 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Mon, 20 Jan 2020 23:17:43 -0600 Subject: [PATCH 10/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3a0646e3fb1..0aef23787b31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889) * Check user != nil before checking values (#9881) (#9883) * Allow hyphen in language name (#9873) (#9880) * Ensure that 2fa is checked on reset-password (#9857) (#9876) From 28589ec9af09201bb58cd6c10c29fb88d7b1e7d0 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Tue, 21 Jan 2020 10:33:59 -0600 Subject: [PATCH 11/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aef23787b31a..56fdc21e31b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Create terminated channel in queue_redis (#9910) #(9911) * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889) * Check user != nil before checking values (#9881) (#9883) * Allow hyphen in language name (#9873) (#9880) From 25368355e745993e906d3a4caa5a61b07868d74a Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Tue, 21 Jan 2020 15:41:06 -0600 Subject: [PATCH 12/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fdc21e31b35..08dd646b14749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Fix RocketChat (#9908) (#9921) * Create terminated channel in queue_redis (#9910) #(9911) * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889) * Check user != nil before checking values (#9881) (#9883) From 878763087247b4bcf93ad6c39f62172b0efad115 Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 22 Jan 2020 09:37:07 -0600 Subject: [PATCH 13/15] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dd646b14749..82c429bf26876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Fixed repo link in generated comment for cross repository dependency (#9863) (#9935) + * Fix wrong hint when status checking is running on pull request view (#9886) (#9928) * Fix RocketChat (#9908) (#9921) - * Create terminated channel in queue_redis (#9910) #(9911) + * Create terminated channel in queue_redis (#9910) (#9911) * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889) * Check user != nil before checking values (#9881) (#9883) * Allow hyphen in language name (#9873) (#9880) From f7eee633ab9734a787446c67199718211973001d Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 22 Jan 2020 09:55:24 -0600 Subject: [PATCH 14/15] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c429bf26876..0fc0023f8df7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Never allow an empty password to validate (#9682) (#9683) * Prevent redirect to Host (#9678) (#9679) * BUGFIXES + * Don't convert ellipsis in markdown (#9905) (#9937) * Fixed repo link in generated comment for cross repository dependency (#9863) (#9935) * Fix wrong hint when status checking is running on pull request view (#9886) (#9928) * Fix RocketChat (#9908) (#9921) From 22baa3d5e18248195bc788f58097a5a1ff3db4ed Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 22 Jan 2020 11:48:34 -0600 Subject: [PATCH 15/15] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc0023f8df7c..add2f9a872f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * BUGFIXES * Don't convert ellipsis in markdown (#9905) (#9937) * Fixed repo link in generated comment for cross repository dependency (#9863) (#9935) + * Check if diff actually contains sections when rendering (#9926) (#9933) * Fix wrong hint when status checking is running on pull request view (#9886) (#9928) * Fix RocketChat (#9908) (#9921) + * Do not try to recreate ldap user if they are already created (#9900) (#9919) * Create terminated channel in queue_redis (#9910) (#9911) + * Prevent empty LDAP search result from deactivating all users (#9879) (#9896) * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889) * Check user != nil before checking values (#9881) (#9883) * Allow hyphen in language name (#9873) (#9880)