Skip to content

Releases: ngageoint/mage-server

6.1.1

28 Jul 19:39
Compare
Choose a tag to compare
Bug Fixes
  • Geopackage export will skip adding userId or deviceId if missing from observation.
  • KML will skip export of attachments missing relativePath property.

6.2.0-beta.6

06 Jul 19:51
Compare
Choose a tag to compare
6.2.0-beta.6 Pre-release
Pre-release
prereleases/6.2.0-beta.6

bump beta version

6.2.0-beta.5

06 Jul 18:09
Compare
Choose a tag to compare
6.2.0-beta.5 Pre-release
Pre-release
prereleases/6.2.0-beta.5

[web-app] sync version of core-lib package

6.2.0-beta.3

26 Apr 05:08
Compare
Choose a tag to compare
6.2.0-beta.3 Pre-release
Pre-release
prereleases/6.2.0-beta.3

[service] move some @types from dev to regular dependencies because d…

6.1.0

21 Apr 21:49
Compare
Choose a tag to compare
Features
  • You can now enter and display all coordinates in the app in Degree Minute Second format.
  • Administrators can now allow for any attachment types, or restrict to image, video or audio.
Bug Fixes
  • Textarea in observation form is resizeable.
  • User and team paging api update, fixes team and event size limitation.

6.2.0-beta.2

21 Apr 18:26
Compare
Choose a tag to compare
6.2.0-beta.2 Pre-release
Pre-release
prereleases/6.2.0-beta.2

[plugins/random] minor cleanup

6.2.0-beta.1

15 Apr 17:48
Compare
Choose a tag to compare
6.2.0-beta.1 Pre-release
Pre-release
prereleases/6.2.0-beta.1

[plugins/nga-msi] package-lock

6.0.2

25 Mar 13:21
Compare
Choose a tag to compare
Bug Fixes
  • Preserve primary and secondary feed fields on form import.
  • Fix observation view error on invalid primary/secondary feed field.
  • Fix feed item preview, account for feed item without attachments.
  • Fix form preview on event admin page.

6.0.1

11 Oct 20:55
Compare
Choose a tag to compare
Features
  • Shapefile export has been removed, please use GeoPackage export.
  • Updated all export formats to account for multiple observation forms.

6.0.0

10 Sep 17:59
Compare
Choose a tag to compare

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features
  • Multi form support. Users will be able to add multiple forms to an observation when the server configuration allows. Administrators can restrict total amount of forms, as well as min/max for individual forms.
  • Attachments are now form fields. All existing forms will be migrated to include and "Attachments" form field as the first first field in each form. Administrators can edit forms to include any number of attachments fields. In addition administrators can restrict the number of attachments allowed in each field as well as the types of attachments.
  • Local user signup captcha. All new local users will need to enter a captcha to create a local MAGE account.
  • New authentication functionality ability under admin->settings (e.g. create, edit, etc.).
  • Moving security settings to more secure location.
  • Adding support for connecting to a generic OAuth server.