From 89eb156529fb869312abc20544dbdfd843e3d88c Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Tue, 8 Nov 2016 09:47:36 -0500 Subject: Fix bug where share-by-powerbox could fail if the recipient's display name was the same as an existing user's handle. --- sandstorm-pkgdef.capnp | 4 ++-- sandstorm.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 80b761e2..0aaaed56 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 13, + appVersion = 14, # Increment this for every release. - appMarketingVersion = (defaultText = "0.11.0~2016-11-07"), + appMarketingVersion = (defaultText = "0.11.0~2016-11-08"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/sandstorm.js b/sandstorm.js index 5a800b24..07007be1 100644 --- a/sandstorm.js +++ b/sandstorm.js @@ -89,7 +89,7 @@ if (isSandstorm && Meteor.isServer) { const login = Accounts.updateOrCreateUserFromExternalService( 'sandstorm', sandstormInfo, - { profile: { name: sandstormInfo.name, fullname: sandstormInfo.name } }); + { profile: { name: sandstormInfo.name } }); updateUserPermissions(login.userId, permissions); done(); -- cgit v1.2.3-1-g7c22