提交歷史

作者 SHA1 備註 提交日期
  Torkel Ödegaard ab1048b7ee feat(preferences): theme and home dashbord settings now work work on profile and org settings page 9 年之前
  Torkel Ödegaard 38a10f8be4 progress 9 年之前
  Torkel Ödegaard 7023dedc05 feat(preferences): refactoring PR #4399 9 年之前
  utkarshcmu cb42cfc6af Removed unwanted api, moved logic into backend 9 年之前
  utkarshcmu 66621d762e Added getDashboardSlugById api 9 年之前
  Peggy Li 773a5631c5 Fix typo in function name 9 年之前
  utkarshcmu 00a6efa15e Excluded total calculations from backend 10 年之前
  utkarshcmu 972ac99b7c Added more metadata 10 年之前
  utkarshcmu 58121d89fc Updated http_api docs 10 年之前
  utkarshcmu 6a1192172d Api stores dashboard creator 10 年之前
  utkarshcmu d8b90721b3 Able to display login Id of the user in Last Updated By 10 年之前
  utkarshcmu af371249f9 Successfully displayed userdId in UI 10 年之前
  utkarshcmu e0ffcda32e Added UI , DB settings 10 年之前
  utkarshcmu 5559ad1238 Return correct updated+created timestamps to frontend 10 年之前
  Torkel Ödegaard 09b3433e32 change(dashboards): made home dashboard and json file dashboards editable unless otherwise specified in json file, closes #2567 10 年之前
  woodsaj 6488324cf1 enhance quota support. 10 年之前
  woodsaj 852f9bd277 refactor quota settings 10 年之前
  woodsaj 76e9ebde36 always return after errors. 10 年之前
  woodsaj 0688050552 add quota middleware to enforce quotas. issue #321 10 年之前
  Torkel Ödegaard fb7b475457 Backend: Load dashboards with capital letters in the dashboard url slug (url id), Fixes #2163 10 年之前
  Torkel Ödegaard c709a28f02 More work on email and notification infra #1456 10 年之前
  Torkel Ödegaard ff3843bc7f Roles: New user role that replaces the old role behavior, Closes #2088 10 年之前
  Torkel Ödegaard 85c3a0aa14 Panel menu now hides edit actions for users with role Viewer, Closes #1826 10 年之前
  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 年之前
  Torkel Ödegaard bb7d79e6d2 Refactoring search to support more than just db dashboards 10 年之前
  Torkel Ödegaard 187834b17c Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable 10 年之前
  Torkel Ödegaard 35cc0a1cc0 Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960 10 年之前
  Torkel Ödegaard b3be51f17f Lots of work on search and dashboard loading, trying to generalize concepts and code, #960 10 年之前
  Torkel Ödegaard e5c1169120 HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928 10 年之前
  Torkel Ödegaard 73ee8a5985 HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 10 年之前