Commit Graph

445 Commits (b3b7cba0fe04317eb68e60884de7a03baf0113a4)

Author SHA1 Message Date
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
Piotr Popieluch e29e3416db router logger did not show username in /render calls because cookies are 10 years ago
Daniel Low d7f3869959 gofmt 10 years ago
Daniel Low ed16914715 Add memcache as session provider 10 years ago
Piotr Popieluch 207c1a20ee router logger, log username taken from cookie 10 years ago
Piotr Popieluch 579bc1c2c8 Add more info in route logging 10 years ago
Torkel Ödegaard e873574e8c fix(logging): fixed so that router_logging = true actually logs all http requests, fixes #2902 10 years ago
Torkel Ödegaard 9fc91b7aa1 fixed gofmt issue 10 years ago
Torkel Ödegaard 5e949b0564 fix(quota): fixed failing quota unit tests 10 years ago
woodsaj 1ad10914ce add quota middleware unittests 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 fdcb4473af fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693 10 years ago
Torkel Ödegaard 7072af7c14 fix(auth proxy): Fix for server side rendering of panel when using auth proxy, fixes #2568 10 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 10 years ago
Donn Pebe df33cbc8c5 Fix wrong metrics counter 10 years ago
Torkel Ödegaard 66e60357dc Set email when creating user from auth_proxy header, Fixes #2156 10 years ago
Torkel Ödegaard 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 10 years ago
Torkel Ödegaard 38fc85d619 Final tweaks to auth proxy feature 10 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago
Torkel Ödegaard ba883d25fe More middleware unit tests cover all current auth mechanisms 10 years ago
Torkel Ödegaard f416e2d1ac More middleware unit test, starting to look really good 10 years ago
Torkel Ödegaard cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 10 years ago
Torkel Ödegaard d1e9b6d6ae Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware 10 years ago
Emil Thelin 2d7c7871b0 Fixes broken test 10 years ago
Emil Thelin 9fd3ef2687 Enforce domain 10 years ago
Torkel Ödegaard 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 10 years ago
Torkel Ödegaard c07d48d930 A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session 10 years ago
Torkel Ödegaard 646298f5c5 Handle errors when loading dashboard with template variables that query data sources that cannot be found 10 years ago
Torkel Ödegaard 1f330d7753 Basic auth: Fixed issue when using basic auth proxy infront of Grafana, Fixes #1673 10 years ago
Torkel Ödegaard c3fa68ade8 Data source proxy: Fixed issue with Gzip enabled and data source proxy, Fixes #1675 10 years ago
Torkel Ödegaard b83367063e Small improvement to dashboard loading error handling 10 years ago
Torkel Ödegaard d987532262 Added server metrics 10 years ago
Anthony Woods 7010df0fe8 fixes #1619 Secure PhantomJS Png rendering 10 years ago
Jason Wilder d3d896dccd Log more descriptive error when anonymous org is not found 10 years ago
Torkel Ödegaard 477e035f2e Fixed anonymous access mode, Closes #1586 10 years ago
Torkel Ödegaard c75aa23092 New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 10 years ago
Torkel Ödegaard 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 10 years ago
Torkel Ödegaard e3764ad951 Fixed failing dashboard sql test 10 years ago
Torkel Ödegaard e5fbbe96fd fixed error handling, and error logging for panel rendering 10 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 10 years ago
Torkel Ödegaard 04d03f73b3 Added disable user sign up feature 10 years ago
Torkel Ödegaard 1d6413bfae More work on backend for user favorites 10 years ago
Torkel Ödegaard 1cff564483 Fontend handling of account role to hide user actions and links that the user does not have access to 10 years ago
Torkel Ödegaard a5e450a0dd Worked on anonymous access 10 years ago
Torkel Ödegaard 257519490a Worked on login remember cookie, and redirect after login 10 years ago
Torkel Ödegaard 951ce0a102 API token -> API key rename 10 years ago