mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 21:30:36 +00:00
api: fix nil pointer dereference when listing user repos (#8069)
Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
@@ -21,6 +21,7 @@ All notable changes to Gogs are documented in this file.
|
||||
|
||||
- Submodules using `ssh://` protocol and a port number are not rendered correctly. [#4941](https://github.com/gogs/gogs/issues/4941)
|
||||
- Missing link to user profile on the first commit in commits history page. [#7404](https://github.com/gogs/gogs/issues/7404)
|
||||
- Route `GET /api/v1/user/repos` responses 500 when accessible repositories contain forks. [#8069](https://github.com/gogs/gogs/pull/8069)
|
||||
|
||||
## 0.13.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user