-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from getodk/update-submodules
Update submodules for v1.3.2
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule client
updated
34 files
Submodule server
updated
15 files
+37 −18 | docs/api.md | |
+4 −1 | lib/bin/run-server.js | |
+7 −11 | lib/data/briefcase.js | |
+1 −1 | lib/data/client-audits.js | |
+6 −4 | lib/data/submission.js | |
+7 −1 | lib/model/query/submissions.js | |
+1 −1 | lib/util/http.js | |
+20 −15 | lib/worker/submission.attachment.update.js | |
+3 −1 | lib/worker/worker.js | |
+6 −6 | test/assertions.js | |
+5 −5 | test/integration/api/forms.js | |
+83 −19 | test/integration/api/submissions.js | |
+32 −11 | test/integration/other/encryption.js | |
+31 −31 | test/unit/data/briefcase.js | |
+14 −1 | test/unit/data/submission.js |