8000 Releases · getodk/central · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: getodk/central

ODK Central v2025.2.0

17 Jun 18:00
133bfc9
Compare
Choose a tag to compare

Entities

  • Add Search functionality to Entities page (#1009, #1023)
  • Update filter styling on Submissions and Entities pages (#1008)
  • Limit Entity access to creator (#952, #1137)
  • Tell OpenRosa clients to delete Entities when their Submissions have not been approved (#685)

Bug Fixes + Other Improvements

  • Log server upgrade in Audit Log (#971)
  • Server Audit Log: distinguish categories in type filter (#1042)
  • Improve toast messages (#1011, #1030)
  • Load binary Submission Attachments when editing Submission in ODK Web Forms (getodk/central-frontend#1301)
  • Prevent ODK Web Forms styles from affecting the rest of Central (#1121, #1015)
  • Improve display while loading ODK Web Forms (#1120)
  • Reposition Entity upload popup so that it's not partially concealed (#1138)
  • Restrict API access to Form Drafts to Users who can update Forms (getodk/central-backend#1502)
  • Surface errors from S3 (getodk/central-backend#1469, getodk/central-backend#1470)
  • Docker: allow passthrough of command arguments to postgres14 endpoint (#1066)
  • pg_repack causes backup restore to fail (#1100)
  • Allow Google Translate in Content Security Policy (#1129)

Operations + Maintenance

v2025.1.4

11 Jun 05:16
e2bb985
Compare
Choose a tag to compare

What's Changed

  • Use pyxform version 3.1.0 to avoid rare Enketo crash when form definitions have newlines (#1150)

Full Changelog: v2025.1.3...v2025.1.4

ODK Central v2025.1.3

10 Jun 21:25
a80979b
Compare
Choose a tag to compare

ODK Central v2025.1.2

30 May 18:34
cf63ca7
Compare
Choose a tag to compare
  • Fix redirect from Enketo after second or later Submission edit (#1089)
  • Include custom port number when redirecting from Enketo after Submission edit (#1081)
  • Fix preview link in "Use ODK Web Forms" modal (#1102)
  • ODK Web Forms: Support Form attachments that are binary files (getodk/central-frontend#1273)
  • Update ODK Web Forms to 0.12.0
  • Ensure that version.txt reflects latest release tags (#1085)

ODK Central v2025.1.1

20 May 19:06
4ac522b
Compare
Choose a tag to compare

ODK Central v2025.1.0

14 May 20:27
9237a17
Compare
Choose a tag to compare

Redesign

  • Add infonav buttons (#827)
  • Update Project description (#863)
  • Remove Form Overview (#865, #896)
  • Replace Entity List Overview with Properties page (#825)
  • Add tab count to new Properties page (#826)
  • Redesign Submissions and Entities tables (#824, #822)
  • Redesign Form draft UI (#728)
  • "What's new" modal (#801)
  • Restyle modals (#914)
  • Update header and breadcrumb styling (#924)
  • Add "Last update" to hover card for Entity List (#803)

ODK Web Forms

  • Integrate latest version of ODK Web Forms with Submission capabilities (#883)
  • Add ability to edit Submission using Web Forms (#934)
  • Allow a user to fill out another instance after submitting a Web Form (#928)
  • Handle Submission Attachment failure (#970)
  • Handle session timeout when filling out Form via ODK Web Forms (#910)

Entity Deletion

  • Add ability to restore deleted Entities (#710)
  • Purge deleted Entities (#710)
  • Disable delete button during request to delete Entity (#787)
  • Identify deleted Entities to ODK Collect (#668)

Bug Fixes + Other Improvements

Operations + Maintenance

Forum announcement: https://forum.getodk.org/t/54899

ODK Central v2024.3.2

26 Feb 19:37
b5b06cb
Compare
Choose a tag to compare

ODK Central v2024.3.1

13 Jan 21:30
7a7ddd7
Compare
Choose a tag to compare

Patch Release:

Also included:

  • New backend database migration test patterns/infrastructure
  • Tests demonstrating null content type issues (to be more thoroughly fixed in the next release)

ODK Central v2024.3.0

17 Dec 20:17
d72f970
Compare
Choose a tag to compare

Offline Entities

  • Migrate forms to use offline entities #692
  • Warn about forms with old version of entity spec <2024.* #730
  • Entity submission backlog: apply create as update #702
  • Update conflict logic for offline entities #698
  • Show events about offline entities backlog on submission details page #821

Submission Deletion

  • Delete Submissions from UI #709
  • Show delete and undelete events in submission activity feed #789
  • Improve error message when a soft-deleted form gets re-submitted #794

Enhancements to UI

  • Redesign breadcrumbs #674
  • Add hover cards #670
  • Update buttons above Draft test Submissions #833
  • Testing QR code flyout without option to close it #847

Improvements to OData

  • $skiptoken results in error for repeat group of individual submission #622
  • singleRowToOData(): handle unmatched repeatId getodk/central-backend#1216
  • OData /Submissions and /Submissions.xyz.* endpoints return empty array for invalid $skiptoken #763
  • Unparseable $skiptoken behaviour is undefined #764
  • OData $filter: unsupported function results in 500 error #711

Bug Fixes + Other Improvements

  • Save user preferences #689
  • Add ability to hide forms trash #690
  • Show message if version of Central is out-of-date #774
  • Return MD5 hash for form attachments #758
  • Reject creating property with name that case-insensitively matches an existing property #769
  • Entity List template CSV gets opened and saved by Excel as not UTF-8 #721
  • Unable to create entity when "create" and "update" are true #727
  • Can't see test Submissions if filters are selected in Submissions tab #756
  • OIDC login fails due to Authentik sending state QS and node-openid-client failing a check getodk/central-backend#1134
  • s3 upload-pending command should not require pgrowlocks extension #812
  • Handle additional bodyParser errors #788
  • Backend crash when opening hostile-named submission detail getodk/central-backend#1157
  • http: strip ETag headers from error responses getodk/central-backend#1103
  • nginx: reject requests with unexpected Host header #809
  • App user QR code violates CSP directive #629
  • Content-Type application/javascript is being served uncompressed #819

Maintenance

Forum announcement: https://forum.getodk.org/t/51515

ODK Central v2024.2.1

17 Oct 20:29
461ec09
Compare
Choose a tag to compare
  • Update pyxform-http (#750)
    • Fix geojson attachment support
  • Update Web Forms (getodk/central-frontend#1041)
    • Show details instead of a blank page if there's a form load failure
0