@@ -14,6 +14,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
14
14
* Return 404 from Contents API when items don't exist (#10323 )
15
15
* Notification API should always return a JSON object with the current count of notifications (#10059 )
16
16
* Remove migration support from versions earlier than 1.6.0 (#10026 )
17
+ * SECURITY
18
+ * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635 ) (#11662 )
17
19
* FEATURES
18
20
* Improve config logging when WrappedQueue times out (#11174 )
19
21
* Add branch delete to API (#11112 )
@@ -55,6 +57,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
55
57
* Language statistics bar for repositories (#8037 )
56
58
* Restricted users (#6274 )
57
59
* BUGFIXES
60
+ * Use google/uuid to instead satori/go.uuid (#11943 ) (#11946 )
61
+ * Align show/hide outdated button on code review block (#11932 ) (#11944 )
62
+ * Update to go-git v5.1.0 (#11936 ) (#11941 )
63
+ * Use ID or Where to instead directly use Get when load object from database (#11925 ) (#11934 )
64
+ * Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912 ) (#11915 )
65
+ * Invalidate comments when file is shortened (#11882 ) (#11884 )
66
+ * Rework api/user/repos for pagination (#11827 ) (#11877 )
67
+ * Handle more pathological branch and tag names (#11843 ) (#11863 )
68
+ * Add doctor check to set IsArchived false if it is null (partial #11853 ) (#11859 )
69
+ * Prevent panic on empty HOST for mysql (#11850 ) (#11856 )
70
+ * Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831 ) (#11836 )
71
+ * Fix reply octicon (#11821 ) (#11822 )
72
+ * Honor DEFAULT_PAGING_NUM for API (#11805 ) (#11813 )
73
+ * Ensure rejected push to refs/pull/index/head fails nicely (#11724 ) (#11809 )
58
74
* In File Create/Update API return 404 if Branch does not exist (#11791 ) (#11795 )
59
75
* Fix doer of rename repo (#11789 ) (#11794 )
60
76
* Initialize SimpleMDE when making a code comment (#11749 ) (#11785 )
@@ -67,11 +83,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
67
83
* Properly truncate system notices (#11714 ) (#11742 )
68
84
* Handle expected errors in FileCreate & FileUpdate API (#11643 ) (#11718 )
69
85
* Fix missing authorization check on pull for public repos of private/limited org (#11656 ) (#11682 )
70
- * Update emoji regex (#11584 ) (#11679 )
71
86
* Doctor check & fix db consistency (#11111 ) (#11676 )
72
- * Default MSSQL port 0 to allow automatic detection by default (#11642 ) (#11673 )
73
87
* Exclude generated files from language statistics (#11653 ) (#11670 )
74
- * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635 ) (#11662 )
75
88
* Return json on 500 error from API (#11574 ) (#11659 )
76
89
* When must change password only show Signout (#11600 ) (#11637 )
77
90
* Backport various styling fixes (#11619 )
@@ -80,7 +93,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
80
93
* When initialising repositories ensure that the user doing the creation is the initializer (#11601 ) (#11608 )
81
94
* Prevent empty query parameter being set on dashboard (#11561 ) (#11604 )
82
95
* Fix images in wiki edit preview (#11546 ) (#11602 )
83
- * Allow different HardBreaks settings for documents and comments (#11515 ) (#11599 )
84
96
* Prevent (caught) panic on login (#11590 ) (#11597 )
85
97
* Prevent transferring repos to invisible orgs (#11517 ) (#11549 )
86
98
* Move serviceworker to workbox and fix SSE interference (#11538 ) (#11547 )
@@ -158,13 +170,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
158
170
* Fix wrong original git service type on a migrated repository (#9693 )
159
171
* Fix ref links in issue overviews for tags (#8742 )
160
172
* ENHANCEMENTS
173
+ * Fix search form button overlap (#11840 ) (#11864 )
161
174
* Make tabular menu styling consistent for arc-green (#11570 ) (#11798 )
162
175
* Add option to API to update PullRequest base branch (#11666 ) (#11796 )
163
176
* Increase maximum SQLite variables count to 32766 (#11696 ) (#11783 )
164
177
* Update emoji dataset with skin tone variants (#11678 ) (#11763 )
165
178
* Add logging to long migrations (#11647 ) (#11691 )
166
179
* Change language statistics to save size instead of percentage (#11681 ) (#11690 )
180
+ * Allow different HardBreaks settings for documents and comments (#11515 ) (#11599 )
167
181
* Fix alignment for commits on dashboard (#11595 ) (#11680 )
182
+ * Default MSSQL port 0 to allow automatic detection by default (#11642 ) (#11673 )
168
183
* Handle expected errors in AddGPGkey API (#11644 ) (#11661 )
169
184
* Close EventSource before unloading the page (#11539 ) (#11557 )
170
185
* Ensure emoji render with regular font-weight (#11541 ) (#11545 )
0 commit comments