@@ -4,33 +4,11 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7- ## [ 1.8.0-rc3 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc3 ) - 2019-04-12
7+ ## [ 1.8.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0 ) - 2019-04-20
88* SECURITY
99 * Prevent remote code execution vulnerability with mirror repo URL settings (#6593 ) (#6594 )
10- * BUGFIXES
11- * Allow resend of confirmation email when logged in (#6482 ) (#6486 )
12- * Fix mail notification when close/reopen issue (#6581 ) (#6588 )
13- * Change API commit summary to full message (#6591 ) (#6592 )
14- * Add option to disable refresh token invalidation (#6584 ) (#6587 )
15- * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579 ) (#6586 )
16- * Fix new repo alignment (#6583 ) (#6585 )
17- * Prevent server 500 on compare branches with no common history (#6555 ) (#6558 )
18- * Properly escape release attachment URL (#6512 ) (#6523 )
19- * Hacky fix for alignment of the create-organization dialog (#6455 ) (#6462 )
20-
21- ## [ 1.8.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc2 ) - 2019-03-27
22- * BUGFIXES
23- * Disable benchmarking during tag events on DroneIO (#6365 ) (#6366 )
24- * Make sure units of a team are returned (#6379 ) (#6381 )
25- * Don't Unescape redirect_to cookie value (#6399 ) (#6401 )
26- * Fix dump table name error and add some test for dump database (#6394 ) (#6402 )
27- * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387 ) (#6403 )
28- * Display correct error for invalid mirror interval (#6414 ) (#6429 )
29- * Clean up ref name rules (#6437 ) (#6439 )
30- * Fix Hook & HookList in Swagger (#6432 ) (#6440 )
31- * Change order that PostProcess Processors are run (#6445 ) (#6447 )
32-
33- ## [ 1.8.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc1 ) - 2019-03-18
10+ * Resolve 2FA bypass on API (#6676 ) (#6674 )
11+ * Prevent the creation of empty sessions for non-logged in users (#6690 ) (#6677 )
3412* BREAKING
3513 * Add "ghost" and "notifications" to list of reserved user names. (#6208 )
3614 * Change sqlite DB path default to data directory (#6198 )
@@ -110,7 +88,31 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
11088 * Allow markdown table to scroll (#4401 )
11189 * Automatically clear stopwatch on merging a PR (#4327 )
11290 * Add the Owner Name to differentiate when merging (#3807 )
91+ * Add title attributes to all items in the repo list viewer (#6258 ) (#6650 )
11392* BUGFIXES
93+ * Fix dropdown icon padding (#6651 ) (#6654 )
94+ * Fix wrong GPG expire date (#6643 ) (#6644 )
95+ * Fix forking an empty repository (#6637 ) (#6653 )
96+ * Remove call to EscapePound .Link as it is already escaped (#6656 ) (#6666 )
97+ * Properly escape on the redirect from the web editor (#6657 ) (#6667 )
98+ * Allow resend of confirmation email when logged in (#6482 ) (#6486 )
99+ * Fix mail notification when close/reopen issue (#6581 ) (#6588 )
100+ * Change API commit summary to full message (#6591 ) (#6592 )
101+ * Add option to disable refresh token invalidation (#6584 ) (#6587 )
102+ * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579 ) (#6586 )
103+ * Fix new repo alignment (#6583 ) (#6585 )
104+ * Prevent server 500 on compare branches with no common history (#6555 ) (#6558 )
105+ * Properly escape release attachment URL (#6512 ) (#6523 )
106+ * Hacky fix for alignment of the create-organization dialog (#6455 ) (#6462 )
107+ * Disable benchmarking during tag events on DroneIO (#6365 ) (#6366 )
108+ * Make sure units of a team are returned (#6379 ) (#6381 )
109+ * Don't Unescape redirect_to cookie value (#6399 ) (#6401 )
110+ * Fix dump table name error and add some test for dump database (#6394 ) (#6402 )
111+ * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387 ) (#6403 )
112+ * Display correct error for invalid mirror interval (#6414 ) (#6429 )
113+ * Clean up ref name rules (#6437 ) (#6439 )
114+ * Fix Hook & HookList in Swagger (#6432 ) (#6440 )
115+ * Change order that PostProcess Processors are run (#6445 ) (#6447 )
114116 * Clean up various use of escape/unescape functions for URL generation (#6334 )
115117 * Return 409 when creating repo if it already exists. (#6330 )
116118 * Add same changes from issues page to milestone->issues page (#6328 )
0 commit comments