@@ -4,14 +4,17 @@ 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.13.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0-rc1 ) - 2020-10-14
8
-
7
+ ## [ 1.13.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0 ) - 2020-12-01
9
8
* SECURITY
9
+ * Add Allow-/Block-List for Migrate & Mirrors (#13610 ) (#13776 )
10
+ * Prevent git operations for inactive users (#13527 ) (#13536 )
11
+ * Disallow urlencoded new lines in git protocol paths if there is a port (#13521 ) (#13524 )
10
12
* Mitigate Security vulnerability in the git hook feature (#13058 )
11
13
* Disable DSA ssh keys by default (#13056 )
12
14
* Set TLS minimum version to 1.2 (#12689 )
13
15
* Use argon as default password hash algorithm (#12688 )
14
16
* BREAKING
17
+ * Set RUN_MODE prod by default (#13765 ) (#13767 )
15
18
* Don't replace underscores in auto-generated IDs in goldmark (#12805 )
16
19
* Add Primary Key to Topic and RepoTopic tables (#12639 )
17
20
* Disable password complexity check default (#12557 )
@@ -71,6 +74,40 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
71
74
* Add endpoint for Branch Creation (#11607 )
72
75
* Add pagination headers on endpoints that support total count from database (#11145 )
73
76
* BUGFIXES
77
+ * Fix bogus http requests on diffs (#13760 ) (#13761 )
78
+ * Show 'owner' tag for real owner (#13689 ) (#13743 )
79
+ * Validate email before inserting/updating (#13475 ) (#13666 )
80
+ * Fix issue/pull request list assignee filter (#13647 ) (#13651 )
81
+ * Gitlab migration support for subdirectories (#13563 ) (#13591 )
82
+ * Fix logic for preferred license setting (#13550 ) (#13557 )
83
+ * Add missed sync branch/tag webhook (#13538 ) (#13556 )
84
+ * Migration won't fail on non-migrated reactions (#13507 )
85
+ * Fix Italian language file parsing error (#13156 )
86
+ * Show outdated comments in pull request (#13148 ) (#13162 )
87
+ * Fix parsing of pre-release git version (#13169 ) (#13172 )
88
+ * Fix diff skipping lines (#13154 ) (#13155 )
89
+ * When handling errors in storageHandler check underlying error (#13178 ) (#13193 )
90
+ * Fix size and clickable area on file table back link (#13205 ) (#13207 )
91
+ * Add better error checking for inline html diff code (#13251 )
92
+ * Fix initial commit page & binary munching problem (#13249 ) (#13258 )
93
+ * Fix migrations from remote Gitea instances when configuration not set (#13229 ) (#13273 )
94
+ * Store task errors following migrations and display them (#13246 ) (#13287 )
95
+ * Fix bug isEnd detection on getIssues/getPullRequests (#13299 ) (#13301 )
96
+ * When the git ref is unable to be found return broken pr (#13218 ) (#13303 )
97
+ * Ensure topics added using the API are added to the repository (#13285 ) (#13302 )
98
+ * Fix avatar autogeneration (#13233 ) (#13282 )
99
+ * Add migrated pulls to pull request task queue (#13331 ) (#13334 )
100
+ * Issue comment reactions should also check pull type on API (#13349 ) (#13350 )
101
+ * Fix links to repositories in /user/setting/repos (#13360 ) (#13362 )
102
+ * Remove obsolete change of email on profile page (#13341 ) (#13347 )
103
+ * Fix scrolling to resolved comment anchors (#13343 ) (#13371 )
104
+ * Storage configuration support ` [storage] ` (#13314 ) (#13379 )
105
+ * When creating line diffs do not split within an html entity (#13357 ) (#13375 ) (#13425 ) (#13427 )
106
+ * Fix reactions on code comments (#13390 ) (#13401 )
107
+ * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424 )
108
+ * Replies to outdated code comments should also be outdated (#13217 ) (#13433 )
109
+ * Fix panic bug in handling multiple references in commit (#13486 ) (#13487 )
110
+ * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470 ) (#13491 )
74
111
* Show original author's reviews on pull summary box (#13127 )
75
112
* Update golangci-lint to version 1.31.0 (#13102 )
76
113
* Fix line break for MS teams webhook (#13081 )
@@ -140,6 +177,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
140
177
* Fix Enter not working in SimpleMDE (#11564 )
141
178
* Fix bug about can't skip commits base on base branch (#11555 )
142
179
* ENHANCEMENTS
180
+ * Only Return JSON for responses (#13511 ) (#13565 )
181
+ * Use existing analyzer module for language detection for highlighting (#13522 ) (#13551 )
182
+ * Return the full rejection message and errors in flash errors (#13221 ) (#13237 )
183
+ * Remove PAM from auth dropdown when unavailable (#13276 ) (#13281 )
143
184
* Add HostCertificate to sshd_config in Docker image (#13143 )
144
185
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124 )
145
186
* Improve error feedback for duplicate deploy keys (#13112 )
0 commit comments