index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
api.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-2
/
+2
*
Auto merge pull requests when all checks succeeded via API (#9307)
kolaente
2022-05-07
1
-1
/
+2
*
Add API to check if team has repo access (#19540)
qwerty287
2022-05-01
1
-1
/
+2
*
Use middleware to open gitRepo (#19559)
6543
2022-04-30
1
-1
/
+1
*
Add API to query collaborators permission for a repository (#18761)
Florin Hillebrand
2022-04-29
1
-3
/
+6
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
1
-4
/
+13
*
more context for models (#19511)
6543
2022-04-28
1
-1
/
+1
*
RepoAssignment ensure to close before overwrite (#19449)
6543
2022-04-21
1
-18
/
+18
*
Remove dependent on session auth for api/v1 routers (#19321)
Lunny Xiao
2022-04-08
1
-7
/
+3
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
1
-0
/
+20
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-9
/
+10
*
Let web and API routes have different auth methods group (#19168)
Lunny Xiao
2022-03-28
1
-1
/
+26
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
1
-5
/
+12
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-15
/
+15
*
[API] Allow removing issues (#18879)
Otto Richter (fnetX)
2022-03-01
1
-1
/
+2
*
Add apply-patch, basic revert and cherry-pick functionality (#17902)
zeripath
2022-02-09
1
-0
/
+1
*
format with gofumpt (#18184)
6543
2022-01-20
1
-6
/
+6
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-6
/
+6
*
Add API to get issue/pull comments and events (timeline) (#17403)
qwerty287
2022-01-01
1
-0
/
+1
*
Add API to manage repo tranfers (#17963)
qwerty287
2021-12-24
1
-0
/
+2
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-2
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-2
/
+3
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-5
/
+5
*
Make `bind` error more readable (#17750)
Gusted
2021-11-22
1
-1
/
+2
*
Extract constant names out for the ReverseProxy and Basic authentication meth...
zeripath
2021-11-20
1
-1
/
+1
*
Allow Token API calls be authorized using the reverse-proxy header (#15119)
Paweł Bogusławski
2021-11-19
1
-3
/
+6
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
1
-1
/
+2
*
Move EmailAddress & UserRedirect into models/user/ (#17607)
Lunny Xiao
2021-11-11
1
-4
/
+5
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-50
/
+51
*
Add API to get/edit wiki (#17278)
qwerty287
2021-10-25
1
-0
/
+16
*
Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...
wxiaoguang
2021-10-16
1
-1
/
+1
*
[API] Add endpount to get user org permissions (#17232)
Romain
2021-10-12
1
-1
/
+4
*
Add nodeinfo endpoint for federation purposes (#16953)
techknowlogick
2021-09-28
1
-0
/
+3
*
Merge endpoints for pull diff/patch (#17104)
qwerty287
2021-09-22
1
-2
/
+1
*
Add API to get commit diff/patch (#17095)
qwerty287
2021-09-20
1
-0
/
+1
*
Use common sessioner for API and Web (#17027)
zeripath
2021-09-12
1
-13
/
+3
*
Add an api endpoint to fetch git notes (#15373) (#16649)
nitul1991
2021-08-11
1
-0
/
+1
*
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)
6543
2021-08-11
1
-1
/
+1
*
Set AllowedHeaders on API CORS handler (#16524)
zeripath
2021-08-04
1
-0
/
+1
*
Rename context.Query to context.Form (#16562)
Lunny Xiao
2021-07-29
1
-1
/
+1
*
Add option to provide signature for a token to verify key ownership (#14054)
zeripath
2021-07-13
1
-0
/
+3
*
Creating a repo from a template repo via API (#15958)
a1012112796
2021-07-05
1
-0
/
+1
*
Add API to get commits of PR (#16300)
sebastian-sauer
2021-07-02
1
-0
/
+1
*
[API] Add repoGetTag (#16166)
6543
2021-06-23
1
-2
/
+3
*
[API] GET / SET User Settings (#16169)
6543
2021-06-23
1
-0
/
+4
*
reqOrgMembership calls need to be preceded by reqToken (#16198)
zeripath
2021-06-21
1
-3
/
+3
*
[API] Add repoCreateTag (#16165)
6543
2021-06-17
1
-0
/
+1
*
[API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)
6543
2021-06-17
1
-0
/
+2
*
Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...
Lunny Xiao
2021-06-09
1
-0
/
+4
*
Add missing SameSite settings for the i_like_gitea cookie (#16037)
zeripath
2021-05-31
1
-0
/
+1
[next]