Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 19:50
· 2069 commits to master since this release

v1.0.0 (2020-03-23)

✨ New Features

🐛 Bug Fixes

  • af3e456 Fix email default value bug
  • 9ad7747 Fix regiter email endpoint
  • 9b661c6 Fix bug with fetching email
  • 912c923 Don't allow updating readonly values
  • 2ac9f6f Fix error code for "cannot delete email"
  • 2d173a6 Fix TypeScript bug
  • 1138cbc Fix IP anonymization for location
  • 048196e Fix incorrect build command
  • 774a289 Fix CORS and not found bugs
  • b2a42ae Fix register endpoint email bug
  • 1fefa29 Send user as root in response
  • 5dab6f3 Invalidate cache when updating email
  • 614b184 Invalidate user email cache on updating user
  • caa0302 Fix bug with cache invalidation on email delete
  • 624cbcb Fix bug with password reset email subject
  • b286121 Add client ID to Google OAuth
  • e743b60 Try using pm2-runtime
  • faed805 Auto-approve registration location
  • 5a17595 Reorder user delete
  • 9bf562d Invalidate cache when CRUD membershup
  • 2d74813 Fix foreach auth bug
  • 2f59e2f Add JSON response post invitation
  • e4e27e6 Can;t invite member who is already there
  • 8c2c942 Invalidate cache for memberships
  • 00d5a2a Fix Gravatar fallback user initials image
  • 7cdf593 Don't require organization ID for memberships
  • bf70fc9 Implicit response for membership
  • 9d61258 Fix bug with detailed membership endpoint
  • fc32089 Fix single owner bug
  • 62d7676 Also delete customer when deleting org
  • 582c5e3 Invalidate cache of user memberships on delete
  • 8a50f01 Fix validation bug
  • 35815a7 Fix bug with value cleaning
  • 40b0526 Fix bug with table name hyphen
  • 2631c74 Fix return statement bug
  • bfd3691 Invalidate cache after deleting API key
  • 592556b Increase HTST time
  • c2fa07d Fix bug with MySQL col name
  • 7d06f39 Add wrapper to membership
  • ec166c5 Fix bug with email authorization
  • d41ad09 Fix but with no. of verified emails
  • cb4ac46 Refresh token bug fix
  • c9d5e02 Try fixing token validation
  • 3bd22e8 Fix bug with notification read
  • e2cc59f Fix auth handler bug in location
  • 6ab2165 Remove auth handler from verify token
  • 6bb5722 Fix validation bug with name in registration
  • 082beca Fix cards bug in organizations.ts
  • 83a03a2 Fix bug with changing password
  • e372320 Fix backup error code
  • 1c36683 Remove user check from API key
  • 9754b0e 2FA fail bug fix
  • 0f52830 Fix slugify
  • 42cc634 Fix default username bug
  • 5edab54 Fix authorization of API keys
  • 7a68d15 Fix organization username change
  • d8a6b18 Fix base URL login fix
  • 9837481 Redirect to frontend error page
  • 3bfbe6d Credit card fixes
  • 52a5107 Remove extra stripe types
  • eadc51f Use Yarn for staart-manager
  • e1f7846 Only increment root package
  • 04b729c Fixes validation
  • 292110b Remove datetime conversion, add Dockerfile
  • 0e5be92 Fix TS2339
  • 28dd132 Add route generation to build
  • 402ab7a Switch back to tsc for production
  • a447092 Fix table name prefix
  • aa67240 Convert undefined to false for isVerified
  • 9fa4d48 Fix token verify return value
  • f470acc Revert responser wrapper
  • 3a63a30 Add config variable for disallowing CORS
  • 1048d40 Put CORS in handlers
  • d6dbfa1 Fixes #111 (Issues: #111)
  • f37b773 Show most recent sessions first
  • ec2ed54 Fix multiple IP addresses bug
  • b2e50f1 Fix bug with updating JWT
  • 2700165 Fix bug with empty date value
  • 860ed85 Fix bug with membershipId instead of id
  • 7b8d36b Fix req.params string to number bug
  • 63de116 Convert int to string
  • be594c5 Fix backup code table name
  • de2c254 Rename primaryEmailId to primaryEmail
  • 14babbe Convert hash ID to value in tracking
  • 65ea444 Add apiKeyOrganizationId to ID values
  • c7fb8e6 Fix import join
  • fe010e8 Revert to @hapi/[email protected]
  • b089084 Fixes #372 (Issues: #372)
  • 09828a1 Fix pagination for admin data
  • d1f2cf7 Check for single member deleted
  • d3321ab Fix bug with removing member
  • 132cfb3 Fix bug with conflict test in connection
  • a21a3c6 Throw correct OAuth error
  • fe4de1b Change key of loginName
  • 303407c Setup mail transporter
  • 1b62c0f Fix Joi ID multiple types
  • 36487cc Convert ID to string
  • 07d3efd Make sure tokenUserId is string
  • c70c7a4 Allow primaryEmail to be string or number
  • f44722f Convert numbers to strings
  • 4ca2951 Remove org from cache on create
  • eb806fc Use entered email to send invite email
  • a0457fd Fix "as RawRequest" for webhook
  • 3235c24 Wait for queue to be created
  • 2df3997 Fix asyncHandler returning function
  • fd5e07b Return void instead of res
  • a81a491 Set initial value as undefined
  • 9cd6f8e Remove "/" prefix from controller
  • c87df8c Wait for token to be invalidated
  • f426565 Fix new user name variable
  • 323b682 Make invitation code optional
  • 20b27f8 Use body for coupon code, not params
  • c280c76 Use stripe ID not organization ID
  • 0bdca19 Use organization.stripeCustomerId
  • e693d4c Fix imports after moving files
  • fab1669 Strict check bool envs in config (#1046) (Issues: #1046)
  • 50db1ed Stringify JSON response
  • 23e539a Fix bug with finding best username (fixed #1057) (Issues: #1057)

🔒 Security Issues

  • 16080bd Increase API keys size from 10 to 20
  • e384d98 Upgrade dependencies
  • 3a4d48c Update manager privileges