mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Hide unactive on explore users and some refactors (#2741)
* hide unactive on explore users and some refactors * fix test for removed Organizations * fix test for removed Organizations * fix imports * fix logic bug * refactor the toConds * Rename TestOrganizations to TestSearchUsers and add tests for users * fix other tests * fix other tests * fix watchers tests * fix comments and remove unused code
This commit is contained in:
@@ -35,7 +35,7 @@ func Search(ctx *context.APIContext) {
|
||||
opts.PageSize = 10
|
||||
}
|
||||
|
||||
users, _, err := models.SearchUserByName(opts)
|
||||
users, _, err := models.SearchUsers(opts)
|
||||
if err != nil {
|
||||
ctx.JSON(500, map[string]interface{}{
|
||||
"ok": false,
|
||||
|
Reference in New Issue
Block a user