@@ -13,8 +13,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
1313 * Add pagination for admin api get orgs and fix only list public orgs bug (#7742 )
1414 * Implement the ability to change the ssh port to match what is in the gitea config (#7286 )
1515* SECURITY
16+ * Fix issue with user.fullname (#8903 )
1617 * Ignore mentions for users with no access (#8395 )
1718 * Be more strict with git arguments (#7715 )
19+ * Extract the username and password from the mirror url (#7651 )
1820 * reserve .well-known username (#7637 )
1921* FEATURE
2022 * Org/Members: display 2FA members states + optimize sql requests (#7621 )
@@ -37,7 +39,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
3739 * Fix require external registration password (#8885 ) (#8890 )
3840 * Fix password complexity check on registration (#8887 ) (#8888 )
3941 * Update Github Migration Tests (#8896 ) (#8938 ) (#8945 )
40- * Fix issue with user.fullname (#8903 )
4142 * Enable punctuations ending mentions (#8889 ) (#8894 )
4243 * Add Close() method to gogitRepository (#8901 ) (#8956 )
4344 * Hotfix for review actions and notifications (#8965 )
@@ -288,7 +289,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
288289 * Fix global search result CSS, misc CSS tweaks (#7789 )
289290 * Tweak label border CSS (#7739 )
290291 * Fix create menu item widths (#7708 )
291- * Extract the username and password from the mirror url (#7651 )
292292 * [ Branch View] Delete duplicate protection symbol (#7624 )
293293 * [ Branch View] Delete Table Header (#7622 )
294294 * [ Branch View] icons to buttons (#7602 )
0 commit comments