forgejo/routers/web
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)
2023-05-15 19:02:10 +00:00
..
admin Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
auth Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
devtest
events
explore Sort users and orgs on explore by recency by default (#24279) 2023-05-06 22:04:55 +08:00
feed Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
healthcheck
misc Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
org Fix missing badges in org settings page (#24654) 2023-05-11 06:56:25 +00:00
repo Refactor Pull Mirror and fix out-of-sync bugs (#24732) 2023-05-15 19:02:10 +00:00
shared Add Gitea Profile Readmes (#23260) 2023-05-09 05:57:24 +00:00
user Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
auth.go
auth_windows.go
base.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
goget.go Support SSH for go get (#24664) 2023-05-12 09:44:37 +00:00
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add icon support for safari (#24697) 2023-05-13 21:48:56 +02:00
webfinger.go