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.
forgejo/modules/context
wxiaoguang 99283415bc
Refactor Pull Mirror and fix out-of-sync bugs (#24732)
The "mirror" table and "repository" table might be out-of-sync in some
cases.

It means that "IsMirror=true" but "Mirror=nil"

This PR removes unnecessary "Mirror" field, rename "Mirror" to
"PullMirror" and fix nil panic bug.


Screenshot of changed templates:


![image](https://github.com/go-gitea/gitea/assets/2114189/c0f2bdfc-5911-43ea-b989-b19619de4235)



![image](https://github.com/go-gitea/gitea/assets/2114189/1078b41a-484f-4c06-8c2f-edb9e658275d)
1 year ago
..
access_log.go Improve template system and panic recovery (#24461) 1 year ago
api.go Improve template system and panic recovery (#24461) 1 year ago
api_org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
api_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
captcha.go Add new captcha: cloudflare turnstile (#22369) 1 year ago
context.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 1 year ago
context_cookie.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 1 year ago
context_data.go Split "modules/context.go" to separate files (#24569) 1 year ago
context_form.go Split "modules/context.go" to separate files (#24569) 1 year ago
context_model.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 1 year ago
context_request.go Split "modules/context.go" to separate files (#24569) 1 year ago
context_response.go Split "modules/context.go" to separate files (#24569) 1 year ago
context_serve.go Make repository response support HTTP range request (#24592) 1 year ago
context_test.go Use standard HTTP library to serve files (#24693) 1 year ago
csrf.go Refactor cookie (#24107) 1 year ago
org.go Add missing tabs to org projects page (#22705) 1 year ago
package.go Improve template system and panic recovery (#24461) 1 year ago
pagination.go Make branches list page operations remember current page (#23420) 1 year ago
permission.go Require repo scope for PATs for private repos and basic authentication (#24362) 1 year ago
private.go Improve template system and panic recovery (#24461) 1 year ago
repo.go Refactor Pull Mirror and fix out-of-sync bugs (#24732) 1 year ago
response.go Implement FSFE REUSE for golang files (#21840) 2 years ago
utils.go Implement FSFE REUSE for golang files (#21840) 2 years ago
xsrf.go Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
xsrf_test.go Update gitea-vet to check FSFE REUSE (#22004) 2 years ago