0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-22 06:12:55 -05:00
forgejo/routers/api/v1
Kemal Zebari e388822e9d
Don't only list code-enabled repositories when using repository API (#30817)
We should be listing all repositories by default.

Fixes #28483.

(cherry picked from commit 9f0ef3621a3b63ccbe93f302a446b67dc54ad725)

Conflict:
   -		if ctx.IsSigned && ctx.Doer.IsAdmin || permission.UnitAccessMode(unit_model.TypeCode) >= perm.AccessModeRead {
   +		if ctx.IsSigned && ctx.Doer.IsAdmin || permission.HasAccess() {
   because of https://codeberg.org/forgejo/forgejo/pulls/2001
2024-05-05 12:15:40 +01:00
..
activitypub
admin Fix empty field login_name in API response JSON when creating user (#30511) 2024-04-21 11:59:16 +02:00
misc
notify drop log.Error in ReadRepoNotifications 2024-03-24 07:12:31 +01:00
org feat(api): enhance Actions Secrets Management API for repository (#30656) 2024-04-28 15:39:01 +02:00
packages
repo Fix no edit history after editing issue's title and content (#30814) 2024-05-05 12:15:40 +01:00
settings
shared
swagger Add API endpoints for getting action jobs status (#26673) 2024-05-05 12:15:40 +01:00
user Don't only list code-enabled repositories when using repository API (#30817) 2024-05-05 12:15:40 +01:00
utils
api.go Add API endpoints for getting action jobs status (#26673) 2024-05-05 12:15:40 +01:00