Commit Graph

608 Commits (41e4b95b51a00f44facbde969efe9a6229107a54)

Author SHA1 Message Date
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 11 years ago
Dieter Plaetinck 0f7a77f45b fix unknown key error formatting 11 years ago
Torkel Ödegaard 0b5ba55131 feat(ldap): work on reading ldap config from toml file, #1450 11 years ago
Torkel Ödegaard a7b1df34c5 feat(ldap): more unit tests for ldap to grafana user sync 11 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 11 years ago
Torkel Ödegaard db1847bc1d More work on ldap, gotten ldap search (read attributes) to work 11 years ago
Torkel Ödegaard aedaae852b Fixed minor mistake in last commit 11 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 11 years ago
Torkel Ödegaard 5962bcbc6c Do not show create org link when allow_org_create is set to false, Fixes #2135 11 years ago
Torkel Ödegaard db0c442eaf Added configuration options for smtp 11 years ago
Torkel Ödegaard 89418a155a More work on email and notification infra #1456 11 years ago
Torkel Ödegaard 3706d0dedd More work on email and notification infra #1456 11 years ago
Torkel Ödegaard 3f5ab189cd Began work on emailing service #1456 11 years ago
Torkel Ödegaard eb793f7feb Initial work on ldap support, #1450 11 years ago
Torkel Ödegaard 85c3a0aa14 Panel menu now hides edit actions for users with role Viewer, Closes #1826 11 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 11 years ago
Torkel Ödegaard a40299b4dc Progress on json file index and search #960 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 f416e2d1ac More middleware unit test, starting to look really good 11 years ago
Torkel Ödegaard cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 11 years ago
Torkel Ödegaard d1e9b6d6ae Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware 11 years ago
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 11 years ago
Torkel Odegaard 1edb13d715 Fixed gofmt formating 11 years ago
Torkel Odegaard 7178dcad35 Windows: Fixed runtime issue with file logging config that casued errors on startup 11 years ago
Torkel Ödegaard 6de584aafc Updated to config file finding, and added homepath command line option 11 years ago
Torkel Ödegaard d32c03ed11 Rpm working again, systemd working on centos 7 11 years ago
Torkel Ödegaard 2020fedfdb Fixed issue with overriding default config values via command line 11 years ago
Torkel Ödegaard d1767144a8 Reworking configuration loading and overriding 11 years ago
Torkel Ödegaard a991cda233 Began work on refactoring reading config values 11 years ago
Torkel Ödegaard 96ee1c17a3 Worked on new deb & rpm packaging and init.d scripts 11 years ago
Torkel Ödegaard 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 11 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 11 years ago
Torkel Ödegaard eb575685aa OAuth: Specify allowed email address domains for google or and github oauth logins, Closes #1660 11 years ago
Torkel Ödegaard cf877e6567 added postgres and redis session options 11 years ago
Torkel Ödegaard 80c771c945 Added googla analytics id setting 11 years ago
Torkel Ödegaard d987532262 Added server metrics 11 years ago
Torkel Ödegaard c1d7bef768 added cert_key and cert_file to defaults.ini 11 years ago
Torkel Ödegaard f3d4d2782f Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585 11 years ago
Torkel Ödegaard 7e0f1a57af Progress on deb and rpm packaging, renamed config files, added file logging, #1476 11 years ago
Torkel Ödegaard 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 11 years ago
Torkel Ödegaard 83d798dbad Small update to grafana.ini describe server options 11 years ago
Torkel Ödegaard 56d8fe4a22 Small changes to CLI commands PR 11 years ago
Jason Wilder b6428b08d0 CLI: Fix config flag being ignored 11 years ago
Torkel Ödegaard 79f798f67b Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 11 years ago
Torkel Ödegaard 2c16b0f0f3 added unit test for loading configuration file 11 years ago
Torkel Ödegaard 397dfc54cd Fixed bug in png rendering when having changed public url 11 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 11 years ago
Torkel Ödegaard 525179eb85 Added on wire event format 11 years ago
Torkel Ödegaard 3752379106 Worked on event system, needs a little more work 11 years ago