updated app mkt details

pull/2253/head
Gabriel Engel 9 years ago
parent 86659c06e7
commit 187e04fb07
  1. 2
      .sandstorm/rocket.chat-128.svg
  2. 2
      .sandstorm/rocket.chat-150.svg
  3. 9
      .sandstorm/sandstorm-pkgdef.capnp
  4. BIN
      .sandstorm/screenshot.png
  5. BIN
      .sandstorm/screenshot1.png
  6. BIN
      .sandstorm/screenshot2.png
  7. BIN
      .sandstorm/screenshot3.png
  8. BIN
      .sandstorm/screenshot4.png
  9. 4
      server/configuration/accounts_meld.coffee

@ -6,7 +6,7 @@
<style type="text/css">
.st0{opacity:0.6;fill:#D1D1D1;enable-background:new ;}
.st1{clip-path:url(#SVGID_2_);}
.st2{fill:#02273E;}
.st2{fill:#F7F7F7;}
.st3{fill:#C1272D;}
.st4{fill:#FFFFFF;}
.st5{fill:#CCCCCC;}

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -4,7 +4,7 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-230 322 150 150" style="enable-background:new -230 322 150 150;" xml:space="preserve">
<style type="text/css">
.st0{fill:#02273E;}
.st0{fill:#F7F7F7;}
.st1{fill:#C1272D;}
.st2{fill:#FFFFFF;}
.st3{fill:#CCCCCC;}

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 14, # Increment this for every release.
appVersion = 16, # Increment this for every release.
appMarketingVersion = (defaultText = "0.18.0"),
appMarketingVersion = (defaultText = "0.19.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.
@ -63,7 +63,10 @@ const pkgdef :Spk.PackageDefinition = (
shortDescription = (defaultText = "Chat app"),
screenshots = [
(width = 1203, height = 760, png = embed "screenshot.png")
(width = 1024, height = 696, png = embed "screenshot1.png"),
(width = 1024, height = 696, png = embed "screenshot2.png"),
(width = 1024, height = 696, png = embed "screenshot3.png"),
(width = 1024, height = 696, png = embed "screenshot4.png")
],
changeLog = (defaultText = embed "CHANGELOG.md"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

@ -17,10 +17,6 @@ Accounts.updateOrCreateUserFromExternalService = (serviceName, serviceData, opti
if serviceName is 'linkedin'
serviceData.email = serviceData.emailAddress
if serviceName is 'sandstorm'
console.log "Grab data from: ", serviceData
serviceData.username = serviceData.preferredHandle
if serviceData.email
# Remove not verified users that have same email

Loading…
Cancel
Save