| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: Add sorting by exclusive labels (issue priority) (#33206) | Thomas E Lackey | 6 hours | 1 | -4/+5 |
* | Rework create/fork/adopt/generate repository to make sure resources will be c... | Lunny Xiao | 3 days | 1 | -27/+0 |
* | Don't create duplicated functions for code repositories and wiki repositories... | Lunny Xiao | 2025-03-19 | 1 | -1/+1 |
* | Move hooks function to gitrepo and reduce expose repopath (#33890) | Lunny Xiao | 2025-03-16 | 1 | -1/+1 |
* | Add abstraction layer to check if the repository exists on disk (#33874) | Lunny Xiao | 2025-03-14 | 1 | -8/+8 |
* | Fix unittest and repo create bug (#33061) | wxiaoguang | 2024-12-31 | 1 | -1/+1 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 1 | -68/+0 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -2/+2 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -2/+2 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 1 | -158/+4 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -0/+6 |
* | Replace placeholders in licenses (#24354) | Jason Song | 2023-05-05 | 1 | -2/+7 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 1 | -1/+1 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -48/+69 |
* | Reduce duplicate and useless code in options (#23369) | Jason Song | 2023-03-08 | 1 | -3/+3 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 1 | -116/+18 |
* | Use `--message=%s` for git commit message (#23028) | wxiaoguang | 2023-02-21 | 1 | -3/+2 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 1 | -5/+4 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -3/+3 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -20/+20 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -9/+9 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -3/+2 |
* | 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 |
* | 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 | 1 | -1/+1 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -1/+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 | 1 | -8/+8 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 1 | -3/+220 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -4/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -3/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -11/+11 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | 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 | 1 | -6/+7 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -2/+3 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 1 | -86/+0 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -4/+4 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -5/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -3/+4 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -1/+1 |
* | Check for 'main' as potential default branch name (#14193) | Chester Liu | 2020-12-30 | 1 | -0/+5 |
* | Ensure that HEAD is updated to match default branch in template generation (#... | zeripath | 2020-12-11 | 1 | -0/+1 |
* | Push HEAD instead of master when initialising repositories (#13719) | zeripath | 2020-11-28 | 1 | -2/+2 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -2/+12 |
* | go-version constraints ignore pre-releases (#13234) | zeripath | 2020-10-21 | 1 | -2/+2 |