aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/api.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-408/+0
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-7/+2
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-5/+4
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+7
* Unify two factor check (#27915)KN4CK3R2023-11-061-27/+0
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Set commit id when ref used explicitly (#26447)Jack Hay2023-08-121-0/+1
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-2/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-0/+8
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-32/+83
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-12/+1
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-0/+1
* Fix wrong error info in RepoRefForAPI (#24344)yp053272023-04-261-1/+1
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-081-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-30/+0
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-1/+7
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-231-0/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+1
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-0/+2
* Use router param for filepath in GetRawFile (#19499)John Olheiser2022-04-261-0/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-41/+40
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-22/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-16/+0
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* format with gofumpt (#18184)65432022-01-201-11/+10
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-25/+23
* Refactor auth package (#17962)Lunny Xiao2022-01-021-7/+7
* Handle invalid issues (#18111)Gusted2021-12-281-9/+14
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-5/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Reset locale on login (#17734)zeripath2021-11-201-0/+3
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+1
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-2/+3
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+4
* [API] generalize list header (#16551)65432021-08-121-0/+17
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-061-1/+1
* Pass down SignedUserName down to AccessLogger context (#16605)zeripath2021-08-041-0/+11
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-241-1/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-15/+21
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-4/+4