Commit Graph

118 Commits (2adc4d12be3f87d27400291a972185cb05797f99)

Author SHA1 Message Date
Tom Dyas d557beb5f1 redact settings containing 'secret' besides 'password' 9 years ago
Robert McLeod 4c3048964d removed unused import: errors 9 years ago
Robert McLeod cacf14a41e Fixed bug that wasn't showing the StaticRootPath when validation failed 9 years ago
bergquist 4fe72ebf69 feat(macaron): upgrades macaron version 10 years ago
Torkel Ödegaard f83d5f4280 cleanup(influxdb_08): removed influxdb 0.8 data source as an built in official data source, moved it to an external plugin repo, https://github.com/grafana/datasource-plugin-influxdb-08, closes #3523 10 years ago
Daniel Low ed16914715 Add memcache as session provider 10 years ago
Torkel Ödegaard 67dc761344 fix(security): do not print ENV config values when they are passwords, fixes #3337 10 years ago
Torkel Ödegaard 65a7fa320a feat(plugins): made plugins that live outside public work 10 years ago
Nick Owens 60e797ccc4 pkg/setting: integrate syslog logger settings 10 years ago
shoonoise b4a2b96e32 Add options to manage snapshot publishing 10 years ago
ctdk d37e18fdcf Add config option to strip (most) colors from console logs 10 years ago
woodsaj 86ed85aa6e move toMap function to be a method on the quota structs 10 years ago
Torkel Ödegaard 64973f1d57 fix(settings): another attempt at fixing, #2736 10 years ago
Torkel Ödegaard d7bfb727b0 fix(settings): reverted prev settings fix for detecting public_gen folder in dev, caused issue for prod build 10 years ago
Torkel Ödegaard d17f8538b2 fix(backend): made public_gen detection more bullet proof, #2731 10 years ago
woodsaj 6488324cf1 enhance quota support. 10 years ago
Torkel Ödegaard 8174b9f041 fix(tests): fixed failling backend test 10 years ago
woodsaj 852f9bd277 refactor quota settings 10 years ago
Torkel Ödegaard 0b5f40e66c tech(): made config system check for generated css or javascript files and panic if there are none, also if there is a public_gen directory it will use that, even if static root is set to public 10 years ago
Torkel Ödegaard 9603dce469 feat(dataproxy): added whitelist setting and feature for data proxies, closes #2626 10 years ago
Mat Schaffer 6c04ee1abd Iterate over the right env override list variable 10 years ago
Torkel Ödegaard d19e101e6b feat(signup): almost done with new sign up flow, #2353 10 years ago
Torkel Ödegaard d25624a8ad feat(signup): began work on new / alternate signup flow that includes email verification, #2353 10 years ago
Torkel Ödegaard 3d37c9c9a3 feat(tagmanager): support to add google tagmanager id, closes #2569 10 years ago
Haneysmith, Nathan 235bbc9c7e custom login hints via config file 10 years ago
woodsaj c138f390ac close all existing loggers before re-initilizing loggers. fixes #2533 10 years ago
Brandon Turner 1e2e65b40d
Allow default org role to be Read Only Editor 10 years ago
Dieter Plaetinck 0f7a77f45b fix unknown key error formatting 10 years ago
Torkel Ödegaard 0b5ba55131 feat(ldap): work on reading ldap config from toml file, #1450 10 years ago
Torkel Ödegaard a7b1df34c5 feat(ldap): more unit tests for ldap to grafana user sync 10 years ago
Torkel Ödegaard 2fa9311eee Progress on ldap support, #1450 10 years ago
Torkel Ödegaard 14f439f8ba refactor(ldap): refactoring ldap code, #1450 10 years ago
Torkel Ödegaard bfe7b77313 More work on ldap auth, got memberOf working in the docker ldap test server, playing with config options and structures, #1450 10 years ago
Torkel Ödegaard db1847bc1d More work on ldap, gotten ldap search (read attributes) to work 10 years ago
Torkel Ödegaard aedaae852b Fixed minor mistake in last commit 10 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 10 years ago
Torkel Ödegaard 5962bcbc6c Do not show create org link when allow_org_create is set to false, Fixes #2135 10 years ago
Torkel Ödegaard bb2d810709 Final work password reset email, Closes #1456 10 years ago
Torkel Ödegaard db0c442eaf Added configuration options for smtp 10 years ago
Torkel Ödegaard 89418a155a More work on email and notification infra #1456 10 years ago
Torkel Ödegaard 3706d0dedd More work on email and notification infra #1456 10 years ago
Torkel Ödegaard 3f5ab189cd Began work on emailing service #1456 10 years ago
Torkel Ödegaard eb793f7feb Initial work on ldap support, #1450 10 years ago
Torkel Ödegaard 85c3a0aa14 Panel menu now hides edit actions for users with role Viewer, Closes #1826 10 years ago
Torkel Ödegaard 1c9993f185 Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file, Fixes #1992 10 years ago
Torkel Ödegaard a40299b4dc Progress on json file index and search #960 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 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