Merge branch 'master' into develop

pull/5285/head
Gabriel Engel 9 years ago
commit 3859f742c5
  1. 8
      HISTORY.md
  2. 2
      app.json
  3. 6
      server/startup/migrations/v071.1.js

@ -1,5 +1,13 @@
# History
## 0.48.2, 2016-Dec-20
- Add button to refresh aouth services
- Fix download on electron
- Fix issue creating users with username from OAuth
- Fix message when username field not exists in OAuth data
- Fix OAuth global variable
## 0.48.1, 2016-Dec-13 - Now uses NodeJS 4.7.0
- Fix integration payload JSON.parse

@ -6,7 +6,7 @@
"keywords": ["meteor", "social", "community", "chat"],
"website": "https://rocket.chat",
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
"HEROKU_APP_NAME": {
"description": "Please re-enter your App Name from the top.",
"required": true

@ -0,0 +1,6 @@
RocketChat.Migrations.add({
version: 71.1,
up: function() {
ServiceConfiguration.configurations.remove({});
}
});
Loading…
Cancel
Save