Commit Graph

116 Commits (73ee8a59857706d027a3285f304d82079d0e89da)

Author SHA1 Message Date
Torkel Ödegaard 73ee8a5985 HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 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 cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 10 years ago
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 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 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 d1767144a8 Reworking configuration loading and overriding 10 years ago
Torkel Ödegaard 96ee1c17a3 Worked on new deb & rpm packaging and init.d scripts 10 years ago
Torkel Ödegaard 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 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 5422d13607 Postgres fix update 10 years ago
Torkel Ödegaard 3c2bfbfc1c Search: Dashboard results should be sorted alphabetically, Fixes #1685 10 years ago
Matt Robenolt cedb11ebab Let xorm convert `False` into the right type 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 b1f85dc8f1 Added expire option to dashboard snapshots, #1623 10 years ago
Torkel Ödegaard 10618637e2 Fixed bug in sql migration, closes #1643 10 years ago
Torkel Ödegaard d987532262 Added server metrics 10 years ago
Torkel Ödegaard f48f5428e5 Adding snapshot storage and route, #1623 10 years ago
Torkel Ödegaard 964f0861d6 more work on dashboard snapshots 10 years ago
Torkel Ödegaard eb8b9c4ac3 Increase api_key.key varchar to 255 length 10 years ago
Anthony Woods fc5839d8f1 gofmt. remove extra whitespace 10 years ago
Anthony Woods bce62c49d0 fixes #1606 10 years ago
Anthony Woods 6a09a7c398 fixes #1606 emit OrgCreated event when new org created. 10 years ago
Anthony Woods 068ccf1c0f fixes 1606 emit OrgCreated event when new org created. 10 years ago
Torkel Ödegaard 17063df3cc Changed default org name form 'main' to 'Main Org.' 10 years ago
Torkel Ödegaard f3d4d2782f Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585 10 years ago
Torkel Ödegaard ebad9cb502 Fixed gofmt formating, updated precommit hook 10 years ago
Torkel Ödegaard d8005af8ee updated circle with fmt formating test 10 years ago
Torkel Ödegaard 04d25dc58a Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 10 years ago
Torkel Ödegaard 9710771f16 Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 10 years ago
Torkel Ödegaard d0d995da09 Inital work on SQL metric/annotation data source, #1542 10 years ago
Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago
Torkel Ödegaard 011fdf7ab6 fixed bug in datasource schema migration 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 7c241fd617 Added permissions section to admin > edit user view, an admin can now make another user admin, Closes #1517 10 years ago
Torkel Ödegaard 563d5e3ad8 All migrations work in sqlite3, mysql and postgres 10 years ago
Torkel Ödegaard 16fd256225 Added missing common.go 10 years ago
Torkel Ödegaard f3f79792ab account -> org table migration is starting to work, need to test mysql and postgres 10 years ago
Torkel Ödegaard ed68a4bb9a More work on SQL migrations 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 10 years ago
Anthony Woods b9b63f695d fixes #1518 fix table name used in dashboard delete. 10 years ago
Torkel Ödegaard da41d99aa7 Fixed sql integration test 10 years ago
Torkel Ödegaard 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 10 years ago
Torkel Ödegaard 47c6c6e1b7 Added change password feature, Closes #1455 10 years ago