This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-01-27 06:14:47 +01:00
Code
Issues
Activity
gitea
/
routers
/
api
/
v1
History
wxiaoguang
d19d5bc5b8
Make DeleteIssue use correct context (
#24885
)
...
Fix
#24884
, the `ctx.Repo.GitRepo` might be nil.
2023-05-23 13:11:19 -04:00
..
activitypub
Use User.ID instead of User.Name in ActivityPub API for Person IRI (
#23823
) (
#23905
)
2023-04-03 22:41:57 -05:00
admin
Return
404
in the API if the requested webhooks were not found (
#24823
) (
#24830
)
2023-05-21 14:05:58 -04:00
misc
…
notify
…
org
Fix
organization
field being
null
in
GET /api/v1/teams/{id}
(
#24694
) (
#24696
)
2023-05-13 21:01:54 +02:00
packages
Add Chef package registry (
#22554
)
2023-02-06 09:49:21 +08:00
repo
Make DeleteIssue use correct context (
#24885
)
2023-05-23 13:11:19 -04:00
settings
…
swagger
…
user
Add scopes to API to create token and display them (
#22989
)
2023-02-20 15:28:44 -06:00
utils
Support system hook API (
#14537
)
2023-01-28 19:12:10 +01:00
api.go
Fix access token issue on some public endpoints (
#24194
) (
#24259
)
2023-04-21 14:59:17 -04:00
auth_windows.go
…
auth.go
…