forked from getodk/central
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4fe43d
commit d74a70c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule server
updated
26 files
+1 −1 | config/default.json | |
+40 −4 | docs/api.md | |
+18 −2 | lib/data/analytics.js | |
+1 −0 | lib/external/slonik.js | |
+0 −4 | lib/formats/mail.js | |
+5 −0 | lib/model/frames.js | |
+9 −1 | lib/model/frames/form.js | |
+33 −40 | lib/model/migrations/20181206-01-add-projects.js | |
+11 −6 | lib/model/migrations/20181212-01-add-roles.js | |
+22 −0 | lib/model/migrations/20220309-01-add-project-description.js | |
+48 −3 | lib/model/query/analytics.js | |
+28 −4 | lib/model/query/forms.js | |
+38 −7 | lib/model/query/projects.js | |
+6 −3 | lib/resources/projects.js | |
+8 −4 | lib/resources/users.js | |
+13 −10 | lib/util/db.js | |
+43 −114 | package-lock.json | |
+1 −1 | package.json | |
+3 −2 | test/assertions.js | |
+3 −0 | test/integration/api/forms/list.js | |
+153 −2 | test/integration/api/projects.js | |
+16 −5 | test/integration/api/users.js | |
+6 −3 | test/integration/fixtures/01-users.js | |
+97 −1 | test/integration/other/analytics-queries.js | |
+44 −1 | test/integration/other/migrations.js | |
+36 −0 | test/unit/util/db.js |