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

Check submission encryption status before Instance creation #1938

Merged
merged 13 commits into from
Nov 4, 2020

Commits on Oct 29, 2020

  1. Test that submission encryption status is verified

    Test that encrypted submissions can not be made to XForms that are
    unencrypted and that unencrypted submissions can not be made to
    encrypted XForms.
    DavisRayM committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    49f9f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2687a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b0221 View commit details
    Browse the repository at this point in the history
  4. Convert exception to string

    DavisRayM committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3303010 View commit details
    Browse the repository at this point in the history
  5. Use translation string

    DavisRayM committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    60a6217 View commit details
    Browse the repository at this point in the history
  6. Update localization files

    DavisRayM committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c213abf View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    591620e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2400b16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c793ef View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Code clean up

    - Add "encryption_elems_num" variable to contain the number of required
    encryption elements present in a Submissions XML
    - Use translated strings to hold the "encrypted" & "unencrypted" strings
    - Update translations
    DavisRayM committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4e89bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4dc119 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    DavisRayM committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    462a492 View commit details
    Browse the repository at this point in the history
  4. Use translation string

    DavisRayM committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6841643 View commit details
    Browse the repository at this point in the history