Commit Graph

238 Commits (2724cf5db8e99f370cb1555a5c61b3d1239c790a)

Author SHA1 Message Date
Torkel Ödegaard 2724cf5db8 feat(invite): small progress 11 years ago
Torkel Ödegaard 0ffcce1b5d feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353 11 years ago
Torkel Ödegaard 0b5ba55131 feat(ldap): work on reading ldap config from toml file, #1450 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
Dieter Plaetinck 66ba19b7ba clearer errors 11 years ago
Donn Pebe df33cbc8c5 Fix wrong metrics counter 11 years ago
Torkel Ödegaard 24bab47f14 fix(create org): Anonymous user can no longer create org, Fixes #2227 11 years ago
Torkel Ödegaard 3f917b0af5 Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198 11 years ago
Torkel Ödegaard fb7b475457 Backend: Load dashboards with capital letters in the dashboard url slug (url id), Fixes #2163 11 years ago
Torkel Ödegaard 3675b3fcaa Fixed issue with clearing admin permissions, Fixes #2143 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 2266ef6809 Minor api refactoring / code clean up 11 years ago
Torkel Ödegaard db0c442eaf Added configuration options for smtp 11 years ago
Torkel Ödegaard c8bc0b3bf8 Lots of work on user password reset, #1456 11 years ago
Torkel Ödegaard aa4d60c21e Worked on reset password views, refactored out password strength to a reusable directive 11 years ago
Torkel Ödegaard 89418a155a More work on email and notification infra #1456 11 years ago
Torkel Ödegaard c709a28f02 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 50a1feb90a Dashboard list panel: Now supports search by multiple tags, Closes #2096 11 years ago
Torkel Ödegaard dc607b8e8a Dashboard search now supports filtering by multiple dashboard tags, Closes #2095 11 years ago
Torkel Ödegaard ff3843bc7f Roles: New user role that replaces the old role behavior, Closes #2088 11 years ago
Torkel Ödegaard 85c3a0aa14 Panel menu now hides edit actions for users with role Viewer, Closes #1826 11 years ago
Torkel Ödegaard e2f6633d57 Began work on data source test / validation, #1997 & #2043 11 years ago
Torkel Ödegaard fc43ce657c allow data source proxy to proxy requests over self signed https connections, Closes #2069 11 years ago
Indrek Juhkam b55d9350e7 Add github organizations support 11 years ago
Torkel Ödegaard 592330b5a7 Expose data source extended properties (jsonData), to the frontend, Closes #2023 11 years ago
Torkel Ödegaard 3354365177 Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling 11 years ago
Heinz N. Gies 7cf9046dc5 fixing #2021 11 years ago
Torkel Ödegaard a8aab0cb2b Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014 11 years ago
Torkel Ödegaard 788e7fd36d Lots of api refactoring for org routes, #2014 11 years ago
Torkel Ödegaard 74bf1f23fb Small progress on #2014 11 years ago
Torkel Ödegaard f81bde5643 Refactoring some api handlers to use the new Response return object 11 years ago
Torkel Ödegaard fbc6bb2112 More refactoring of user http api, trying to reuse handlers for sign in user and admin operations 11 years ago
Torkel Ödegaard 5270c4bc74 refactorin api code for user routes, preparation for admin improvements, #2014 11 years ago
Haneysmith, Nathan 2af28b90c2 whitespace update per gofmt 11 years ago
Haneysmith, Nathan 09b0e6e388 Addresses #1853, redact session provider secrets 11 years ago
Torkel Ödegaard ea993b6404 Some inital ldap work 11 years ago
Torkel Ödegaard 448a8b8d1c Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 11 years ago
Torkel Ödegaard bb7d79e6d2 Refactoring search to support more than just db dashboards 11 years ago
Torkel Ödegaard 187834b17c Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 11 years ago
Torkel Ödegaard 35cc0a1cc0 Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960 11 years ago
Torkel Ödegaard b3be51f17f Lots of work on search and dashboard loading, trying to generalize concepts and code, #960 11 years ago
Torkel Ödegaard a40299b4dc Progress on json file index and search #960 11 years ago
Torkel Ödegaard 1a9f630710 Began work on adding json files to search, #960 11 years ago
Torkel Ödegaard e5c1169120 HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928 11 years ago
Torkel Ödegaard 73ee8a5985 HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 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 e771d8e944 Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 11 years ago
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 11 years ago