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/services/context
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
..
upload Clarify path param naming (#32969) 2 months ago
access_log.go Move context from modules to services (#29440) 12 months ago
api.go [Feature] Private README.md for organization (#32872) 1 month ago
api_org.go Move context from modules to services (#29440) 12 months ago
api_test.go Move context from modules to services (#29440) 12 months ago
base.go Clarify path param naming (#32969) 2 months ago
base_form.go [Feature] Private README.md for organization (#32872) 1 month ago
base_path.go Clarify path param naming (#32969) 2 months ago
base_test.go Refactor request context (#32956) 2 months ago
captcha.go Refactor template & test related code (#32938) 2 months ago
context.go Refactor request context (#32956) 2 months ago
context_cookie.go Move context from modules to services (#29440) 12 months ago
context_model.go Move context from modules to services (#29440) 12 months ago
context_request.go Move context from modules to services (#29440) 12 months ago
context_response.go Add sub issue list support (#32940) 2 months ago
context_template.go Move context from modules to services (#29440) 12 months ago
context_test.go Refactor request context (#32956) 2 months ago
csrf.go Refactor CSRF token (#32216) 4 months ago
org.go Clarify path param naming (#32969) 2 months ago
package.go Refactor request context (#32956) 2 months ago
pagination.go Refactor pagination (#33037) 1 month ago
permission.go Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 4 months ago
private.go Refactor request context (#32956) 2 months ago
repo.go Make git clone URL could use current signed-in user (#33091) 1 month ago
response.go Move context from modules to services (#29440) 12 months ago
user.go Clarify path param naming (#32969) 2 months ago
utils.go Move context from modules to services (#29440) 12 months ago
xsrf.go Move context from modules to services (#29440) 12 months ago
xsrf_test.go Move context from modules to services (#29440) 12 months ago