| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing parameter for error in log message (#20144) | Gusted | 2022-06-27 | 1 | -1/+1 |
* | Allow manager logging to set SQL (#20064) | zeripath | 2022-06-24 | 2 | -0/+8 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 3 | -3/+3 |
* | move agit dependcy (#19998) | Lunny Xiao | 2022-06-17 | 1 | -2/+13 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -7/+8 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -4/+5 |
* | Fix spelling mistake in ProcReceive (#19853) | zeripath | 2022-06-01 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -9/+9 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 2 | -5/+6 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -1/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 2 | -2/+0 |
* | Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage... | 6543 | 2022-05-02 | 1 | -1/+1 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -2/+6 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 2 | -3/+3 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 2 | -11/+9 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 2 | -0/+162 |
* | Move checks for pulls before merge into own function (#19271) | 6543 | 2022-03-31 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 2 | -41/+62 |
* | Do not send notification emails to inactive users (#19131) | zeripath | 2022-03-19 | 1 | -1/+1 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -8/+16 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 2 | -3/+3 |
* | Validate migration files (#18203) | Aravinth Manivannan | 2022-01-26 | 1 | -4/+6 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 3 | -5/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 6 | -34/+13 |
* | show pull link for agit pull request also (#18235) | a1012112796 | 2022-01-17 | 1 | -0/+38 |
* | Return nicer error if trying to pull from non-existent user (#18288) | zeripath | 2022-01-16 | 1 | -3/+12 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 7 | -15/+15 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 3 | -19/+20 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 5 | -12/+14 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -6/+7 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 3 | -14/+16 |
* | Use `*PushUpdateOptions` as receiver (#17724) | Gusted | 2021-11-24 | 1 | -3/+3 |
* | More pleasantly handle broken or missing git repositories (#17747) | zeripath | 2021-11-22 | 1 | -0/+8 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 2 | -6/+8 |
* | Prevent panic in serv.go with Deploy Keys (#17434) | zeripath | 2021-10-26 | 1 | -1/+1 |
* | Ensure correct SSH permissions check for private and restricted users (#17370) | zeripath | 2021-10-20 | 1 | -2/+7 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Clean-up HookPreReceive and restore functionality for pushing non-standard re... | zeripath | 2021-09-16 | 8 | -780/+990 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+17 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 2 | -4/+6 |
* | Fix spelling of HookProcReceiveResult (#16690) | Lunny Xiao | 2021-08-14 | 1 | -1/+1 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 2 | -3/+3 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 3 | -1/+148 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 3 | -6/+4 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -160/+193 |