gitea/routers/web/repo/setting
delvh e709bc199f
Differentiate between `push` and `pull` `mirror sync in progress` (#27390)
Previously, if you had both a push and a pull mirror, the message did
not clarify if you've accidentally synchronized the wrong one.
Additionally fixed two typos that were encountered while debugging.

## Screenshots

![grafik](https://github.com/go-gitea/gitea/assets/51889757/164d5d20-728d-4365-9cb5-c37e95857cdf)

![grafik](https://github.com/go-gitea/gitea/assets/51889757/90bfffd2-abd4-4847-b8e2-db4231700a6d)
2023-10-02 14:52:18 +00:00
..
avatar.go Improve hint when uploading a too large avatar (#26935) 2023-09-07 13:35:45 +00:00
collaboration.go Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
default_branch.go Reduce usage of `db.DefaultContext` (#27073) 2023-09-14 17:09:32 +00:00
deploy_key.go Another round of `db.DefaultContext` refactor (#27103) 2023-09-25 13:17:37 +00:00
git_hooks.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
lfs.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
protected_branch.go Updates to the API for archived repos (#27149) 2023-09-21 23:43:29 +00:00
protected_tag.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
runners.go Fix repo count in org action settings (#27245) 2023-09-29 15:46:07 +00:00
secrets.go Fix repo count in org action settings (#27245) 2023-09-29 15:46:07 +00:00
setting.go Differentiate between `push` and `pull` `mirror sync in progress` (#27390) 2023-10-02 14:52:18 +00:00
settings_test.go More refactoring of `db.DefaultContext` (#27083) 2023-09-15 06:13:19 +00:00
variables.go Fix repo count in org action settings (#27245) 2023-09-29 15:46:07 +00:00
webhook.go Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00