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/web
wxiaoguang 34dfc25b83
Make git clone URL could use current signed-in user (#33091)
close #33086

* Add a special value for "SSH_USER" setting: `(DOER_USERNAME)`
* Improve parseRepositoryURL and add tests (now it doesn't have hard
dependency on some setting values)

Many changes are just adding "ctx" and "doer" argument to functions.

By the way, improve app.example.ini, remove all `%(key)s` syntax, it
only makes messy and no user really cares about it.

Document: https://gitea.com/gitea/docs/pulls/138
3 months ago
..
admin Remove some unnecessary template helpers (#33069) 3 months ago
auth Support for email addresses containing uppercase characters when activating user account (#32998) 3 months ago
devtest De-emphasize signed commits (#31160) 3 months ago
events Move context from modules to services (#29440) 1 year ago
explore Fix bleve fuzziness search (#33078) 3 months ago
feed Clarify path param naming (#32969) 3 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor template & test related code (#32938) 3 months ago
org Use project's redirect url instead of composing url (#33058) 3 months ago
repo Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 3 months ago
shared [Feature] Private README.md for organization (#32872) 3 months ago
user Fix bleve fuzziness search (#33078) 3 months ago
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 5 months ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 5 months ago
goget.go Make git clone URL could use current signed-in user (#33091) 3 months ago
home.go Refactor template & test related code (#32938) 3 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Make git clone URL could use current signed-in user (#33091) 3 months ago
webfinger.go Move context from modules to services (#29440) 1 year ago