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
1 month ago
..
admin
auth
devtest
events
explore Fix bleve fuzziness search (#33078) 1 month ago
feed
healthcheck
misc
org
repo Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 1 month ago
shared
user Fix bleve fuzziness search (#33078) 1 month ago
base.go
githttp.go
goget.go Make git clone URL could use current signed-in user (#33091) 1 month ago
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Make git clone URL could use current signed-in user (#33091) 1 month ago
webfinger.go