| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-30 | 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-19 | 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-19 | 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 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+2 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 5 | -602/+0 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 3 | -7/+4 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 1 | -1/+1 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 4 | -6/+9 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 2 | -6/+6 |
* | Sync gitea app path for git hooks and authorized keys when starting (#17335) | wxiaoguang | 2021-10-21 | 1 | -16/+42 |
* | Ensure that git daemon export ok is created for mirrors (#17243) | zeripath | 2021-10-13 | 5 | -3/+40 |