Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browse as Parse.User #1523

Closed
wants to merge 121 commits into from
Closed

Commits on Mar 31, 2020

  1. Test ACL with parse user login

    NinoZX committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4d3308f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b4bb2d1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into browse-as-parse-user

    * origin/master:
      Update parse to the latest version 🚀 (parse-community#1507)
      Update webpack to the latest version 🚀 (parse-community#1504)
      Update marked to the latest version 🚀 (parse-community#1503)
      Update babel-loader to the latest version 🚀 (parse-community#1501)
      Update react to the latest version 🚀 (parse-community#1500)
      Update marked to the latest version 🚀 (parse-community#1499)
      Update file-loader to the latest version 🚀 (parse-community#1498)
      Update commander to the latest version 🚀 (parse-community#1496)
      Update regenerator-runtime to the latest version 🚀 (parse-community#1495)
      Update eslint-plugin-react to the latest version 🚀 (parse-community#1490)
      Update eslint-plugin-jest to the latest version 🚀 (parse-community#1489)
      Update cross-env to the latest version 🚀 (parse-community#1488)
    NinoZX committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2230030 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    bdbaa60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a144f64 View commit details
    Browse the repository at this point in the history
  3. fix: eslint fixes

    NinoZX committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f2e5295 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0f4f23c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Merge branch 'master' into browse-as-parse-user

    * master:
      Release 2.1.0 (parse-community#1516)
      Update puppeteer to the latest version 🚀 (parse-community#1531)
      Update semver to the latest version 🚀 (parse-community#1527)
      Update semver to the latest version 🚀 (parse-community#1526)
      Update semver to the latest version 🚀 (parse-community#1525)
      Update semver to the latest version 🚀 (parse-community#1524)
    NinoZX committed May 27, 2020
    Configuration menu
    Copy the full SHA
    937b524 View commit details
    Browse the repository at this point in the history
  2. fix: eslint fixes

    NinoZX committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7331eef View commit details
    Browse the repository at this point in the history
  3. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed May 27, 2020
    Configuration menu
    Copy the full SHA
    5377b43 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Removed quickfix for next PR

    NinoZX committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a7321e4 View commit details
    Browse the repository at this point in the history
  2. Removed quickfix for next PR

    NinoZX committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    dab2116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b24fb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Merge branch 'master' into browse-as-parse-user

    * master:
      fixed master key not being passed in when saving file in global config (parse-community#1581)
      Fix pointer CLPs (parse-community#1556)
      Clear state.data when setting relation to column type mismatch. (parse-community#1564)
    NinoZX committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    14a5b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f015d0a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    8f8f9a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    7d3ddb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142e943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6726f23 View commit details
    Browse the repository at this point in the history
  4. chore: Remove wontfix label from Stalebot (parse-community#1607)

    Similar to parse-community/parse-server#6810
    
    Fixes labels, allow stalebot for only issues.
    dplewis authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d167205 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    fe14142 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    1b8b361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db735b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    6c8e63d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Fixes EditRowDialog

    - update fields automatically when they are updated on server
    - don't update array, object and polygon when no changes are in the field
    - GeoPointEditor added componentWillReceiveProps on values change
    - TextInput textarea added rows props to be used
    NinoZX authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5b03d39 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    78d3772 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    ead4fe8 View commit details
    Browse the repository at this point in the history
  2. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1b027a9 View commit details
    Browse the repository at this point in the history
  3. fix: eslint fixes

    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    bb8ff85 View commit details
    Browse the repository at this point in the history
  4. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    875a92c View commit details
    Browse the repository at this point in the history
  5. fix: eslint fixes

    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    cba1de4 View commit details
    Browse the repository at this point in the history
  6. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0746f02 View commit details
    Browse the repository at this point in the history
  7. Removed quickfix for next PR

    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0b70607 View commit details
    Browse the repository at this point in the history
  8. Removed quickfix for next PR

    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2e808af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f76420b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d617cae View commit details
    Browse the repository at this point in the history
  11. Merge branch 'browse-as-parse-user' of github.com:italkco/parse-dashb…

    …oard into browse-as-parse-user
    
    * 'browse-as-parse-user' of github.com:italkco/parse-dashboard:
      Reposition Browse as User menu item
      Removed EditRowDialog fixes for next PR
      Removed quickfix for next PR
      Removed quickfix for next PR
      Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions
      fix: eslint fixes
      UX changes in main nav bar for browse as user; Toggle new type added - HIDE_LABELS;
      fix: eslint fixes
      fix: don't update Array,  Object or Polygon field on EditRowDialog when no changes
      Login dialog upgrades; Expand / Collapse TextArea fields on EditRowDialog; Fix for live reload data on EditRowDialog when data is updated on server
      Test ACL with parse user login
    NinoZX committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    333ffd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    07b5a2b View commit details
    Browse the repository at this point in the history
  2. fix: upgrade multiple dependencies with Snyk (parse-community#1615)

    Snyk has created this PR to upgrade:
      - react from 16.13.1 to 16.14.0.
        See this package in npm: https://www.npmjs.com/package/react
      - react-dom from 16.13.1 to 16.14.0.
        See this package in npm: https://www.npmjs.com/package/react-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr
    snyk-bot authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3481de3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    df623be View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    75c23be View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    ef7c275 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    2394ea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    8c5155b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    8fe3e7f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    faf8d2d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Test ACL with parse user login

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e35eabe View commit details
    Browse the repository at this point in the history
  2. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e23df3d View commit details
    Browse the repository at this point in the history
  3. fix: eslint fixes

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5d829cd View commit details
    Browse the repository at this point in the history
  4. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f5046a8 View commit details
    Browse the repository at this point in the history
  5. fix: eslint fixes

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e460076 View commit details
    Browse the repository at this point in the history
  6. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    29fe883 View commit details
    Browse the repository at this point in the history
  7. Removed quickfix for next PR

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a3519e1 View commit details
    Browse the repository at this point in the history
  8. Removed quickfix for next PR

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4b844e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de04898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62a0c2d View commit details
    Browse the repository at this point in the history
  11. Test ACL with parse user login

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f99bcc6 View commit details
    Browse the repository at this point in the history
  12. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7cdfccf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    060ded6 View commit details
    Browse the repository at this point in the history
  14. fix: eslint fixes

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ad8684c View commit details
    Browse the repository at this point in the history
  15. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9d2bb49 View commit details
    Browse the repository at this point in the history
  16. fix: eslint fixes

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d9164c0 View commit details
    Browse the repository at this point in the history
  17. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7971748 View commit details
    Browse the repository at this point in the history
  18. Removed quickfix for next PR

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    8334055 View commit details
    Browse the repository at this point in the history
  19. Removed quickfix for next PR

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6eb5ffc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8725759 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2c27541 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'browse-as-parse-user' of github.com:italkco/parse-dashb…

    …oard into browse-as-parse-user
    
    * 'browse-as-parse-user' of github.com:italkco/parse-dashboard: (21 commits)
      Reposition Browse as User menu item
      Removed EditRowDialog fixes for next PR
      Removed quickfix for next PR
      Removed quickfix for next PR
      Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions
      fix: eslint fixes
      UX changes in main nav bar for browse as user; Toggle new type added - HIDE_LABELS;
      fix: eslint fixes
      Login dialog upgrades; Expand / Collapse TextArea fields on EditRowDialog; Fix for live reload data on EditRowDialog when data is updated on server
      Test ACL with parse user login
      Reposition Browse as User menu item
      Removed EditRowDialog fixes for next PR
      Removed quickfix for next PR
      Removed quickfix for next PR
      Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions
      fix: eslint fixes
      UX changes in main nav bar for browse as user; Toggle new type added - HIDE_LABELS;
      fix: eslint fixes
      fix: don't update Array,  Object or Polygon field on EditRowDialog when no changes
      Login dialog upgrades; Expand / Collapse TextArea fields on EditRowDialog; Fix for live reload data on EditRowDialog when data is updated on server
      ...
    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c714105 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8eb5898 View commit details
    Browse the repository at this point in the history
  24. await fix for user logout

    NinoZX committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    dee9e96 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    a9f2d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b9814 View commit details
    Browse the repository at this point in the history
  3. [Snyk] Upgrade parse from 2.17.0 to 2.18.0 (parse-community#1629)

    * fix: upgrade parse from 2.17.0 to 2.18.0
    
    Snyk has created this PR to upgrade parse from 2.17.0 to 2.18.0.
    
    See this package in npm:
    https://www.npmjs.com/package/parse
    
    See this project in Snyk:
    https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr
    
    * bump parse to 2.19.0
    
    Co-authored-by: Diamond Lewis <findlewis@gmail.com>
    snyk-bot and dplewis authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8b72954 View commit details
    Browse the repository at this point in the history
  4. fix: upgrade commander from 6.2.0 to 6.2.1 (parse-community#1636)

    Snyk has created this PR to upgrade commander from 6.2.0 to 6.2.1.
    
    See this package in npm:
    https://www.npmjs.com/package/commander
    
    See this project in Snyk:
    https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr
    
    Co-authored-by: Diamond Lewis <findlewis@gmail.com>
    snyk-bot and dplewis authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e6c2f91 View commit details
    Browse the repository at this point in the history
  5. fix: upgrade semver from 7.3.2 to 7.3.4 (parse-community#1634)

    Snyk has created this PR to upgrade semver from 7.3.2 to 7.3.4.
    
    See this package in npm:
    https://www.npmjs.com/package/semver
    
    See this project in Snyk:
    https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=upgrade-pr
    
    Co-authored-by: Diamond Lewis <findlewis@gmail.com>
    snyk-bot and dplewis authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    1d2e0d3 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump ini from 1.3.5 to 1.3.8 (parse-community#1641)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.8)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b8e3f71 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    5a31407 View commit details
    Browse the repository at this point in the history
  2. Test ACL with parse user login

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1515500 View commit details
    Browse the repository at this point in the history
  3. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    63f37ba View commit details
    Browse the repository at this point in the history
  4. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    bed94f3 View commit details
    Browse the repository at this point in the history
  5. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    753a673 View commit details
    Browse the repository at this point in the history
  6. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7c64351 View commit details
    Browse the repository at this point in the history
  7. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3adf80d View commit details
    Browse the repository at this point in the history
  8. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    eec9d0a View commit details
    Browse the repository at this point in the history
  9. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3f5cf1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51ba3f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    746dc0d View commit details
    Browse the repository at this point in the history
  12. Test ACL with parse user login

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    951023f View commit details
    Browse the repository at this point in the history
  13. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1f72133 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fac96d2 View commit details
    Browse the repository at this point in the history
  15. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a0bacba View commit details
    Browse the repository at this point in the history
  16. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f2ca190 View commit details
    Browse the repository at this point in the history
  17. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4fbdbe6 View commit details
    Browse the repository at this point in the history
  18. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c92dc1d View commit details
    Browse the repository at this point in the history
  19. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    cf24e50 View commit details
    Browse the repository at this point in the history
  20. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6fcfc47 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a8a7b2a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    26869dc View commit details
    Browse the repository at this point in the history
  23. Test ACL with parse user login

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1c31b34 View commit details
    Browse the repository at this point in the history
  24. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b2f43a2 View commit details
    Browse the repository at this point in the history
  25. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    acaea11 View commit details
    Browse the repository at this point in the history
  26. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    065bad1 View commit details
    Browse the repository at this point in the history
  27. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    45f2ac2 View commit details
    Browse the repository at this point in the history
  28. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ca476cd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1879e05 View commit details
    Browse the repository at this point in the history
  30. Test ACL with parse user login

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3f1dc15 View commit details
    Browse the repository at this point in the history
  31. Login dialog upgrades;

    Expand / Collapse TextArea fields on EditRowDialog;
    Fix for live reload data on EditRowDialog when data is updated on server
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    bbcc52c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9868cab View commit details
    Browse the repository at this point in the history
  33. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    bc5b450 View commit details
    Browse the repository at this point in the history
  34. UX changes in main nav bar for browse as user;

    Toggle new type added - HIDE_LABELS;
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    16321f0 View commit details
    Browse the repository at this point in the history
  35. fix: eslint fixes

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    53f8894 View commit details
    Browse the repository at this point in the history
  36. Use master key state property on editRowDialog and ObjectPickerDialog;

    Enabled using useMasteKey property for save actions and other actions
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    18e04cc View commit details
    Browse the repository at this point in the history
  37. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c300108 View commit details
    Browse the repository at this point in the history
  38. Removed quickfix for next PR

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    9d94943 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    72c270d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f720782 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5f81029 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    61edef1 View commit details
    Browse the repository at this point in the history
  43. Merge branch 'browse-as-parse-user' of github.com:italkco/parse-dashb…

    …oard into browse-as-parse-user
    
    * 'browse-as-parse-user' of github.com:italkco/parse-dashboard: (45 commits)
      Clear user & pass from LoginDialog on handleClose
      await fix for user logout
      Used object shorthand on useMasterKey
      Reposition Browse as User menu item
      Removed EditRowDialog fixes for next PR
      Removed quickfix for next PR
      Removed quickfix for next PR
      Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions
      fix: eslint fixes
      UX changes in main nav bar for browse as user; Toggle new type added - HIDE_LABELS;
      fix: eslint fixes
      fix: don't update Array,  Object or Polygon field on EditRowDialog when no changes
      Login dialog upgrades; Expand / Collapse TextArea fields on EditRowDialog; Fix for live reload data on EditRowDialog when data is updated on server
      Test ACL with parse user login
      Reposition Browse as User menu item
      Removed EditRowDialog fixes for next PR
      Removed quickfix for next PR
      Removed quickfix for next PR
      Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions
      fix: eslint fixes
      ...
    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    54b4ba9 View commit details
    Browse the repository at this point in the history
  44. package-lock.json fix

    NinoZX committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    679537e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    83b4317 View commit details
    Browse the repository at this point in the history