Commit Graph

167 Commits (1ee0d1c29626db5166e9e4068b31d6fa988c9741)

Author SHA1 Message Date
Julian Kornberger 7aab6a8887 Make golint happier 7 years ago
Daniel Lee 3ca1e06509 session: fork Macaron mysql session middleware 7 years ago
bergquist 6cac7c2de9 renderer: avoid redirect render requests 7 years ago
Dan Cech bbd6adabbf
move quota to dedicated service 7 years ago
Dan Cech c0ecdee375
rename Context to ReqContext 7 years ago
Dan Cech 338655dd37
move Context and session out of middleware 7 years ago
bergquist 0ab0343995 mark redirect_to cookie as http only 7 years ago
bergquist 842f4c1d32 tech: dont print error message on 500 page 7 years ago
Torkel Ödegaard 0e61a670bb fix: error handling now displays page correctly, fixes #10777 7 years ago
Alexander Zobnin f97be541af redirect "permission denied" requests to "/" (#10773) 7 years ago
Marcus Efraimsson 32054ad9a6 dashboard: fix redirect of legacy dashboard url's 7 years ago
bergquist 58cfb23625 retry uid generation 7 years ago
Marcus Efraimsson a99331cdb9 dashboards: redirect from old url used to load dashboard to new url 7 years ago
SteelPhase a320a83138 Use strings.TrimPrefix to make sure relative url doesn't start with forward slash 8 years ago
Torkel Ödegaard a8a5f8181b fix: viewers can edit now works correctly 8 years ago
Daniel Lee 0d85c63fff middleware: recovery handles panics in all handlers 8 years ago
bergquist 139f077453 prometheus: enable gzip for /metrics endpoint 8 years ago
bergquist 861843f4ca mark >=400 responses as error 8 years ago
bergquist ec29b469e4 adds custom tags from settings 8 years ago
bergquist e3211f6e48 use route as span name 8 years ago
bergquist d55b49b7b7 attach context with span to *http.Request 8 years ago
bergquist 89c86c7a22 use opentracing ext package when possible 8 years ago
bergquist 2e350bbb8e adds basic traces using open traces 8 years ago
bergquist 491e6897e7 metrics: set summary unit 8 years ago
bergquist 4bc6ecb241 adds metric middlware to route register 8 years ago
bergquist 6d22a67a30 return /metrics before session middleware 8 years ago
bergquist 2de94d6548 convert old metrics to prom metrics 8 years ago
wangguoliang 652fce7e76 Optimize some wrong usage and spelling 8 years ago
Torkel Ödegaard e8a20643d6 feat: store last seen date for users and present in stats and user lists, closes #9007 8 years ago
Daniel Lee aa889e59a1 tests: fix after interface change 8 years ago
Daniel Lee 1e5778174c login: regenerates session id on login 8 years ago
Daniel Lee e6f9546a7c api: add no cache headers for IE11 8 years ago
Daniel Lee 74093c700f api: adds no-cache header for GET requests 8 years ago
Daniel Lee f68d2816ab dashfolders: security for png rendering 8 years ago
Dhia ac28c4b233 add Referer header to logs. This is useful to link datasource requests to dashboard that originated it (#8399) 8 years ago
Tiantian Gao b2c14b858e Fix http logging `time_ms` unit is wrong (#8342) 8 years ago
Dan Cech f490c5f12c use X-Grafana-Org-Id header to ensure backend uses correct org (#8122) 8 years ago
Torkel Ödegaard b3df1aa9bd org: fixed issue with orgId query param redirect handling when grafana is under subpath and reverse proxy, fixes #8089 8 years ago
Daniel Lee f45d637025 auth: fix warning in test 8 years ago
Daniel Lee beb85f413a oauth: delete session key instead of set to empty 8 years ago
Torkel Ödegaard c3202d3f99 sessions: start session gc at startup but only after between 10 - 180 seconds 8 years ago
bergquist 072c1559ba middlware: prevent orgredirect to open body stream 8 years ago
bergquist 6115941df0 middleware: rename org-id -> orgId 8 years ago
bergquist 5174d050f2 middlware: change org when url contains orgid 8 years ago
huydx adb441e5c8 (format) run go fmt in pkg 9 years ago
Utkarsh Bhatnagar bd20dc6c4c Fixed failing tests (#6941) 9 years ago
Utkarsh Bhatnagar 5777f65d05 Basic Auth now supports LDAP username and password (#6940) 9 years ago
Seuf 12a82bc0d4 Auth Proxy improvements - adds the option to use ldap groups for authorization in combination with an auth proxy - adds an option to limit where auth proxy requests come from by configure a list of ip's - fixes a security issue, session could be reused 9 years ago
Seuf ae27c17c68 Auth Proxy improvements 9 years ago
Torkel Ödegaard 05772b30d7 feat(ux): completed work on getting started panel, #6466 9 years ago