forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat i…
…nto clarapy-v4 * 'develop' of https://github.com/RocketChat/Rocket.Chat: (102 commits) Fix forbidden error on setAvatar REST endpoint (RocketChat#7159) Fix migration version Switch logic of artifact name (RocketChat#7158) fix reactions Remove missing CoffeeScript dependencies Update server.js Update server.js Update server.js [FIX] Fix highlightjs bug (RocketChat#6991) Convert hipchat importer to js Convert file unsubscribe.coffee to js Fix migration if email already exists [NEW] Internal Hubot load scripts from custom folders (RocketChat#7095) Unit: Fix mentions tests Unit: Fix mentions tests Fix tests remove the missing coffee files fix eslint Bump Update oauth2-client.js ... # Conflicts: # packages/rocketchat-ui-master/.npm/package/npm-shrinkwrap.json
- Loading branch information
Showing
208 changed files
with
4,450 additions
and
3,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ [email protected] | |
[email protected] | ||
blaze-html-templates | ||
[email protected] | ||
[email protected]_4 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,8 +106,6 @@ [email protected] | |
ostrio:[email protected] | ||
pauli:[email protected] | ||
pauli:[email protected] | ||
peerlibrary:[email protected]_1 | ||
peerlibrary:[email protected] | ||
percolate:[email protected] | ||
[email protected] | ||
raix:[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
if [[ $TRAVIS_BRANCH ]] | ||
if [[ $TRAVIS_TAG ]] | ||
then | ||
export ARTIFACT_NAME="$(meteor npm run version --silent).$TRAVIS_BUILD_NUMBER" | ||
else | ||
export ARTIFACT_NAME="$(meteor npm run version --silent)" | ||
else | ||
export ARTIFACT_NAME="$(meteor npm run version --silent).$TRAVIS_BUILD_NUMBER" | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 0 additions & 65 deletions
65
packages/rocketchat-file-upload/client/lib/FileUploadAmazonS3.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.