Skip to content

Releases: ngageoint/mage-server

6.0.0

10 Sep 17:59

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.

6.0.0-beta5

28 Aug 22:31

Choose a tag to compare

6.0.0-beta5 Pre-release
Pre-release

Release Notes

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

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta3

16 Aug 19:54

Choose a tag to compare

6.0.0-beta3 Pre-release
Pre-release

Release Notes

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

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta4

19 Aug 12:26

Choose a tag to compare

6.0.0-beta4 Pre-release
Pre-release

Release Notes

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

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta2

09 Jul 16:36

Choose a tag to compare

6.0.0-beta2 Pre-release
Pre-release

Release Notes

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

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta1

08 Jul 16:14

Choose a tag to compare

6.0.0-beta1 Pre-release
Pre-release

Release Notes

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

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

5.5.2

18 Jun 13:26

Choose a tag to compare

Bug Fixes
  • GeoPackage export properly formats observation form data to allowed geopackage types.
  • Fix invalid reference in export startup service.
  • KML user location export properly groups user locations.

5.5.1

25 May 21:49

Choose a tag to compare

Bug Fixes
  • Fixed attachment upload regression when creating a new observation.
  • Fixed user role not seeing observation details
  • Fixed admin observation delete button missing

5.5.0

04 May 19:22

Choose a tag to compare

Features
  • Export as GeoPackage.
  • New export UI, allowing users to view previous exports.
  • Exports are now done in the background, this will eliminate client timeouts for larger exports.
  • Minor performance enhancements to existing export types.
  • Adding icons to search results on admin pages.
Bug Fixes
  • Fix bug detecting invalid KML files on upload in some web clients.
  • Login search on device page correctly filters on device.
  • Display device uid, not user-agent, when filtering on devices from admin dashboard.
  • Default admin approval as enabled for new user accounts. This was causing new user account creation to fail.
  • User map icon now appears on the map. Default icon is also displayed instead of a missing icon image.
  • Fixing grammar and misspellings on various admin pages.

5.4.4

23 Nov 20:45

Choose a tag to compare

Features
  • Support for "Feature Style" extension, upgrade to newest version of GeoPackage JS.
Bug Fixes
  • Change Graphics Magick call to orient image attachments such that exif metadata is not lost.
  • Web should not prompt for device uid, if device admin approval is not enabled.
  • Fix bug in 3rd party authentication which was not properly adding authenticated users.