grafana/pkg/middleware
2026-01-26 13:25:40 +01:00
..
cookies Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
csrf CSRF middleware: Add flag to skip login cookie check (#66806) 2023-04-24 10:11:08 -03:00
loggermw logging: fix db_query_time always reporting zero (#116824) 2026-01-26 13:25:40 +01:00
requestmeta instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
auth.go Revert "App Plugins: Allow to define experimental pages" (#115841) 2026-01-05 17:04:07 +00:00
auth_test.go Revert "App Plugins: Allow to define experimental pages" (#115841) 2026-01-05 17:04:07 +00:00
csp.go FEMT: Add feature toggle and expose the service in regular grafana (#104428) 2025-04-25 12:24:25 +03:00
dashboard_redirect.go Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
dashboard_redirect_test.go Chore: Remove endpoints that contain the slug field (#35104) 2021-06-03 16:20:13 +03:00
gziper.go Chore: Skip gzip for apiserver routes (#92245) 2024-08-21 23:47:58 +03:00
middleware.go CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
middleware_test.go K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
org_redirect.go Stricter validation for redirect URLs (#113852) 2025-11-13 18:04:20 +01:00
org_redirect_test.go Forbid more redirect patterns (#110337) 2025-09-02 16:12:39 +02:00
quota.go Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
quota_test.go Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
recovery.go Revert "Build swagger ui in seperate webpack build" (#104580) 2025-04-25 22:07:43 +01:00
recovery_test.go Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
request_metadata_test.go instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
request_metrics.go Grafana Monitoring: Enable native HTTP histograms by default, make classic histograms configurable (#116534) 2026-01-20 15:07:04 +01:00
request_test.go Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
request_tracing.go Chore: Remove logRequestsInstrumentedAsUnknown feature flag (#116417) 2026-01-20 10:53:21 +01:00
subpath_redirect.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
subpath_redirect_test.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
testing.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
validate_action_url.go Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04:00
validate_action_url_test.go Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04:00
validate_host.go Frontend Service: Client side redirect to custom domain (#113717) 2025-11-13 03:32:14 +00:00