mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Add user/organization code search (#19977)
Fixes #19925 Screenshots: 
This commit is contained in:
@@ -754,6 +754,7 @@ func RegisterRoutes(m *web.Route) {
|
||||
})
|
||||
}, ignSignIn, context.PackageAssignment(), reqPackageAccess(perm.AccessModeRead))
|
||||
}
|
||||
m.Get("/code", user.CodeSearch)
|
||||
}, context_service.UserAssignmentWeb())
|
||||
|
||||
// ***** Release Attachment Download without Signin
|
||||
|
||||
Reference in New Issue
Block a user