summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* Fix http protocol auth (#27875)Lunny Xiao2023-11-021-613/+0
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-1/+1
* Less naked returns (#25713)65432023-07-071-27/+27
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-1/+1
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-3/+8
* Fix incorrect CORS response in Http Git handler (#24303)wxiaoguang2023-04-251-29/+17
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Return 404 instead of 403 if user can not access the repo (#23155)yp053272023-02-261-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-47/+25
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-2/+4
* Implement actions (#21937)Jason Song2023-01-311-18/+46
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-3/+3
* Use request timeout for git service rpc (#20689)parnic2022-08-061-5/+6
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-9/+10
* more context for models (#19511)65432022-04-281-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-11/+10
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-1/+1
* 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