-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable unnecessary mirroring elements #18527
Conversation
This mod fixes disabling unnecessary mirroring elements. Related: go-gitea#16957 Related: go-gitea#13084 Author-Change-Id: IB#1105104
This is updated version of #13084 adjusted to current main. |
Fixes: 02b4505 Related: go-gitea#18527 (review) Author-Change-Id: IB#1105104
Co-authored-by: silverwind <[email protected]>
Co-authored-by: silverwind <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
I think there is only one block here. |
Please clarify if you think something more should be done in this PR. |
Fixes: 02b4505 Related: go-gitea#18527 (comment) Author-Change-Id: IB#1105104
Please update the branch |
Done. |
* giteaofficial/main: Add API to serve blob or LFS file content (go-gitea#19689) Disable unnecessary mirroring elements (go-gitea#18527) [skip ci] Updated translations via Crowdin Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (go-gitea#19861) Set Setpgid on child git processes (go-gitea#19865)
* Disable unnecessary mirroring elements This mod fixes disabling unnecessary mirroring elements. Related: go-gitea#16957 Related: go-gitea#13084 Author-Change-Id: IB#1105104 * Checkbox rendering disabled instead of hiding it Fixes: 02b4505 Related: go-gitea#18527 (review) Author-Change-Id: IB#1105104 * Update custom/conf/app.example.ini Co-authored-by: silverwind <[email protected]> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: silverwind <[email protected]> * Mirror filter removed only when whole mirroring feature is disabled Fixes: 02b4505 Related: go-gitea#18527 (comment) Author-Change-Id: IB#1105104 Co-authored-by: silverwind <[email protected]>
This mod fixes disabling unnecessary mirroring elements (UI items and cron job).
Related: #16957
Related: #13084
Author-Change-Id: IB#1105104