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 2c1ff8701a
Refactor context flash msg and global variables (#33375)
1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName`
6 days ago
..
upload Clarify path param naming (#32969) 1 month ago
access_log.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago
access_log_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago
api.go Fix raw file API ref handling (#33172) 3 weeks ago
api_org.go Move context from modules to services (#29440) 11 months ago
api_test.go Move context from modules to services (#29440) 11 months ago
base.go Prepare for support performance trace (#33286) 2 weeks ago
base_form.go [Feature] Private README.md for organization (#32872) 1 month ago
base_path.go Clarify path param naming (#32969) 1 month ago
base_test.go Refactor request context (#32956) 1 month ago
captcha.go Refactor template & test related code (#32938) 1 month ago
context.go Refactor context flash msg and global variables (#33375) 6 days ago
context_cookie.go Move context from modules to services (#29440) 11 months ago
context_model.go Refactor context repository (#33202) 3 weeks ago
context_request.go Move context from modules to services (#29440) 11 months ago
context_response.go Add sub issue list support (#32940) 1 month ago
context_template.go Move context from modules to services (#29440) 11 months ago
context_test.go Refactor request context (#32956) 1 month ago
csrf.go Refactor CSRF token (#32216) 4 months ago
org.go Clarify path param naming (#32969) 1 month ago
package.go Refactor request context (#32956) 1 month ago
pagination.go Refactor pagination (#33037) 1 month ago
permission.go Refactor ref type (#33242) 2 weeks ago
private.go Refactor request context (#32956) 1 month ago
repo.go Do not access GitRepo when a repo is being created (#33380) 7 days ago
response.go Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago
user.go Clarify path param naming (#32969) 1 month ago
utils.go Move context from modules to services (#29440) 11 months ago
xsrf.go Move context from modules to services (#29440) 11 months ago
xsrf_test.go Move context from modules to services (#29440) 11 months ago