mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-28 19:32:09 +00: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