| Commit message (Expand) | Author | Age | Files | Lines |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 1 | -160/+0 |
* | Make web context initialize correctly for different cases (#26726) | wxiaoguang | 2023-08-25 | 1 | -9/+7 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 1 | -2/+2 |
* | Fix incorrect CLI exit code and duplicate error message (#26346) | wxiaoguang | 2023-08-05 | 1 | -0/+6 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -20/+22 |
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 1 | -1/+18 |
* | Fix admin config page error, use tests to cover the admin config and 500 erro... | wxiaoguang | 2023-05-29 | 1 | -0/+5 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 2 | -41/+28 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -50/+77 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -0/+1 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -1/+1 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -10/+10 |
* | Improve test logger (#24235) | wxiaoguang | 2023-04-21 | 2 | -0/+163 |
* | Make HTML template functions support context (#24056) | wxiaoguang | 2023-04-20 | 1 | -2/+2 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 1 | -15/+2 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 1 | -2/+2 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -2/+1 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 2 | -4/+2 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -2/+2 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+2 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 1 | -0/+1 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -2/+2 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -2/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -5/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -2/+2 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 1 | -0/+4 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -2/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -2/+3 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -3/+3 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -2/+3 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 1 | -2/+2 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -79/+30 |
* | Macaron 1.5 (#12596) | techknowlogick | 2020-08-27 | 1 | -0/+4 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 1 | -1/+3 |
* | Code Refactor of IssueWatch related things (#10401) | 6543 | 2020-02-26 | 1 | -2/+5 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -3/+2 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -0/+3 |
* | API endpoint for testing webhook (#3550) | Ethan Koenig | 2018-04-29 | 1 | -1/+12 |
* | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 2017-12-15 | 2 | -16/+21 |
* | Fix compile failed without gcc (#3130) | Lunny Xiao | 2017-12-10 | 1 | -1/+0 |
* | Fix missing branch in release bug (#3108) | Ethan Koenig | 2017-12-08 | 1 | -0/+10 |
* | Fix missing password length check when change password (#3039) | Lunny Xiao | 2017-12-02 | 1 | -1/+3 |