@@ -13,8 +13,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
13
13
* Add pagination for admin api get orgs and fix only list public orgs bug (#7742 )
14
14
* Implement the ability to change the ssh port to match what is in the gitea config (#7286 )
15
15
* SECURITY
16
+ * Fix issue with user.fullname (#8903 )
16
17
* Ignore mentions for users with no access (#8395 )
17
18
* Be more strict with git arguments (#7715 )
19
+ * Extract the username and password from the mirror url (#7651 )
18
20
* reserve .well-known username (#7637 )
19
21
* FEATURE
20
22
* 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).
37
39
* Fix require external registration password (#8885 ) (#8890 )
38
40
* Fix password complexity check on registration (#8887 ) (#8888 )
39
41
* Update Github Migration Tests (#8896 ) (#8938 ) (#8945 )
40
- * Fix issue with user.fullname (#8903 )
41
42
* Enable punctuations ending mentions (#8889 ) (#8894 )
42
43
* Add Close() method to gogitRepository (#8901 ) (#8956 )
43
44
* 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).
288
289
* Fix global search result CSS, misc CSS tweaks (#7789 )
289
290
* Tweak label border CSS (#7739 )
290
291
* Fix create menu item widths (#7708 )
291
- * Extract the username and password from the mirror url (#7651 )
292
292
* [ Branch View] Delete duplicate protection symbol (#7624 )
293
293
* [ Branch View] Delete Table Header (#7622 )
294
294
* [ Branch View] icons to buttons (#7602 )
0 commit comments