You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
sillyguodong 2033eb7c11
Fix lint-swagger warning (#29787)
Caused by: #23106
Fix:
https://github.com/go-gitea/gitea/actions/runs/8274650046/job/22640335697

1. Delete `UserBadgeList` in `options.go`, because it wasn't used. (The
struct defined in `options.go` is the struct used to parse the request
body)
2. Move `BadgeList` struct under `routers/api/v1/swagger` folder which
response should be defined in.
11 months ago
..
activitypub Move context from modules to services (#29440) 12 months ago
admin Add a warning for disallowed email domains (#29658) 11 months ago
misc Fix wrong test usage of `AppSubURL` (#29459) 12 months ago
notify Move context from modules to services (#29440) 12 months ago
org Add user blocking (#29028) 11 months ago
packages remove util.OptionalBool and related functions (#29513) 11 months ago
repo Refactor to use optional.Option for issue index search option (#29739) 11 months ago
settings Move context from modules to services (#29440) 12 months ago
shared Add user blocking (#29028) 11 months ago
swagger Fix lint-swagger warning (#29787) 11 months ago
user Add user blocking (#29028) 11 months ago
utils Move context from modules to services (#29440) 12 months ago
api.go Add user blocking (#29028) 11 months ago