Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
3859f742
Commit
3859f742
authored
8 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
f44e9e9a
23bb7ee3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
HISTORY.md
+8
-0
8 additions, 0 deletions
HISTORY.md
app.json
+1
-1
1 addition, 1 deletion
app.json
server/startup/migrations/v071.1.js
+6
-0
6 additions, 0 deletions
server/startup/migrations/v071.1.js
with
15 additions
and
1 deletion
HISTORY.md
+
8
−
0
View file @
3859f742
# 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
...
...
This diff is collapsed.
Click to expand it.
app.json
+
1
−
1
View file @
3859f742
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
server/startup/migrations/v071.1.js
0 → 100644
+
6
−
0
View file @
3859f742
RocketChat
.
Migrations
.
add
({
version
:
71.1
,
up
:
function
()
{
ServiceConfiguration
.
configurations
.
remove
({});
}
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment