Commit Graph

137 Commits (10cc3321cd6cb451577bb2ad9051906e3fd4497d)

Author SHA1 Message Date
Marcus Efraimsson 871c84d195
changes needed for api/middleware due to configuration settings 7 years ago
Marcus Efraimsson d53e64a32c
move auth token middleware/hooks to middleware package 7 years ago
bergquist f257101c41 removes unused/commented code 7 years ago
bergquist 5998646da5 restrict session usage to auth_proxy 7 years ago
Marcus Efraimsson 4096449aec
extract auth token interface and remove auth token from context 7 years ago
bergquist 55b3013eb3 moves initWithToken to auth package 7 years ago
Marcus Efraimsson 734a7d38b2
set cookie name from configuration 7 years ago
Marcus Efraimsson 0d1e3759eb
mixor fixes 7 years ago
Marcus Efraimsson f3125b447b
dead code 7 years ago
bergquist 47a7d93fd9 moves rotation into auth since both happens before c.Next() 7 years ago
bergquist fd937e3d95 remove maxage from session token 7 years ago
Marcus Efraimsson 97c7963f17
fix cannot set cookie when response is written 7 years ago
bergquist c2accfa4c0 inital code for rotate 7 years ago
bergquist aba6148c43 login users based on token cookie 7 years ago
Marcus Efraimsson cfb061ddab
refactor datasource caching 7 years ago
Mario Trangoni e673337cb9 pkg/middleware/middleware.go: Fix empty branch warning. 7 years ago
Torkel Ödegaard abef94b0da made it possible to have frontend code in symlinked folders that can add routes 7 years ago
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 8 years ago
Dan Cech 1c5afa731f
shared library for managing external user accounts 8 years ago
Dan Cech c0ecdee375
rename Context to ReqContext 8 years ago
Dan Cech 338655dd37
move Context and session out of middleware 8 years ago
Torkel Ödegaard 0e61a670bb fix: error handling now displays page correctly, fixes #10777 8 years ago
Torkel Ödegaard a8a5f8181b fix: viewers can edit now works correctly 8 years ago
bergquist 2de94d6548 convert old metrics to prom metrics 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 e6f9546a7c api: add no cache headers for IE11 9 years ago
Daniel Lee 74093c700f api: adds no-cache header for GET requests 9 years ago
Dan Cech f490c5f12c use X-Grafana-Org-Id header to ensure backend uses correct org (#8122) 9 years ago
Utkarsh Bhatnagar 5777f65d05 Basic Auth now supports LDAP username and password (#6940) 9 years ago
Torkel Ödegaard 05772b30d7 feat(ux): completed work on getting started panel, #6466 9 years ago
Torkel Ödegaard 18e965c775 fix(error handling): fixed server side error handling page 9 years ago
Torkel Ödegaard 175c651e65 fix(server side rendering): Fixed issues with server side rendering for alerting & for auth proxy scenarios, fixes #6115, fixes #5906 9 years ago
bergquist e7b56c6389 tech(metrics): move all request counters into one middleware 9 years ago
Torkel Ödegaard bf1ea560e9 feat(logging): error logging improvements 10 years ago
Torkel Ödegaard 65aad44464 feat(logging): added uname to context logger 10 years ago
Torkel Ödegaard 9741af2031 feat(logging): progress on new logging #4590 10 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 10 years ago
Torkel Ödegaard 3065d10931 feat(timing): timing is now working with graphite and influxdb 10 years ago
bergquist 4fe72ebf69 feat(macaron): upgrades macaron version 10 years ago
Torkel Ödegaard ad94f99d57 refactor(apps): more WIP work on apps 10 years ago
Torkel Ödegaard eacc46da6d feat(plugins): WIP on new apps concept 10 years ago
Torkel Ödegaard 5e949b0564 fix(quota): fixed failing quota unit tests 10 years ago
woodsaj 6488324cf1 enhance quota support. 10 years ago
woodsaj 852f9bd277 refactor quota settings 10 years ago
woodsaj 76e9ebde36 always return after errors. 10 years ago
woodsaj 0688050552 add quota middleware to enforce quotas. issue #321 10 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 11 years ago
Donn Pebe df33cbc8c5 Fix wrong metrics counter 11 years ago
Torkel Ödegaard 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 11 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 11 years ago