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

[fix] handle missing server file for an action request #7958

Merged
merged 11 commits into from Dec 7, 2022
Merged

[fix] handle missing server file for an action request #7958

merged 11 commits into from Dec 7, 2022

Commits on Dec 5, 2022

  1. add content-type check to enhance

    Tee Ming committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9d907a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge branch 'master' into fix-no-action-enhance

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    186794c View commit details
    Browse the repository at this point in the history
  2. revert content-type check for form enhance

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b25ab29 View commit details
    Browse the repository at this point in the history
  3. jsonify 'no actions exist' error response

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    067a8ef View commit details
    Browse the repository at this point in the history
  4. handle missing server file for action request

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    37f71ea View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    746ea2e View commit details
    Browse the repository at this point in the history
  6. jsonify csrf error response

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c87a2c2 View commit details
    Browse the repository at this point in the history
  7. revert jsonify

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cd40d9e View commit details
    Browse the repository at this point in the history
  8. add handle_error_and_jsonify

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b8f8ca8 View commit details
    Browse the repository at this point in the history
  9. add case for jsonifying csrf error response

    Tee Ming committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dea4b80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8491ba0 View commit details
    Browse the repository at this point in the history