Commit Graph

279 Commits (forgejo-development)

Author SHA1 Message Date
Lunny Xiao 6f9cc617fc
Add login name and source id for admin user searching API () 2 years ago
techknowlogick d56bb74201
add admin API email endpoints () 2 years ago
techknowlogick 03591f0f95
add user rename endpoint to admin api () 2 years ago
KN4CK3R 2173f14708
Add user webhooks () 2 years ago
KN4CK3R e8186f1c0f
Map OIDC groups to Orgs/Teams () 2 years ago
Jason Song 4011821c94
Implement actions () 2 years ago
Lunny Xiao c0015979a6
Support system hook API () 2 years ago
JakobDev 4d072a4c4e
Add API endpoint to get latest release () 2 years ago
Chongyi Zheng de484e86bc
Support scoped access tokens () 2 years ago
zeripath cc1f8cbe96
Prevent panic on looking at api "git" endpoints for empty repos () 2 years ago
zeripath 83640c449e
Remove ReverseProxy authentication from the API () 2 years ago
Lunny Xiao 6398ca745a
refactor bind functions based on generics () 2 years ago
KN4CK3R 3c59d31bc6
Add API management for issue/pull and comment attachments () 2 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files () 2 years ago
zeripath a0a425a13b
Add some documentation to packages () 2 years ago
Jason Song bf2078640f
Load GitRepo in API before deleting issue () 2 years ago
Drew Noel 2cbea23d70
Add configuration for CORS allowed headers () 2 years ago
qwerty287 1dfa28ffa5
Add API endpoint to get changed files of a PR () 2 years ago
John Olheiser a48d6ba4b4
Go 1.19 format () 2 years ago
zeripath bb0ff77e46
Share HTML template renderers and create a watcher framework () 2 years ago
Mohamed Sekour 0e61a74e5a
Add new API endpoints for push mirrors management () 3 years ago
Gusted 3aec32ad16
Add write check for creating Commit status () 3 years ago
Anthony Wang e86f18a05a
User keypairs and HTTP signatures for ActivityPub federation using go-ap () 3 years ago
Wim e528e2b435
Implement http signatures support for the API () 3 years ago
qwerty287 df9612bb53
Add API to serve blob or LFS file content () 3 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context () 3 years ago
Lunny Xiao cbd45471b1
Move access and repo permission to models/perm/access () 3 years ago
kolaente 59b30f060a
Auto merge pull requests when all checks succeeded via API () 3 years ago
qwerty287 ac6c338428
Add API to check if team has repo access () 3 years ago
6543 1597e2da3e
Use middleware to open gitRepo () 3 years ago
Florin Hillebrand ad6d08d155
Add API to query collaborators permission for a repository () 3 years ago
qwerty287 8eb1cd9264
Add "Allow edits from maintainer" feature () 3 years ago
6543 06e4687cec
more context for models () 3 years ago
6543 c764355676
RepoAssignment ensure to close before overwrite () 3 years ago
Lunny Xiao 3c3d49899f
Remove dependent on session auth for api/v1 routers () 3 years ago
KN4CK3R 1d332342db
Add Package Registry () 3 years ago
Lunny Xiao b06b9a056c
Move organization related structs into sub package () 3 years ago
Lunny Xiao 6526733a58
Let web and API routes have different auth methods group () 3 years ago
KN4CK3R 59b867dc2d
Add `ContextUser` to http request context () 3 years ago
KN4CK3R 80fd25524e
Renamed ctx.User to ctx.Doer. () 3 years ago
Otto Richter (fnetX) 062fd4c217
[API] Allow removing issues () 3 years ago
zeripath eb748f5f3c
Add apply-patch, basic revert and cherry-pick functionality () 3 years ago
6543 54e9ee37a7
format with gofumpt () 3 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context () 3 years ago
qwerty287 7db2f110ad
Add API to get issue/pull comments and events (timeline) () 3 years ago
qwerty287 7cc44491fa
Add API to manage repo tranfers () 3 years ago
Lunny Xiao 5723240490
Some repository refactors () 3 years ago
Lunny Xiao 719bddcd76
Move repository model into models/repo () 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user () 3 years ago
Gusted ed23a6c397
Make `bind` error more readable () 3 years ago