Commit Graph

425 Commits (05f934548b3dee7f3407500a31396a14b49af2a8)

Author SHA1 Message Date
Torkel Ödegaard 66e60357dc Set email when creating user from auth_proxy header, Fixes #2156 10 years ago
Torkel Ödegaard bae1e2f0c1 Fix for validating tags in dashboard json in backend, Fixes #2152 10 years ago
Torkel Ödegaard 7ce31bfaa0 changed dependency for gosimple/slug, they had finally removed the gopkgs dependency, Fixes #2153 10 years ago
Torkel Ödegaard 3675b3fcaa Fixed issue with clearing admin permissions, Fixes #2143 10 years ago
Torkel Ödegaard 5962bcbc6c Do not show create org link when allow_org_create is set to false, Fixes #2135 10 years ago
Torkel Ödegaard b5418c40ba fixed AMPQ -> AMQP typo 10 years ago
Torkel Ödegaard 2266ef6809 Minor api refactoring / code clean up 10 years ago
Torkel Ödegaard bb2d810709 Final work password reset email, Closes #1456 10 years ago
Torkel Ödegaard db0c442eaf Added configuration options for smtp 10 years ago
Torkel Ödegaard 42fc68baa5 Simplified emailing system and combined mailer and notifications packages 10 years ago
Torkel Ödegaard c8bc0b3bf8 Lots of work on user password reset, #1456 10 years ago
Torkel Ödegaard aa4d60c21e Worked on reset password views, refactored out password strength to a reusable directive 10 years ago
Torkel Ödegaard 89418a155a More work on email and notification infra #1456 10 years ago
Torkel Ödegaard c709a28f02 More work on email and notification infra #1456 10 years ago
Torkel Ödegaard 3706d0dedd More work on email and notification infra #1456 10 years ago
Torkel Ödegaard 3f5ab189cd Began work on emailing service #1456 10 years ago
Torkel Ödegaard 83279604c6 updated search handler 10 years ago
Torkel Ödegaard 50a1feb90a Dashboard list panel: Now supports search by multiple tags, Closes #2096 10 years ago
Torkel Ödegaard dc607b8e8a Dashboard search now supports filtering by multiple dashboard tags, Closes #2095 10 years ago
Torkel Ödegaard 2446168356 Sort tags in search results, Closes #2091 10 years ago
Torkel Ödegaard ff3843bc7f Roles: New user role that replaces the old role behavior, Closes #2088 10 years ago
Torkel Ödegaard 85c3a0aa14 Panel menu now hides edit actions for users with role Viewer, Closes #1826 10 years ago
Torkel Ödegaard e2f6633d57 Began work on data source test / validation, #1997 & #2043 10 years ago
Torkel Ödegaard fc43ce657c allow data source proxy to proxy requests over self signed https connections, Closes #2069 10 years ago
Andrea Bernardo Ciddio cf147cdeaf GitHub users without a public email should be authenticated using their primary private email address 10 years ago
Torkel Ödegaard 5f004f95f2 Fixed issue with json dashboard index, json file dashboards turned up when filtering on 'is starred' 10 years ago
Brandon Turner b2a0ae0f83
Render panel images with any SSL protocol 10 years ago
Indrek Juhkam b55d9350e7 Add github organizations support 10 years ago
Torkel Ödegaard 592330b5a7 Expose data source extended properties (jsonData), to the frontend, Closes #2023 10 years ago
Torkel Ödegaard 3354365177 Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling 10 years ago
Heinz N. Gies 7cf9046dc5 fixing #2021 10 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 10 years ago
Torkel Ödegaard 788e7fd36d Lots of api refactoring for org routes, #2014 10 years ago
Torkel Ödegaard 74bf1f23fb Small progress on #2014 10 years ago
Torkel Ödegaard bf9e51928d Fix to signed in user when user <-> org link is gone 10 years ago
Torkel Ödegaard f81bde5643 Refactoring some api handlers to use the new Response return object 10 years ago
Torkel Ödegaard fbc6bb2112 More refactoring of user http api, trying to reuse handlers for sign in user and admin operations 10 years ago
Torkel Ödegaard 5270c4bc74 refactorin api code for user routes, preparation for admin improvements, #2014 10 years ago
Dieter Plaetinck e9f38b9fc0 no unbound recursion in publish() 10 years ago
Haneysmith, Nathan 2af28b90c2 whitespace update per gofmt 10 years ago
Haneysmith, Nathan 09b0e6e388 Addresses #1853, redact session provider secrets 10 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 10 years ago
Torkel Ödegaard 1a401780ba Updated changelog with completed story, JSON dashboards added to search, Closes #960 10 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 10 years ago
Torkel Ödegaard c8146e759f Fixed json index unit test 10 years ago
Torkel Ödegaard bb7d79e6d2 Refactoring search to support more than just db dashboards 10 years ago
Torkel Ödegaard fb35f7210c Fixed failing golang test 10 years ago
Torkel Ödegaard 187834b17c Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 10 years ago
Torkel Ödegaard 35cc0a1cc0 Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960 10 years ago
Torkel Ödegaard b3be51f17f Lots of work on search and dashboard loading, trying to generalize concepts and code, #960 10 years ago