Skip to content

5.0.1

Choose a tag to compare

@newmanw newmanw released this 30 Jan 21:07
· 997 commits to master since this release

5.0.1

Features
  • Added password strength meters to admin user password change and sign up page.
Bug Fixes
  • Fix exporters (GeoJSON, KML, Shapefile, CSV) to work with multiple forms.
  • Don't export archived fields.
  • Fixed observation download to work with multiple forms.
  • Changing the observation geometry type (point, line, polygon) in the middle of creating will not leave old shape on the map.
  • Disable observation save while editing line and polygon until edit is complete.
  • Fix race condition when loading devices and users in admin pages.
  • Force reload devices and users every time a user goes to the admin page.
  • Show required checkbox when editing historical 'type' fields.
  • Fixed regex for password and password confirm match that was causing some like password to report a mismatch.
  • Fixed a bug where new users password was checked against existing password, which of course didn't exist.
  • Modify event projection query to contain acl and teamIds which allows for event CRUD permissions check.
  • Don't allow event team to be removed from its event.