Releases: ngageoint/mage-server
Releases · ngageoint/mage-server
6.0.0-beta5
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
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
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
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
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
5.5.1
5.5.0
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
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.
5.4.3
Release Notes
- This release includes database migrations, please remember to backup your database before upgrading.
Features
- Optimize observation and user location responses. Created new APIs to populate observation and location user information and removed individual calls to get users.
- Admins can now setup a more robust password policy, see Admin -> Settings -> Local Authentication.
- First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
Bug Fixes
- Multiple users can be added to a team and/or event without refreshing.
- Users and Teams can be removed from events.
- Removing a user from a team will no longer take you to the user page.
- Display names are shown when users are added to the ACL.
- Fix swagger authentication token injection.
- Observation export will no longer fail if attachment file is missing from file system.