mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-08 09:09:04 +01:00
86401fd5fd
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