grafana/pkg/middleware
2015-10-10 17:55:15 -04:00
..
auth_proxy.go fix(auth proxy): Fix for server side rendering of panel when using auth proxy, fixes #2568 2015-08-21 07:49:49 +02:00
auth_test.go Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 2015-05-02 12:06:58 +02:00
auth.go fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693 2015-09-08 10:46:31 +02:00
logger.go fix(logging): fixed so that router_logging = true actually logs all http requests, fixes #2902 2015-10-10 17:55:15 -04:00
middleware_test.go Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 2015-06-30 09:37:52 +02:00
middleware.go fix(quota): fixed failing quota unit tests 2015-09-18 08:36:58 +02:00
quota_test.go fix(quota): fixed failing quota unit tests 2015-09-18 08:36:58 +02:00
quota.go fix(quota): fixed failing quota unit tests 2015-09-18 08:36:58 +02:00
session.go fix(quota): fixed failing quota unit tests 2015-09-18 08:36:58 +02:00
util.go Handle errors when loading dashboard with template variables that query data sources that cannot be found 2015-04-07 13:48:26 +02:00
validate_host.go Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 2015-05-05 11:21:06 +02:00