Skip to content

Latest commit

 

History

History
135 lines (116 loc) · 9.73 KB

CHANGELOG.md

File metadata and controls

135 lines (116 loc) · 9.73 KB

Added

  • #445 Edit User Profile route for Admins. Added Lab tests.

Added

  • #449 Add user.accept-invite webhook

Added

  • #439 Add ifEq and ifStartsWith to Handlebars renderer
  • #437 Add full debug to error template context

Bugs Fixed

  • #432 Error template assumes production is false

Added

  • #421 Don't create new urls for updated profile pictures, use path/to/image/${userId}.

Added

  • #196 Added system templates and a new error page template
  • #405 Password grant now returns refresh tokens
  • #417 Create a user without sending an invite email
  • #376 Update a user's profile with an api call
  • #365 Allow the use of the access token to validate users for profile and settings screens

Bugs Fixed

  • #384 Don't wipe out profile images when submitting profile form

v2.7.1 - 2010-01-08

Added

  • #368 Updated the dev ssl cert to use new CA

v2.7.0 - 2018-09-07

Added

  • #353 Add api endpoint for triggering forgot password
  • #354 Allow getUsers endpoint to accept wildcard values
  • #355 Add rules for superadmin client/scope
  • #356 Add superadmin-only endpoint for setting a users email address

v2.6.0 - 2018-08-15

Added

  • #305 From address overriding for themes

v2.5.0 - 2018-07-13

Added

  • #329 Session Recovery

v2.4.0 - 2018-06-29

Added

  • #104 Add "Return to Login" option on Forgot Password Success view

v2.3.2 - 2018-06-27

Added

  • #313 Un-restrict profile field information on POST route
  • #315 Send User Verification Email Endpoint
  • #317 Allow overriding the subject on the invitation email

v2.3.1 - 2018-06-01

Fixed

  • #308 Sentry logger not reporting environment

v2.3.0 - 2018-05-21

Added

  • #278 Rollbar and Sentry support
  • #296 Rejected promise if email whitelist misconfigured
  • #292 Ability to use different AWS regions for SES
  • #273 Cookie validation
  • #290 Certificate for localhost.test
  • #280 Sentry and rollbar documentation
  • #268 Warning when using default keystore

Changed

  • #266 Replace moment with date-fns
  • #269 All logging to use Winston

Fixed

  • #286 Error resetting password
  • #287 Error address field clearing on failed logins
  • #295 Case sensitive email whitelist
  • #64 Discovery endpoints
  • #228 500 error when using canceled email verification link
  • #274 500 error when using invalid client_id

v2.2.0 - 2018-03-2

Added

  • #254 Add Redis port to common.env and documentation
  • #251 Add ability to delete profile picture
  • #240 Add self signed SSL certificates to dev environment
  • #227 Add helpful logs and exits

Changed

  • #178 Remove user_password_reset_token table and associated models/methods
  • #249 Update trap email handling
  • #248 Change certs
  • #247 Make hoursTilExpire configurable for email tokens

Fixed

  • #260 Fix Validation failing when registration form linked from login form submitted #260
  • #231 Fix build scripts so docker-compose up always works #231
  • #255 Fix broken migrations
  • #253 Resend Verification button causing 500 errors

v2.1.2 - 2017-12-1

Changed

  • #235 Fix profile photo upload

v2.1.1 - 2017-11-22

Changed

  • #230 add login link to forgot password screen

v2.1.0 - 2017-10-23

Changed

  • #203 Implement a system for webhooks
  • #200 Allow templates to have "options" and use those options to set custom subjects for emails
  • #67 Make user registration configurable
  • #137 Stop hard coding the pairwise salt
  • #112 Env var to control client initiated logout
  • #141 Add user/client to templates
  • #142 Remove deprecated template schema
  • #59 Change password
  • #114 Email Settings

v2.0.0 - 2017-10-10

Changed

  • #162 Stop allowing the access token for auth on the profile screen
  • #138 Stop hardcoding nonce when resetting passwords
  • #119 Updated to to node-oidc v2.3.2

Added

  • #115 Theming. See theming guide for details
  • #131 Password Grant now returns an id token as well as an access token

v1.4.0 - 2017-10-3

Added

  • #127 Update mysql config to be closer to AWS RDS mysql

v1.3.1 - 2017-10-2

Added

  • #123 Allow password grant type in database.