aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-202-4/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement actions (#21937)Jason Song2023-01-311-18/+34
* Fix missing message in git hook when pull requests disabled on fork (#22625)Brecht Van Lommel2023-01-291-10/+13
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-4/+12
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-3/+3
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-1/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-3/+3
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-0/+5
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+2
* Add missing parameter for error in log message (#20144)Gusted2022-06-271-1/+1
* Allow manager logging to set SQL (#20064)zeripath2022-06-242-0/+8
* Add more linters to improve code readability (#19989)Wim2022-06-203-3/+3
* move agit dependcy (#19998)Lunny Xiao2022-06-171-2/+13
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-7/+8
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+5
* Fix spelling mistake in ProcReceive (#19853)zeripath2022-06-011-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-9/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-112-5/+6
* Use for a repo action one database transaction (#19576)65432022-05-031-1/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-022-2/+0
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-021-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-2/+6
* more context for models (#19511)65432022-04-282-3/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-11/+9
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-312-0/+162
* Move checks for pulls before merge into own function (#19271)65432022-03-311-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-41/+62
* Do not send notification emails to inactive users (#19131)zeripath2022-03-191-1/+1
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-8/+16
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-3/+3
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-4/+6
* format with gofumpt (#18184)65432022-01-203-5/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-34/+13
* show pull link for agit pull request also (#18235)a10121127962022-01-171-0/+38
* Return nicer error if trying to pull from non-existent user (#18288)zeripath2022-01-161-3/+12
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-157-15/+15
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-103-19/+20
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-105-12/+14