aboutsummaryrefslogtreecommitdiff
path: root/routers/private
AgeCommit message (Expand)Author
2023-02-28Use context parameter in services/repository (#23186)Jason Song
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-01-31Implement actions (#21937)Jason Song
2023-01-29Fix missing message in git hook when pull requests disabled on fork (#22625)Brecht Van Lommel
2023-01-22Prevent multiple `To` recipients (#22566)KN4CK3R
2023-01-16Supports wildcard protected branch (#20825)Lunny Xiao
2023-01-09Use context parameter in models/git (#22367)Jason Song
2022-12-12refactor bind functions based on generics (#22055)Lunny Xiao
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-10-31Merge db.Iterate and IterateObjects (#21641)Lunny Xiao
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-11log real ip of requests from ssh (#21216)Lunny Xiao
2022-10-02Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon
2022-08-16Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao
2022-06-27Add missing parameter for error in log message (#20144)Gusted
2022-06-24Allow manager logging to set SQL (#20064)zeripath
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-17move agit dependcy (#19998)Lunny Xiao
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-12Move some code into models/git (#19879)Lunny Xiao
2022-06-01Fix spelling mistake in ProcReceive (#19853)zeripath
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2022-05-03Use for a repo action one database transaction (#19576)6543
2022-05-02Remove legacy `+build:` constraint (#19582)wxiaoguang
2022-05-02Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...6543
2022-04-28Add "Allow edits from maintainer" feature (#18002)qwerty287
2022-04-28more context for models (#19511)6543
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-31Add Goroutine stack inspector to admin/monitor (#19207)zeripath
2022-03-31Move checks for pulls before merge into own function (#19271)6543
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-22Fix the bug: deploy key with write access can not push (#19010)wxiaoguang
2022-03-19Do not send notification emails to inactive users (#19131)zeripath
2022-02-11Change git.cmd to RunWithContext (#18693)Martin Scholz
2022-02-06Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)6543
2022-01-26Validate migration files (#18203)Aravinth Manivannan
2022-01-20format with gofumpt (#18184)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2022-01-17show pull link for agit pull request also (#18235)a1012112796
2022-01-16Return nicer error if trying to pull from non-existent user (#18288)zeripath
2022-01-10Fix various typos (#18219)luzpaz
2021-12-15Refactor HTTP request context (#17979)wxiaoguang
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Move keys to models/asymkey (#17917)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao