Skip to content

Releases: ushahidi/platform-client

Bug fixes

14 Mar 17:30
36569c9
Compare
Choose a tag to compare

A bunch of bug fixes coming directly from our amazing contributors

v4.3.0 | Update of build-system and outdated dependencies

29 Jan 08:23
Compare
Choose a tag to compare

Breaking changes:
This release includes updates of our build-system and removal of outdated dependencies. In order to do this, we dropped support for node < 10, so make sure to update your environment to a node version larger than 10! This includes issues:

Other changes in this release

This release also have a corresponding Platform-API-release. See release-notes for Platform-API for further information about changes there.

Image upload validation, Markdown editor for field descriptions, and other bugfixes

v4.1.0

25 Sep 16:22
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

v4.1.0

Release v4.0.0 | Lumen compatibility

25 Sep 11:01
Compare
Choose a tag to compare

This release is an upgrade necessary to use the new version of the platform API with the Lumen framework.

Migration guide

  • Pull the changes in the release and run npm install to update the node modules.

Relevant changes

  • The API scopes requested have changed

v3.12.3 - Cycle 7 release - bug fixes & usability enhancements

10 Aug 14:54
3c54425
Compare
Choose a tag to compare

Cycle 7 release - bug fixes & usability enhancements

  • BUG: CSV Export history should ONLY show exports from the logged in user
  • Add a link to Permissions Documentation on Roles page
  • Replace reports" with "posts"
  • Sort Collections by reverse-chronological order by default
  • Add Manage Collections & Saved Searches" permission to allow users to manage saved searches and collections"
  • Rename IMPORT permission to be IMPORT & EXPORT to match functionality

Release v3.12.1

11 Jul 06:34
Compare
Choose a tag to compare

This release includes several security fixes to the platform. Listed in no particular order:

platform#1596 - Secure Credentials Leak: sanitize HTTP headers sent to sentry.
platform#1606 - Length of Password is Not Validated After Reset: validate the password lenght on password reset.
platform#1607 - Lack of Bruteforce Protection new user: send a HTTP 429 response if the rate limit is reached due to multiple requests to the registration endpoint.
platform#1610- Missing X-XSS-Protection HTTP Header: add the HTTP header in the response as: X-XSS-Protection: 1; mode=block. Please note that for OSS deployers (not in ushahidi.io), you will need to update your ngnix or apache configuration. The updated configuration templates are available at platform-release.
platform#1617 - Role Creation and Permission Assignment: verify if a user is a paid or non-paid member of ushahidi.io before creating roles.
platform#1618 - Internal Server Error While Uploading Photo: prevent upload errors from disclosing information about the underlying host where the images are located
USH-016 - SSL Cookie Without Secure Flag Set: Set the Secure flag for all cookies that are being communicated over a secure channel.

Bugfixes and Stabilization

02 May 02:12
2a416a1
Compare
Choose a tag to compare

This release focuses on stabilizing CSV and Targeted Surveys, which were both part of the last release (v3.11.0) as well as addresses numerous bugs across the platform.

CSV

  • Fixes a bug that caused certain csv exports to fail
  • Ensures all expected fields are included in csv exports

Targeted Survey:

  • Fixes a bug causing Targeted Survey questions to send in the incorrect order
  • Reformats phone numbers to ensure they match the selected SMS provider
  • Disassociates unrelated sms messages from existing surveys
  • Provides a count of recipients, responses, sent, and pending messages after a survey has been published

Other:

  • Selecting unmapped posts now applies filters correctly in 'Data' view
  • Correctly duplicates surveys (however, not allowed with Targeted Surveys)
  • Ensures that child categories inherit parent category permissions
  • Updates the date on a post when changing the 'Post Date'
  • Updates translations across the app and makes right-to-left changes more consistent
  • Removes blank space between heading and map on embeds

Release 3.11.0

17 Apr 06:08
dd05401
Compare
Choose a tag to compare

This update makes data CSV exports & filters more reliable while increasing the amount of data you can export and giving you access to an "Export history" tab to reference your exports at a later date and download them as needed. It also adds the "Targeted Surveys" feature, currently available for select deployments.

CSV IMPROVEMENTS:

  • Export is now handled in a queue system. This means larger exports & datasets are possible without the system "crashing". We have added an "Export is ready" notification to let you know when you can download the file.
  • Previous exports and the status of your requested exports can be viewed in Settings => CSV Export under the "Export history" tab. Exports flagged with the status "Pending" are still in progress, and you will be notified when ready (but you can always come here and check if you missed a notification).
  • CSV column headers have been improved for better readability of the exported data.
  • Grouped multi-value fields make it easier to view lists of data in 1 column (ie Categories).
  • Ability to select fields that will be excluded from an export dataset has been added.
  • Date formats are now consistent. Clarifying Date timezones in CSV with a (UTC) string in the date headers.
  • "Share CSV" is not available for visitors without admin privileges. This feature was added to protect your data and only make it available to those that you grant access to. You can still publish & share exported datasets if you wish to make them available (i.e. by exporting a dataset and uploading it to google sheets).

TARGETED SURVEYS (SMS):

Important: this feature is only enabled in a select few deployments at the moment.

Targeted surveys allow administrators to create a survey to be sent to a specific group of users via sms and receive responses via sms associated to that survey and their posts.
The targeted survey consists of a group of questions (survey fields) that are sent in order of priority to all the selected contacts. When a contact responds to a question, the next message is sent to the user. When a user has answered all questions, they stop receiving messages from the targeted survey.
This feature also includes a view to see the targeted survey stats (that is, how many messages have been prepared, sent, and received) and a shortcut to see all the answers to a targeted survey to structure data efficiently.

Release v3.10.0

05 Apr 05:06
v3.10.0
9329073
Compare
Choose a tag to compare