forgejo/routers/api/v1/user
Lunny Xiao ea5a8c7809
Fix bug when a token is given public only
Port of https://github.com/go-gitea/gitea/pull/32204

(cherry picked from commit d6d3c96e6555fc91b3e2ef21f4d8d7475564bb3e)

Conflicts:
  routers/api/v1/api.go
	services/context/api.go
  trivial context conflicts
(cherry picked from commit a052d2b602)

Conflicts:
	routers/api/v1/user/user.go
  trivial context conflict (search by email is not in v9.0)
2024-10-11 05:24:23 +03:00
..
action.go
app.go Fix incorrect /tokens api (#32085) 2024-09-27 08:13:30 +00:00
avatar.go
email.go
follower.go
gpg_key.go
helper.go
hook.go
key.go
quota.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
repo.go feat(api): An order_by param for user.ListMyRepos 2024-08-02 10:52:21 +02:00
runners.go
settings.go
star.go
user.go Fix bug when a token is given public only 2024-10-11 05:24:23 +03:00
watch.go