Commit Graph

414 Commits (aa4d60c21ea5997b5c288242b7b51b1106c5a466)

Author SHA1 Message Date
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 3706d0dedd 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 83279604c6 updated search handler 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 2446168356 Sort tags in search results, Closes #2091 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
Andrea Bernardo Ciddio cf147cdeaf GitHub users without a public email should be authenticated using their primary private email address 11 years ago
Torkel Ödegaard 5f004f95f2 Fixed issue with json dashboard index, json file dashboards turned up when filtering on 'is starred' 11 years ago
Brandon Turner b2a0ae0f83
Render panel images with any SSL protocol 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 bf9e51928d Fix to signed in user when user <-> org link is gone 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
Dieter Plaetinck e9f38b9fc0 no unbound recursion in publish() 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 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 11 years ago
Torkel Ödegaard 1a401780ba Updated changelog with completed story, JSON dashboards added to search, Closes #960 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 c8146e759f Fixed json index unit test 11 years ago
Torkel Ödegaard bb7d79e6d2 Refactoring search to support more than just db dashboards 11 years ago
Torkel Ödegaard fb35f7210c Fixed failing golang test 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 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 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 38d851eb98 Another HTTP API fix 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 38fc85d619 Final tweaks to auth proxy feature 11 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 11 years ago
Torkel Ödegaard ba883d25fe More middleware unit tests cover all current auth mechanisms 11 years ago
Torkel Ödegaard f416e2d1ac More middleware unit test, starting to look really good 11 years ago
Torkel Ödegaard cb8110cd48 Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921 11 years ago