| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor CORS handler (#28587) | wxiaoguang | 2023-12-25 | 1 | -18/+6 |
* | Make CORS work for oauth2 handlers (#28184) | wxiaoguang | 2023-11-23 | 1 | -0/+4 |
* | Remove redundant "RouteMethods" method (#26024) | wxiaoguang | 2023-07-21 | 1 | -14/+9 |
* | Make route middleware/handler mockable (#25766) | wxiaoguang | 2023-07-09 | 1 | -4/+14 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -22/+22 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -12/+12 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -2/+2 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 1 | -16/+4 |
* | Refactor web route (#24080) | wxiaoguang | 2023-04-20 | 1 | -73/+53 |
* | refactor bind functions based on generics (#22055) | Lunny Xiao | 2022-12-12 | 1 | -10/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -17/+17 |
* | Refactor Router Logger (#17308) | wxiaoguang | 2022-01-20 | 1 | -138/+0 |
* | 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 | 1 | -1/+1 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 1 | -1/+1 |
* | 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 |
* | Defer closing the gitrepo until the end of the wrapped context functions (#15... | zeripath | 2021-05-06 | 1 | -0/+30 |
* | Fix bug in Wrap (#15302) | zeripath | 2021-04-06 | 1 | -3/+4 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 1 | -4/+4 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -0/+322 |