summaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-243-14/+16
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-3/+3
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-0/+8
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-092-6/+8
* Prevent panic in serv.go with Deploy Keys (#17434)zeripath2021-10-261-1/+1
* Ensure correct SSH permissions check for private and restricted users (#17370)zeripath2021-10-201-2/+7
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-168-780/+990
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+17
* Add bundle download for repository (#14538)John Olheiser2021-08-242-4/+6
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-292-3/+3
* Add agit flow support in gitea (#14295)a10121127962021-07-283-1/+148
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-243-6/+4
* Add tag protection (#15629)KN4CK3R2021-06-251-160/+193
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-237-200/+180
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-312-2/+2
* add a new internal hook to save ssh log (#15787)a10121127962021-05-212-0/+35
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-1/+1
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-102-0/+52
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-268-64/+86
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-2/+2