Skip to content

Releases: ngageoint/mage-server

4.4.0

17 Jan 20:40

Choose a tag to compare

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

22 Sep 18:18

Choose a tag to compare

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

22 Apr 22:11

Choose a tag to compare

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

22 Apr 14:37

Choose a tag to compare

4.2.0 (04-14-2016)

Features
  • New numberfield in event form
  • Rework observation/people feed to show map and feed on smaller devices
  • Allow user to upload avatar when creating an account
  • Read user permissions (web) to determine observation edit capabilities

4.1.1

22 Apr 14:28

Choose a tag to compare

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

22 Apr 21:11

Choose a tag to compare

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

02 Mar 15:46

Choose a tag to compare

4.0.1 (02-26-2016)

  • You can now add users directly to an event
  • Events can be marked as complete. Complete events will not be returned for the default events route.

Google OAuth support

16 Feb 15:20

Choose a tag to compare

  • Server now supports google oauth.