Releases: ngageoint/mage-server
Releases · ngageoint/mage-server
4.4.0
4.4.0
This release include database migrations.
- Please run
npm run migrate
Features
- Added observations favorites. Users can mark observations as a favorite, and can view other users favorites.
- Added important observations. Users with event edit permissions can mark observations as important.
- Added observation share/export. Share/export will package observation (including attachments) into a self contained html page.
Bug Fixes
- Changed default form type to textarea for textarea fields. This will enable users to add new lines to default.
4.3.0
4.3.0 (04-22-2016)
Features
- Multi select support for dropdown and user dropdown fields.
- Don't allow ordering of type, timestamp, geometry or variantField from the form editor. This will eliminate confusion
since we always put those fields at the top of our clients. - Update server configuration to allow for SSL communication between application and database.
Bug Fixes
- Added form import error handling on web client.
- Fixed feed layout height in Firefox.
4.2.1
4.2.1 (04-22-2016)
Features
- OSM geocoder added. Search addresses from the MAGE map. On successful search the map will pan an zoom to that location.
Bug Fixes
- Only allow ISO8601 times for observation timestamps. Invalid time will result in a 400 response.
- Insert empty option for non required user fields in a form. This will allow someone to clear a user, or clear a currently selected user.
- Map should no longer hang on invalid XYZ/TMS data sources.
4.2.0
4.1.1
4.1.1 (03-23-2016)
Features
- Added user agent and application version to device list on devices page.
- Maintain aspect ration for user avatars.
Bug Fixes
- User agent and application version now parsed and saved w/ device on login.
- Fixed flexbox layout issues for map popups in IE 11.
- Fixed observation edit not allowing save in some situations.
4.1.0
4.1.0 (03-21-2016)
Features
- 'Event Users' dropdown in form builder. This dropdown is dynamically populated with all users in the event.
- Create your own user icon from the user edit page.
- Added environment module to support local and Cloud Foundry deployments.
- When creating a new MAGE server the initial user and device are now creating through the web interface, rather then by a database patch.
- Added some Excel specific fields to CSV export data.
Bug Fixes
- Fixed a bug where canceling an observation edit did not also clear attachment delete flag. This made it look like the attachment may still have been deleted after clicking cancel.
4.0.1
Google OAuth support
- Server now supports google oauth.