You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,7 +82,7 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
90
82
##### Features
91
83
* Export as GeoPackage.
92
84
* New export UI, allowing users to view previous exports.
93
-
* Exports are now done in the background, this will eliminate client timeouts for larger exports.
85
+
* Exports are now done in the background, this will eliminate client timeouts for larger exports.
94
86
* Minor performance enhancements to existing export types.
95
87
* Adding icons to search results on admin pages.
96
88
@@ -120,7 +112,7 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
120
112
##### Features
121
113
* Optimize observation and user location responses. Created new APIs to populate observation and location user information and removed individual calls to get users.
122
114
* Admins can now setup a more robust password policy, see Admin -> Settings -> Local Authentication.
123
-
* First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
115
+
* First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
124
116
125
117
##### Bug Fixes
126
118
* Multiple users can be added to a team and/or event without refreshing.
@@ -166,10 +158,10 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
* Added administrative settings to enable automatic approval of new user accounts and devices. If you are using a third party authentication strategy
170
-
where user accounts have already been vetted, you can reduce the barrier to entry into MAGE by using this setting to automatically approve user accounts.
161
+
* Added administrative settings to enable automatic approval of new user accounts and devices. If you are using a third party authentication strategy
162
+
where user accounts have already been vetted, you can reduce the barrier to entry into MAGE by using this setting to automatically approve user accounts.
171
163
In addition you can reduce the device admin approval barrier to entry by automatically approving all new devices. Administrators can still
172
-
disable devices for any reason, therby removing access to MAGE for that device.
164
+
disable devices for any reason, therby removing access to MAGE for that device.
173
165
* Improved map layers panel. Drag and drop layers to change map z-index, change layer opacity, zoom to layer bounds, and style feature layers.
174
166
* GeoPackage upgrade and optimizations. Feature tiles are now created server side, reducing load on browser.
175
167
* Observation view/edit header is sticky and will not scroll with content.
0 commit comments