Commit Graph

348 Commits (53cb0feda9ffd176c3f5700a2958606142162ab6)

Author SHA1 Message Date
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
Torkel Ödegaard 38db91c7be Fixed failing go unit test 10 years ago
Torkel Ödegaard 8e9a0eddf5 Custom snapshot topnav header, new custom dashboard snapshot icon, #1623 10 years ago
Torkel Ödegaard 80c771c945 Added googla analytics id setting 10 years ago
Torkel Ödegaard f7b4f331f3 Updating docs 10 years ago
Torkel Ödegaard d3db49ae3e Fixed snapshot sharing issue 10 years ago
Torkel Ödegaard 7be7aeb70a Fixed sql migration issue with dashboard snapshots 10 years ago
Torkel Ödegaard 541cd2e430 Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623 10 years ago
Torkel Ödegaard 4322f29f34 Dashboard snapshot: added delete key which can be used to delete snapshots, #1623 10 years ago
Torkel Ödegaard 71aa2ef2c2 Changed reporting interval to 24 hour (1 hour was just for testing) 10 years ago
Torkel Ödegaard b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 years ago