Commit Graph

358 Commits (e7ac367392df731348dfdac079487d8af8436443)

Author SHA1 Message Date
Torkel Ödegaard e771d8e944 Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 10 years ago
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 10 years ago
Torkel Ödegaard 0d3fbb8659 Added message alerts when login failed due to github team membership or email domain requirement, #1731, #1660 10 years ago
Torkel Ödegaard 884dc53f8a smalĺ refactorings 10 years ago
Torkel Ödegaard e7c43bf614 expose org id to frontend, Closes #1907 10 years ago
Anthony Woods 81636d8634 expose orgId via currentUser object. fixes #1907 10 years ago
Garrett Bjerkhoel 1d7f945268 Handle special error case if connect.UserInfo returns an error 10 years ago
Garrett Bjerkhoel eb37fc089b Check for active team membership when fetching s.UserInfo 10 years ago
Garrett Bjerkhoel 979d0ca70f Add new error type for team membership permissions 10 years ago
Garrett Bjerkhoel 7ea579bb71 Add team_ids configuration option 10 years ago
Torkel Ödegaard e410fbb558 Corrected SQL migration for snapshot table column type change, #1880 10 years ago
Anthony Woods f227002a80 fixes #1880 dashboard_snapshot table does not have a data column 10 years ago
Anthony Woods d84d92f73c fixes #1880 correct mysql statement for modifying column data type 10 years ago
Torkel Ödegaard 4fd2c0570c Replaced slug dependency with one that did not use gopkgs.com 10 years ago
Torkel Ödegaard b99ee2562e Restored sql integration tests to use in mem sqlite3 10 years ago
Torkel Ödegaard 8526025792 MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 10 years ago
Torkel Ödegaard 236c4e65f8 Began work on dashboard: editable flag, that actually stops users from changing anything, #1834 10 years ago
Torkel Odegaard 1edb13d715 Fixed gofmt formating 10 years ago
Torkel Odegaard 7178dcad35 Windows: Fixed runtime issue with file logging config that casued errors on startup 10 years ago
Jason Harvey ddaac50a25 Add allow_sign_up override for auth.google/github. 10 years ago
Torkel Ödegaard fc47fb8f64 Backend auth: remember cookie is needed for oauth logins as well 10 years ago
Torkel Ödegaard 942e8fdba8 Support for unicode / international characters in dashboard title (improved slugify), Fixes #1734, Fixes #827 10 years ago
William Wei b7c0d99cdf get google api url from config file 10 years ago
Torkel Ödegaard 836e4b4911 Dashboard snapshot: Should not require login to view snapshot, Fixes #1780 10 years ago
Torkel Ödegaard e9afd30b47 Updated changelog with, Github OAuth: Now works with Github for Enterprise, thanks @williamjoy 10 years ago
William Wei 4fd2622e55 grafana/grafana#1781 add oauth api url as config 10 years ago
William Wei d048e39cde grafana/grafana#1781 add oauth api url as config 10 years ago
Torkel Ödegaard 6de584aafc Updated to config file finding, and added homepath command line option 10 years ago
Torkel Ödegaard d32c03ed11 Rpm working again, systemd working on centos 7 10 years ago
Torkel Ödegaard 2020fedfdb Fixed issue with overriding default config values via command line 10 years ago
Torkel Ödegaard d1767144a8 Reworking configuration loading and overriding 10 years ago
Torkel Ödegaard a991cda233 Began work on refactoring reading config values 10 years ago
Torkel Ödegaard 96ee1c17a3 Worked on new deb & rpm packaging and init.d scripts 10 years ago
Torkel Ödegaard 6911572fa1 Panel image rendering: now works under self-signed https cert, Fixes #1726 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 22adf0d06e Datasource proxy & session timeout fix (casued 401 Unauthorized error after a while), Fixes #1667 10 years ago
Torkel Ödegaard eb575685aa OAuth: Specify allowed email address domains for google or and github oauth logins, Closes #1660 10 years ago
Torkel Ödegaard b8c378f2f0 Updated golang/x/oauth2 dependency, #1710 10 years ago
Torkel Ödegaard e6492f7db9 Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701 10 years ago
Torkel Ödegaard a96e4a343c Only create admin user specified in config file when there are no users in the database, Fixes #1680 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 cf877e6567 added postgres and redis session options 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 5422d13607 Postgres fix update 10 years ago
Torkel Ödegaard 3c2bfbfc1c Search: Dashboard results should be sorted alphabetically, Fixes #1685 10 years ago
Torkel Ödegaard b83367063e Small improvement to dashboard loading error handling 10 years ago
Matt Robenolt cedb11ebab Let xorm convert `False` into the right type 10 years ago
Torkel Ödegaard b46f8bad6d Added check for allow_user_org_create, updated admin docs 10 years ago