mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
Add user/organization code search (#19977)
Fixes #19925 Screenshots: 
This commit is contained in:
parent
3ccebf7f40
commit
b59b0cad0a
19 changed files with 355 additions and 159 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue