| Commit message (Expand) | Author | Age | Files | Lines |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -13/+8 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 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 |
* | Prevent NPE if trying to restore an already restored deleted branch (#21940) | zeripath | 2022-11-25 | 1 | -0/+4 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -4/+4 |
* | Keep path when creating a new branch (#21153) | JakobDev | 2022-09-15 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | fix permission check for delete tag (#19985) | a1012112796 | 2022-06-16 | 1 | -0/+6 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -2/+3 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -5/+6 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -1/+1 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -8/+8 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -5/+5 |
* | Handle missing default branch better in owner/repo/branches page (#18290) | zeripath | 2022-01-16 | 1 | -20/+33 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -1/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+6 |
* | Improve checkBranchName (#17901) | zeripath | 2021-12-08 | 1 | -2/+2 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 1 | -3/+3 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -1/+2 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 1 | -7/+5 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -4/+4 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -3/+4 |
* | Fix branch pagination error (#16805) | Lunny Xiao | 2021-08-24 | 1 | -1/+1 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -2/+2 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -5/+5 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -3/+4 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+407 |