index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
repository
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
7
-83
/
+83
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
3
-11
/
+11
*
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-10-17
1
-0
/
+12
*
Add generic set type (#21408)
KN4CK3R
2022-10-12
1
-3
/
+4
*
Remove unnecessary length check for repo's Description & Website (#21194)
wxiaoguang
2022-09-18
1
-8
/
+0
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
7
-21
/
+490
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
2
-2
/
+2
*
Executable check always returns true for windows (#20637)
JonRB
2022-08-04
1
-0
/
+5
*
Adjust transaction handling via db.Context (#20031)
Lunny Xiao
2022-06-20
1
-1
/
+1
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-1
/
+1
*
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-16
1
-12
/
+10
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
1
-4
/
+5
*
Move some code into models/git (#19879)
Lunny Xiao
2022-06-12
3
-7
/
+10
*
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-06-10
1
-5
/
+0
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
8
-16
/
+333
*
Update go tool dependencies (#19676)
silverwind
2022-05-10
1
-1
/
+1
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
3
-1
/
+127
*
fix #19545 (#19563)
6543
2022-04-30
1
-4
/
+5
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
A pull-mirror repo should be marked as such on creation (#19295)
Peter Gardfjäll
2022-04-01
1
-0
/
+1
*
Refactor legacy `unknwon/com` package, improve golangci lint (#19284)
wxiaoguang
2022-04-01
1
-3
/
+7
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
5
-19
/
+19
*
Improve sync performance for pull-mirrors (#19125)
Peter Gardfjäll
2022-03-31
1
-0
/
+60
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
3
-3
/
+3
*
Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)
zeripath
2022-03-29
1
-13
/
+22
*
Move init repository related functions to modules (#19159)
Lunny Xiao
2022-03-29
2
-5
/
+222
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
2
-8
/
+10
*
Set the default branch for repositories generated from templates (#19136)
Abheek Dhawan
2022-03-27
1
-2
/
+13
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-1
/
+1
*
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
zeripath
2022-03-19
1
-7
/
+9
*
Improve SyncMirrors logging (#19045)
zeripath
2022-03-10
1
-20
/
+20
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
5
-10
/
+10
*
Add `GetUserTeams` (#18499)
Gusted
2022-02-01
1
-1
/
+1
*
format with gofumpt (#18184)
6543
2022-01-20
4
-12
/
+12
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
6
-36
/
+38
*
Fix NPE on try to get tag reference via API (#18245)
6543
2022-01-12
1
-1
/
+1
*
Team permission allow different unit has different permission (#17811)
Lunny Xiao
2022-01-05
1
-4
/
+4
*
Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)
silverwind
2021-12-16
2
-3
/
+4
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
3
-4
/
+4
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-1
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
6
-38
/
+42
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-4
/
+5
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
6
-19
/
+24
*
Use `*PushUpdateOptions` as receiver (#17724)
Gusted
2021-11-24
1
-14
/
+14
*
Move repofiles from modules/repofiles to services/repository/files (#17774)
Lunny Xiao
2021-11-24
2
-231
/
+0
*
Use `hostmatcher` to replace `matchlist`, improve security (#17605)
wxiaoguang
2021-11-20
1
-8
/
+11
*
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
2
-5
/
+4
*
Move user/org deletion to services (#17673)
KN4CK3R
2021-11-18
1
-1
/
+2
*
Move user functions into user.go (#17659)
Lunny Xiao
2021-11-18
1
-6
/
+7
*
Move some functions into services/repository (#17677)
Lunny Xiao
2021-11-17
4
-314
/
+0
[next]