index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)
zeripath
2022-05-16
1
-7
/
+11
*
[Refactor] convert team(s) to apiTeam(s) (#13745)
6543
2022-05-13
2
-55
/
+36
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
13
-29
/
+38
*
Set the LastModified header for raw files (#18356)
zeripath
2022-05-09
1
-4
/
+39
*
Admin should not delete himself (#19423)
Lunny Xiao
2022-05-08
1
-0
/
+6
*
Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)
6543
2022-05-08
3
-4
/
+6
*
Allow custom default merge message with .gitea/default_merge_message/<merge_s...
Lunny Xiao
2022-05-08
1
-6
/
+18
*
Auto merge pull requests when all checks succeeded via API (#9307)
kolaente
2022-05-07
2
-1
/
+92
*
Hide private repositories in packages (#19584)
KN4CK3R
2022-05-07
1
-2
/
+13
*
Call MultipartForm.RemoveAll when request finishes (#19606)
wxiaoguang
2022-05-05
1
-0
/
+2
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
1
-15
/
+13
*
Fix sending empty notifications (#19589)
Gusted
2022-05-03
1
-1
/
+1
*
Remove legacy `+build:` constraint (#19582)
wxiaoguang
2022-05-02
1
-1
/
+0
*
Federation: return useful statistic information for nodeinfo (#19561)
6543
2022-05-02
1
-4
/
+38
*
Add API to check if team has repo access (#19540)
qwerty287
2022-05-01
2
-1
/
+51
*
Simplify loops to copy (#19569)
Gusted
2022-05-01
1
-3
/
+1
*
Use middleware to open gitRepo (#19559)
6543
2022-04-30
2
-7
/
+3
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
1
-5
/
+11
*
Add API to query collaborators permission for a repository (#18761)
Florin Hillebrand
2022-04-29
3
-3
/
+68
*
Don't error when branch's commit doesn't exist (#19547)
Gusted
2022-04-29
1
-2
/
+8
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
4
-9
/
+32
*
Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...
Gusted
2022-04-28
1
-1
/
+1
*
more context for models (#19511)
6543
2022-04-28
6
-22
/
+23
*
Improve dashboard's repo list performance (#18963)
Gusted
2022-04-26
1
-1
/
+0
*
Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)
6543
2022-04-25
1
-11
/
+5
*
Use queue instead of memory queue in webhook send service (#19390)
Lunny Xiao
2022-04-25
1
-0
/
+5
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
1
-2
/
+3
*
Mark TemplateLoading error as "UnprocessableEntity" (#19445)
Gusted
2022-04-22
1
-1
/
+3
*
Fix logging of Transfer API (#19456)
Gusted
2022-04-21
1
-4
/
+6
*
RepoAssignment ensure to close before overwrite (#19449)
6543
2022-04-21
6
-43
/
+38
*
Fix DELETE request for non-existent public key (#19443)
Gusted
2022-04-21
1
-4
/
+9
*
Don't panic on `ErrEmailInvalid` (#19441)
Gusted
2022-04-20
1
-3
/
+10
*
Fix panic in team repos API (#19431)
qwerty287
2022-04-20
1
-1
/
+1
*
When updating mirror repo intervals by API reschedule next update too (#19429)
zeripath
2022-04-20
1
-22
/
+52
*
Add Helm Chart registry (#19406)
KN4CK3R
2022-04-19
1
-1
/
+1
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
Document 409 error returned by repos/migrate api (#19376)
Chongyi Zheng
2022-04-12
1
-0
/
+2
*
Fix panic in teams API when requesting members (#19360)
delvh
2022-04-11
1
-1
/
+1
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
4
-20
/
+22
*
Remove dependent on session auth for api/v1 routers (#19321)
Lunny Xiao
2022-04-08
2
-28
/
+3
*
Never use /api/v1 from Gitea UI Pages (#19318)
Lunny Xiao
2022-04-07
7
-95
/
+29
*
Package registry changes (#19305)
KN4CK3R
2022-04-06
1
-2
/
+2
*
An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)
Peter GardfjÀll
2022-04-01
1
-0
/
+11
*
Move checks for pulls before merge into own function (#19271)
6543
2022-03-31
1
-75
/
+28
*
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-31
1
-12
/
+13
*
Use a more general (and faster) method to sanitize URLs with credentials (#19...
wxiaoguang
2022-03-31
1
-1
/
+1
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
4
-1
/
+253
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
7
-8
/
+8
*
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
1
-1
/
+1
*
Granular webhook events in editHook (#19251)
John Olheiser
2022-03-29
1
-5
/
+16
[next]