| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -9/+9 |
* | Unify repo settings & show better error (#19828) | Gusted | 2022-06-12 | 1 | -1/+1 |
* | Ensure responses are context.ResponseWriters (#19843) | zeripath | 2022-05-31 | 1 | -0/+6 |
* | Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#... | wxiaoguang | 2022-04-08 | 1 | -12/+1 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -3/+3 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -3/+3 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -2/+5 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Fix route wrap (#18360) | wxiaoguang | 2022-01-22 | 1 | -0/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 7 | -32/+31 |
* | Refactor Router Logger (#17308) | wxiaoguang | 2022-01-20 | 9 | -138/+778 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -0/+10 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -2/+2 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -2/+0 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 2 | -2/+2 |
* | Clean-up HookPreReceive and restore functionality for pushing non-standard re... | zeripath | 2021-09-16 | 1 | -0/+10 |
* | Restore CORS on git smart http protocol (#16496) | zeripath | 2021-07-21 | 1 | -0/+20 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -0/+2 |
* | Fix setting of SameSite on cookies (#15989) | zeripath | 2021-05-26 | 1 | -3/+3 |
* | Defer closing the gitrepo until the end of the wrapped context functions (#15... | zeripath | 2021-05-06 | 1 | -0/+30 |
* | Use index of the supported tags to choose user lang (#15452) | Naohisa Murakami | 2021-04-14 | 1 | -1/+1 |
* | Fix bug in Wrap (#15302) | zeripath | 2021-04-06 | 1 | -3/+4 |
* | Add SameSite setting for cookies (#14900) | zeripath | 2021-03-07 | 2 | -1/+65 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 7 | -4/+461 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 2 | -0/+491 |