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

Formio-Vm integration #1684

Closed
wants to merge 33 commits into from

Commits on Nov 16, 2023

  1. FIO-7302: Prevent clearing the fields that does not exist on the curr…

    …ent form revision if they were on the older one
    alexandraRamanenka committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cdb798b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e449c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    5b64581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fbd76 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    3e79db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978afc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d63a284 View commit details
    Browse the repository at this point in the history
  4. fix fn call

    AlexeyNikipelau committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    30b8234 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    198336d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1660 from formio/FIO-7498-decrypted-values-submis…

    …sion-export
    
    FIO-7498 Fixed the issue with data not being decrypted when trying to…
    brendanbond committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5fe9e4c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    632ffb8 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    brendanbond committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8a5eefb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1659 from formio/FIO-7302-prevent-clearing-values…

    …-from-older-form-revisions
    
    FIO-7302: Prevent clearing the fields that does not exist on the current form revision if they were on the older one
    brendanbond committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    aaeb573 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    5bdb0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213d644 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'validation-process-refactor' into vm-integration

    # Conflicts:
    #	package.json
    #	yarn.lock
    AlexeyNikipelau committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0139f0d View commit details
    Browse the repository at this point in the history
  4. yarn.lock recreated

    AlexeyNikipelau committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4db2313 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c5b15b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. FIO-7623: Fixes an issue where Email action with Logs turned on will …

    …fail for the nested form with Attach Submission PDF
    alexandraRamanenka committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    89f25da View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e47d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d2bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0ada9 View commit details
    Browse the repository at this point in the history
  4. FIO-5471: Remove mongoose.save from codebase (#1632)

    * FIO-5471: Removed mongoose.save from codebase
    
    * FIO-5471: Add small fixes
    
    * refactor submission patch
    
    * fix formatting
    
    * This is a combination of 2 commits.
    
    FIO-5471: Add $set operator for mongoDb methods
    
    ---------
    
    Co-authored-by: Travis Tidwell <travis@form.io>
    mikekotikov and travist committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    45928ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58aadd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31851f0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1689 from formio/FIO-7623-error-on-email-action

    FIO-7623: Fixes an issue where Email action with Logs turned on will fail for the nested form with Attach Submission PDF
    brendanbond committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    77fb7ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20e55ad View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1687 from formio/fix/delete-own-file-persmission

    FIO-7292: Added own check to delete file from storage
    brendanbond committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3aeea7c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Merge pull request #1694 from formio/FIO-7498-decrypted-values-submis…

    …sion-export2
    
    FIO-7498 Changed the passing of a data field to decrypt hook
    brendanbond committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fd90cec View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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