summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-14/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+0
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Don't report signal: killed errors in serviceRPC (#18850)zeripath2022-02-221-1/+3
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-5/+5
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-13/+10
* format with gofumpt (#18184)65432022-01-201-3/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-18/+18
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-15/+15
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+8
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-6/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-2/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+5
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Fix http path bug (#16117)Lunny Xiao2021-06-091-0/+19
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+602