This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
You've already forked grafana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1ec97e5199155cd0f16e11e2fa98c8a3eef5fceb
grafana
/
pkg
/
middleware
T
History
Carl Bergquist
fabaf5cc04
Merge pull request
#3575
from piotr1212/no_username_in_render_logging
...
Fix empty username in http log for /render calls
2015-12-21 13:31:10 +01: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
router logger did not show username in /render calls because cookies are
2015-12-17 14:28:11 +01: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
gofmt
2015-12-08 14:59:54 +00: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