mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-27 22:09:24 +01:00
Move UserDisabledFeatures context data into a shared SettingsCtxData middleware for the /user/settings route group, so it is set consistently on all pages (including Notifications, Actions, etc.) instead of only on the handlers that remembered to set it individually. Fixes #36954