@@ -4,29 +4,19 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
- ## [ 1.6.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.0-rc2 ) - 2018-11-04
8
- * SECURITY
9
- * Add CSRF checking to reqToken and add reqToken to admin API routes (#5272 ) (#5250 )
10
- * FEATURE
11
- * Add comment replies (#5147 ) (#5104 )
12
- * BUGFIXES
13
- * Fix wrong api request url for instances running in subfolders (#5261 ) (#5247 )
14
- * Accept web-command cli flags if web-command is commited (#5245 ) (#5200 )
15
- * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (#5136 ) (#5229 )
16
- * Fix data race on migrate repository (#5224 ) (#5230 )
17
- * Add secret to all webhook's payload where it has been missing (#5208 ) (#5199 )
18
- * Fix sqlite and MSSQL lock (#5210 ) (#5223 ) (#5214 ) (#5218 ) (#5176 ) (#5179 )
19
- * Fix race on updatesize (#5190 ) (#5215 )
20
- * Fix filtering issues by tags on main screen issues (#5219 ) (#3824 )
21
- * Fix SQL quoting (#5137 ) (#5117 )
22
- * Fix regex to support optional end line of old section in diff hunk (#5097 ) (#5096 )
23
-
24
- ## [ 1.6.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.0-rc1 ) - 2018-10-17
7
+ ## [ 1.6.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.0 ) - 2018-11-22
25
8
* BREAKING
26
9
* Respect email privacy option in user search via API (#4512 )
27
10
* Simply remove tidb and deps (#3993 )
28
11
* Swagger.v1.json template (#3572 )
12
+ * SECURITY
13
+ * Add CSRF checking to reqToken and add reqToken to admin API routes (#5272 ) (#5250 )
14
+ * Improve URL validation for external wiki and external issues (#4710 )
15
+ * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706 )
16
+ * Don't disclose emails of all users when sending out emails (#4664 )
17
+ * Check that repositories can only be migrated to own user or organizations (#4366 )
29
18
* FEATURE
19
+ * Add comment replies (#5147 ) (#5104 )
30
20
* Pull request review/approval and comment on code (#3748 )
31
21
* Added dependencies for issues (#2196 ) (#2531 )
32
22
* Add the ability to have built in themes in Gitea and provide dark theme arc-green (#4198 )
@@ -38,7 +28,76 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
38
28
* Add push webhook support for mirrored repositories (#4127 )
39
29
* Add csv file render support defaultly (#4105 )
40
30
* Add Recaptcha functionality to Gitea (#4044 )
31
+ * ENHANCEMENT
32
+ * Fix milestones sorted wrongly (#4987 )
33
+ * Allow api to create tags for releases if they don't exist (#4890 )
34
+ * Fix #4877 to follow the OpenID Connect Audiences spec (#4878 )
35
+ * Enforce token on api routes [ fixed critical security issue #4357 ] (#4840 )
36
+ * Update legacy branch and tag URLs in dashboard to new format (#4812 )
37
+ * Slack webhook channel name cannot be empty or just contain an hashtag (#4786 )
38
+ * Add whitespace handling to PR-comparsion (#4683 )
39
+ * Make reverse proxy auth optional (#4643 )
40
+ * MySQL TLS (#4642 )
41
+ * Make sure to set PR split view when creating/previewing a pull request (#4617 )
42
+ * Log user in after a successful sign up (#4615 )
43
+ * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578 )
44
+ * Allow admin toggle forcing a password change for newly created users (#4563 )
45
+ * Update jQuery to v1.12.4 (#4551 )
46
+ * Env var GITEA_PUSHER_EMAIL (#4516 )
47
+ * Feat(repo): support search repository by topic name (#4505 )
48
+ * Small improvements to dependency UI (#4503 )
49
+ * Make max commits in graph configurable (#4498 )
50
+ * Add valid for lfs oid (#4461 )
51
+ * Add shortcut to save wiki page (#4452 )
52
+ * Allow administrator to create repository for any organization (#4368 )
53
+ * Fix repository last updated time update when delete a user who watched the repo (#4363 )
54
+ * Switch plaintext scratch tokens to use hash instead (#4331 )
55
+ * Increase default TOTP secret size to 320 bits (#4287 )
56
+ * Keep preseeded database password (#4284 )
57
+ * Implemented hover text showing user FullName (#4261 )
58
+ * Add ability to delete a token (#4235 )
59
+ * Fix typos in i18n variable names. (#4080 )
60
+ * Api: repos/search: add parameters to control the sort order (#3964 )
61
+ * Add missing path in the Docker app.ini template (#2181 )
62
+ * Add file name and branch to page title (#4902 )
63
+ * Offline use of google fonts (#4872 )
64
+ * Add missing History link to directory listings v2 (#4829 )
65
+ * Locale for Edit and Remove due date issue (#4802 )
66
+ * Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780 )
67
+ * API /admin/users/{username} missing parameter (#4775 )
68
+ * Display error when adding a user to a team twice (#4746 )
69
+ * Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722 )
70
+ * Focus title input when clicking helper link (#4696 )
71
+ * Add vendor to user reserved words and format words list according alphabet (#4685 )
72
+ * Add gitea/issues link to 500 page (#4654 )
73
+ * Hide home button when landing page is not set to home (#4651 )
74
+ * Remove link to GitHub issues in 404 template (#4639 )
75
+ * Cmd/serve: pprof cpu and memory profile dumps to disk (#4560 )
76
+ * Add flash message after an account has been successfully activated (#4510 )
77
+ * Prevent html entity escaping on delete branch (#4471 )
78
+ * Locale for button Edit on protected branch (#4442 )
79
+ * Update notification icon (#4343 )
80
+ * Added front-end topics validation (#4316 )
81
+ * Don't display buttons if there are no system notifications (#4280 )
82
+ * Issue due date api (#3890 )
41
83
* BUGFIXES
84
+ * dont' send assign webhooks when creating issue (#5365 )
85
+ * Fix create team, update team missing units (#5188 )
86
+ * Fix file edit change preview functionality (#5300 )
87
+ * * ix bug when users have serval teams with different units on different repositories (#5307 )
88
+ * Fix U2F if gitea is configured in subpath (#5302 )
89
+ * Fix markdown image with link (#4675 )
90
+ * Remove maxlines option for file logger (#5282 )
91
+ * Fix wrong api request url for instances running in subfolders (#5261 ) (#5247 )
92
+ * Accept web-command cli flags if web-command is commited (#5245 ) (#5200 )
93
+ * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (#5136 ) (#5229 )
94
+ * Fix data race on migrate repository (#5224 ) (#5230 )
95
+ * Add secret to all webhook's payload where it has been missing (#5208 ) (#5199 )
96
+ * Fix sqlite and MSSQL lock (#5210 ) (#5223 ) (#5214 ) (#5218 ) (#5176 ) (#5179 )
97
+ * Fix race on updatesize (#5190 ) (#5215 )
98
+ * Fix filtering issues by tags on main screen issues (#5219 ) (#3824 )
99
+ * Fix SQL quoting (#5137 ) (#5117 )
100
+ * Fix regex to support optional end line of old section in diff hunk (#5097 ) (#5096 )
42
101
* Fix release creation via API (#5076 )
43
102
* Remove links from topics in edit mode (#5026 )
44
103
* Fix missing AppSubUrl in few more templates (fixup) (#5021 )
@@ -55,7 +114,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
55
114
* Fix(topics): don't redirect to explore page. (#4938 )
56
115
* Fix bug forget to remove Stopwatch when remove repository (#4928 )
57
116
* Fix bug when repo remained bare if multiple branches pushed in single push (#4923 )
58
- * Fix: Let's Encrypt configuration settings (#4911 )
59
117
* Fix: Crippled diff (#4726 ) (#4900 )
60
118
* Fix trimming of markup section names (#4863 )
61
119
* Issues api allow pulls and fix #4832 (#4852 )
@@ -95,63 +153,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
95
153
* Dep upgrade mysql lib (#4161 )
96
154
* Fix some issues with special chars in branch names (#3767 )
97
155
* Responsive design fixes (#4508 )
98
- * ENHANCEMENT
99
- * Fix milestones sorted wrongly (#4987 )
100
- * Allow api to create tags for releases if they don't exist (#4890 )
101
- * Fix #4877 to follow the OpenID Connect Audiences spec (#4878 )
102
- * Enforce token on api routes [ fixed critical security issue #4357 ] (#4840 )
103
- * Update legacy branch and tag URLs in dashboard to new format (#4812 )
104
- * Slack webhook channel name cannot be empty or just contain an hashtag (#4786 )
105
- * Add whitespace handling to PR-comparsion (#4683 )
106
- * Make reverse proxy auth optional (#4643 )
107
- * MySQL TLS (#4642 )
108
- * Make sure to set PR split view when creating/previewing a pull request (#4617 )
109
- * Log user in after a successful sign up (#4615 )
110
- * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578 )
111
- * Allow admin toggle forcing a password change for newly created users (#4563 )
112
- * Update jQuery to v1.12.4 (#4551 )
113
- * Env var GITEA_PUSHER_EMAIL (#4516 )
114
- * Feat(repo): support search repository by topic name (#4505 )
115
- * Small improvements to dependency UI (#4503 )
116
- * Make max commits in graph configurable (#4498 )
117
- * Add valid for lfs oid (#4461 )
118
- * Add shortcut to save wiki page (#4452 )
119
- * Allow administrator to create repository for any organization (#4368 )
120
- * Fix repository last updated time update when delete a user who watched the repo (#4363 )
121
- * Switch plaintext scratch tokens to use hash instead (#4331 )
122
- * Increase default TOTP secret size to 320 bits (#4287 )
123
- * Keep preseeded database password (#4284 )
124
- * Implemented hover text showing user FullName (#4261 )
125
- * Add ability to delete a token (#4235 )
126
- * Fix typos in i18n variable names. (#4080 )
127
- * Api: repos/search: add parameters to control the sort order (#3964 )
128
- * Add missing path in the Docker app.ini template (#2181 )
129
- * Add file name and branch to page title (#4902 )
130
- * Offline use of google fonts (#4872 )
131
- * Add missing History link to directory listings v2 (#4829 )
132
- * Locale for Edit and Remove due date issue (#4802 )
133
- * Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780 )
134
- * API /admin/users/{username} missing parameter (#4775 )
135
- * Display error when adding a user to a team twice (#4746 )
136
- * Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722 )
137
- * Focus title input when clicking helper link (#4696 )
138
- * Add vendor to user reserved words and format words list according alphabet (#4685 )
139
- * Add gitea/issues link to 500 page (#4654 )
140
- * Hide home button when landing page is not set to home (#4651 )
141
- * Remove link to GitHub issues in 404 template (#4639 )
142
- * Cmd/serve: pprof cpu and memory profile dumps to disk (#4560 )
143
- * Add flash message after an account has been successfully activated (#4510 )
144
- * Prevent html entity escaping on delete branch (#4471 )
145
- * Locale for button Edit on protected branch (#4442 )
146
- * Update notification icon (#4343 )
147
- * Added front-end topics validation (#4316 )
148
- * Don't display buttons if there are no system notifications (#4280 )
149
- * Issue due date api (#3890 )
150
- * SECURITY
151
- * Improve URL validation for external wiki and external issues (#4710 )
152
- * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706 )
153
- * Don't disclose emails of all users when sending out emails (#4664 )
154
- * Check that repositories can only be migrated to own user or organizations (#4366 )
155
156
* TRANSLATION
156
157
* Fix punctuation in English translation (#4958 )
157
158
* Fix translation (#4355 )
0 commit comments