You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
wxiaoguang e0ea3811c4
Refactor AddParam to AddParamIfExist (#29834)
When read the code: `pager.AddParam(ctx, "search", "search")`, the
question always comes: What is it doing? Where is the value from? Why
"search" / "search" ?

Now it is clear: `pager.AddParamIfExist("search", ctx.Data["search"])`
11 months ago
..
api Fix lint-swagger warning (#29787) 11 months ago
common Use relative links for commits, mentions, and issues in markdown (#29427) 11 months ago
install Move context from modules to services (#29440) 11 months ago
private Sync branches first (#29714) 11 months ago
utils
web Refactor AddParam to AddParamIfExist (#29834) 11 months ago
init.go Move some asymkey functions to service layer (#28894) 11 months ago