gitea/modules/context
wxiaoguang 29a26d9d8c
Customizable "Open with" applications for repository clone ()
Users could customize the "clone" menu with their own application URLs on the admin panel.

Replace 
Close 
Close 
..
access_log.go Replace `interface{}` with `any` ()
api.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository ()
api_org.go Implement FSFE REUSE for golang files ()
api_test.go Implement FSFE REUSE for golang files ()
base.go Refactor locale&string&template related code ()
captcha.go Replace `interface{}` with `any` ()
context.go Customizable "Open with" applications for repository clone ()
context_cookie.go Enhanced auth token / remember me ()
context_model.go Improve Gitea's web context, decouple "issue template" code into service package ()
context_request.go Decouple the different contexts from each other ()
context_response.go Refactor more code in templates ()
context_template.go Remove DataRaceCheck ()
context_test.go Use standard HTTP library to serve files ()
csrf.go Refactor cookie ()
org.go Unify organizations header ()
package.go Prevent anonymous container access if `RequireSignInView` is enabled ()
pagination.go Replace `interface{}` with `any` ()
permission.go Add context parameter to some database functions ()
private.go Replace `interface{}` with `any` ()
repo.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository ()
response.go Refactor web package and context package ()
utils.go Avoid double-unescaping of form value ()
xsrf.go Update gitea-vet to check FSFE REUSE ()
xsrf_test.go Update gitea-vet to check FSFE REUSE ()