| Commit message (Expand) | Author | Age | Files | Lines |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 12 | -66/+68 |
* | Return empty url for submodule tree entries (#23043) | Zettat123 | 2023-02-21 | 1 | -0/+5 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -0/+1 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 2 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 5 | -6/+6 |
* | escape filename when assemble URL (#22850) | sillyguodong | 2023-02-12 | 1 | -4/+5 |
* | Repositories: by default disable all units except code and pulls on forks (#2... | techknowlogick | 2023-02-04 | 2 | -2/+2 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 5 | -22/+17 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -6/+14 |
* | When updating by rebase we need to set the environment for head repo (#22535) | zeripath | 2023-01-19 | 1 | -2/+4 |
* | Add cron method to gc LFS MetaObjects (#22385) | zeripath | 2023-01-16 | 1 | -27/+62 |
* | Change use of Walk to WalkDir to improve disk performance (#22462) | Felipe Leopoldo Sologuren Gutiérrez | 2023-01-16 | 1 | -6/+6 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 3 | -11/+13 |
* | Continue GCing other repos on error in one repo (#22422) | zeripath | 2023-01-13 | 1 | -3/+5 |
* | fix: don't replace err variable in nested check (#22416) | John Olheiser | 2023-01-12 | 1 | -2/+2 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 7 | -14/+16 |
* | Unify hashing for avatar (#22289) | Gusted | 2023-01-02 | 2 | -5/+3 |
* | Add option to prohibit fork if user reached maximum limit of repositories (#2... | Xinyu Zhou | 2022-12-27 | 2 | -0/+23 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 2 | -2/+5 |
* | Do not list active repositories as unadopted (#22034) | Christian Ullrich | 2022-12-16 | 1 | -1/+1 |
* | Add doctor command for full GC of LFS (#21978) | zeripath | 2022-12-15 | 2 | -38/+153 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 3 | -17/+18 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 8 | -14/+14 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 36 | -72/+36 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 7 | -17/+18 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 7 | -9/+9 |
* | Fix repository adoption on Windows (#21646) | zeripath | 2022-10-31 | 2 | -9/+10 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 3 | -13/+5 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 16 | -74/+74 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 6 | -22/+15 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+4 |
* | Fix incorrect notification commit url (#21479) | wxiaoguang | 2022-10-17 | 1 | -4/+4 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 2 | -10/+10 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -3/+4 |
* | Refactor parseTreeEntries, speed up tree list (#21368) | wxiaoguang | 2022-10-08 | 1 | -1/+1 |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter Gardfjäll | 2022-08-29 | 1 | -10/+61 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 8 | -28/+41 |
* | Add migrate repo archiver and packages storage support on command line (#20757) | Lunny Xiao | 2022-08-16 | 1 | -1/+1 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 4 | -15/+15 |
* | Remove manual rollback for failed generated repositories (#20639) | Gabriel Vasile | 2022-08-09 | 1 | -7/+0 |
* | Check issue labels slice length before calling xorm Insert; fixes #20654 (#20... | Gabriel Vasile | 2022-08-04 | 1 | -0/+5 |
* | Add latest commit's SHA to content response (#20398) | Gusted | 2022-07-30 | 3 | -27/+40 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 1 | -9/+7 |
* | Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438) | 6543 | 2022-07-21 | 1 | -0/+16 |
* | Remove confusing TrimPrefix(... git.BranchPrefix) (#20369) | wxiaoguang | 2022-07-16 | 1 | -2/+0 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -26/+23 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -4/+6 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 7 | -22/+28 |
* | 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 | 10 | -13/+195 |