| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace DateTime with DateUtils (#32383) | wxiaoguang | 2024-11-02 | 1 | -0/+1 |
* | Allow maintainers to view and edit files of private repos when "Allow maintai... | Zettat123 | 2024-10-11 | 2 | -1/+12 |
* | Refactor CSRF token (#32216) | wxiaoguang | 2024-10-10 | 1 | -3/+1 |
* | Fix bug when a token is given public only (#32204) | Lunny Xiao | 2024-10-08 | 1 | -3/+4 |
* | Fix javascript error when an anonymous user visiting migration page (#32144) | Lunny Xiao | 2024-10-02 | 1 | -1/+4 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -0/+7 |
* | Refactor CSRF protector (#32057) | wxiaoguang | 2024-09-18 | 2 | -137/+61 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 7 | -28/+28 |
* | Refactor repo unit "disabled" check (#31389) | wxiaoguang | 2024-06-18 | 1 | -8/+1 |
* | Refactor route path normalization (#31381) | wxiaoguang | 2024-06-17 | 2 | -10/+15 |
* | Check if reverse proxy is correctly configured (#30890) | wxiaoguang | 2024-05-10 | 1 | -1/+2 |
* | Refactor AppURL usage (#30885) | wxiaoguang | 2024-05-07 | 2 | -2/+2 |
* | Ignore useless error message "broken pipe" (#30801) | wxiaoguang | 2024-05-03 | 2 | -4/+3 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -4/+4 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 1 | -3/+2 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 1 | -0/+1 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -2/+0 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 1 | -2/+1 |
* | Refactor web routes (#30519) | wxiaoguang | 2024-04-17 | 2 | -17/+12 |
* | Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) | silverwind | 2024-04-14 | 1 | -0/+1 |
* | Refactor cache and disable go-chi cache (#30417) | wxiaoguang | 2024-04-13 | 3 | -10/+7 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -2/+2 |
* | Refactor external URL detection (#29973) | wxiaoguang | 2024-03-22 | 1 | -0/+27 |
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 1 | -3/+3 |
* | Remove AddParamIfExist(AddParam) (#29841) | wxiaoguang | 2024-03-16 | 1 | -13/+9 |
* | Refactor AddParam to AddParamIfExist (#29834) | wxiaoguang | 2024-03-16 | 1 | -9/+8 |
* | Unify search boxes (#29530) | Denys Konovalov | 2024-03-14 | 1 | -1/+1 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -1/+1 |
* | Use strict protocol check when redirect (#29642) | wxiaoguang | 2024-03-07 | 2 | -1/+48 |
* | Make PR form use toast to show error message (#29545) | wxiaoguang | 2024-03-02 | 1 | -4/+5 |
* | Use a predictiable fork URL to allow forking repositories without providing a... | wxiaoguang | 2024-03-01 | 1 | -20/+0 |
* | Let ctx.FormOptionalBool() return optional.Option[bool] (#29461) | 6543 | 2024-02-28 | 2 | -7/+7 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 27 | -9/+4295 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Fix the display of org level badges (#26504) | yp05327 | 2023-09-06 | 1 | -0/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -7/+9 |
* | Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) | wxiaoguang | 2023-04-04 | 1 | -0/+21 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 1 | -9/+0 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 1 | -0/+9 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -0/+62 |