| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -0/+8 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -32/+83 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -12/+1 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 1 | -0/+1 |
* | Fix wrong error info in RepoRefForAPI (#24344) | yp05327 | 2023-04-26 | 1 | -1/+1 |
* | Set `X-Gitea-Debug` header once (#23361) | Yarden Shoham | 2023-03-08 | 1 | -1/+1 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 1 | -30/+0 |
* | refactor auth interface to return error when verify failure (#22119) | Lunny Xiao | 2022-12-28 | 1 | -1/+7 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add Cache-Control header to html and api responses, add no-transform (#20432) | silverwind | 2022-07-23 | 1 | -0/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 1 | -0/+1 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -0/+2 |
* | Use router param for filepath in GetRawFile (#19499) | John Olheiser | 2022-04-26 | 1 | -0/+1 |
* | RepoAssignment ensure to close before overwrite (#19449) | 6543 | 2022-04-21 | 1 | -41/+40 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 1 | -22/+3 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -16/+0 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -2/+2 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -2/+2 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -10/+10 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -11/+10 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -25/+23 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -7/+7 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -9/+14 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -5/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -3/+3 |
* | Reset locale on login (#17734) | zeripath | 2021-11-20 | 1 | -0/+3 |
* | Extract constant names out for the ReverseProxy and Basic authentication meth... | zeripath | 2021-11-20 | 1 | -1/+1 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -2/+2 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 1 | -2/+3 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 1 | -0/+4 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+17 |
* | Allow setting X-FRAME-OPTIONS (#16643) | zeripath | 2021-08-06 | 1 | -1/+1 |
* | Pass down SignedUserName down to AccessLogger context (#16605) | zeripath | 2021-08-04 | 1 | -0/+11 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -1/+1 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -1/+1 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 1 | -15/+21 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -4/+4 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 1 | -2/+2 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 1 | -2/+2 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -37/+104 |
* | just overload to not get it by mistake again ... (#14440) | 6543 | 2021-01-23 | 1 | -0/+5 |
* | Send error message when CSRF token is missing (#13676) | Kevin Zúñiga | 2020-11-23 | 1 | -1/+1 |
* | [API] Only Return Json (#13511) | 6543 | 2020-11-14 | 1 | -0/+58 |
* | Delete tag API (#13358) | John Olheiser | 2020-10-30 | 1 | -0/+4 |
* | [API] If User is Admin, show 500 error message on PROD mode too (#13115) | 6543 | 2020-10-12 | 1 | -2/+2 |
* | Fix typo (#12013) | successgo | 2020-06-22 | 1 | -1/+1 |
* | Provide diff and patch API endpoints (#11751) | zeripath | 2020-06-05 | 1 | -0/+4 |
* | [API] on 500 error only show message if gitea in dev mode (#11641) | 6543 | 2020-06-03 | 1 | -0/+4 |