Skip to content

Commit

Permalink
Release 0.64.2 (#10812)
Browse files Browse the repository at this point in the history
* changed saml integration to store data on mongo instead of memory

* Update saml_server.js

*  [FIX] Fix create channel, when created a readonly channel (#10665)

[FIX] Channel owner was being set as muted when creating a read-only channel

* Correct links to Rocket.Chat documentation (#10674)

Correct links in README file

* Fix flickering on message-box emoji icon (#10678)

[FIX] Message box emoji icon was flickering when typing a text

* add `npm run postinstall` into build script (#10524)

Add `npm run postinstall` into example build script

* [FIX] Improve desktop notification formatting (#10445)

* Improved notification formatting

* Fixed lint issues

* Changed body format

* Fixed the problem of missing descriptions on message attachments (#10705)

* [BREAK] Improvements to notifications logic (#10686)

[NEW] Improvements to notifications logic

* LingoHub Update 🚀 (#10691)

Manual push by LingoHub User: Rodrigo Nascimento.
Project: Rocket.Chat

Made with ❤️ by https://lingohub.com

* [NEW] Setup Wizard (#10523)

* welcome

* .

* stylelint

* new ilustration

* new layout

* .

* implements dicts

* added all setup wizard settings to wizard

* fix some setup wizard css

* fix setup wizard js linter errors

* remove old setup wizard templaates

* setup wizard has just one main tag now

* setup wizard registration fields filter is more readable

* add register server page to setup wizard

* fix setup wizard progress bar on RTL

* setup wizard is registering users

* Add setup wizard tests, routes and fix batch

* fix setup wizard tests

* add api test back

* comment rocketchat:google-natural-language package and remove logs

* add some translation keys for setup wizard

* remove old setup wizard template

* fix sort code on setup wizard

* fix getWizardSetting method

* new migration for setupwizard

* setup wizard setting migration

* fix setupwizard migration

* Update versions

* fix some setup wizard code logic

* fix setup wizard registerServer setting

* rever package-lock.json

* rever google-natural-language .npm folder

* rever meteor packages file and add setup wizard

* remove some default values from setup wizard settings

* add advocacy option on setup wizard industry setting

* change key name to setting to make the filter more readable on setup wizard

* change key name to setting to make the filter more readable on setup wizard

* add findWizardSettings on models Settings and handle errors of getWizardSettings method

* change setting to key to make the filter more readable on setup wizard

* fix setup wizard settings filter map

* remove serverHasAdminUser method on setup wizard

* fix setup wizard tests

* fix setup wizard final step workspace link

* fix setup wizard tests

* [FIX] Improve wordpress OAuth settings (#10724)

[NEW] Add more options for Wordpress OAuth configuration

* [NEW] Add /api/v1/channels.roles & /api/v1/groups.roles (#10607)

[NEW] Add REST endpoints `channels.roles` & `groups.roles`

* Changes source of text for announcement modal content (#10733)

[FIX] Regression: Empty content on announcement modal

* [FIX] Send a message when muted returns inconsistent result in chat.sendMessage (#10720)

* Change the message that returns, when a muted or blocked user tries to send a message using that endpoint

* Remove origin provide to sendMessage method, simply throwing an error when the user is muted or blocked

* More improvements on send notifications logic (#10736)

* Denormalize the User’s Highlights

* Find subscriptions for each type of notification

* Change email preference values

* General improvements

* Use just one query to get all subscriptions to notify

* Get hightlights from subscriptions on method notifyUsersOnMessage

* Keep compatibility of emailNotifications preference in subscription save

* Prevent group mentions on large rooms

* Bump version to 0.64.2-rc.0

* Fix notifications for direct messages (#10760)

* Add setting and expose prometheus on port 9100 (#10766)

* Add setting and expose prometheus on port 9100

* Prometheus: Add number of connected users

* Send statistics to prometheus

* Prometheus: Add methods, subscriptions and callbacks data

* Prometheus: Add metrics of REST API calls

* Prometheus: Record subscriptions time

* Add metrics to notifications

* Wizard improvements (#10776)

* Change wizard state from boolean to `pending`, `in_progress` or `completed`
* Add migration to change the wizard setting to new values and fix the old migration
* Make the wizard responsive for small screens
* Do not publish wizard settings to the client
* Do not show wizard for unlogged users after admin was created

* Add badge back to push notifications (#10779)

* Better metric for notifications (#10786)

* Improvement to push notifications on direct messages (#10788)

* Prometheus: Improve metric names (#10789)

* Bump version to 0.64.2-rc.1

* [FIX] Not escaping special chars on mentions (#10793)

* Regression: Fix wrong wizard field name (#10804)

* Prometheus: Fix notification metric (#10803)

* Regression: Autorun of wizard was not destroyed after completion (#10802)

* Prometheus: Add metric to track hooks time (#10798)

* Bump version to 0.64.2-rc.2

* Prevent setup wizard redirects (#10811)

* Prevent setup wizard redirects

* Fix setup wizard layout

* Prometheus: Track user agent

* Bump version to 0.64.2
  • Loading branch information
rodrigok committed May 18, 2018
1 parent 54738c0 commit 105715e
Show file tree
Hide file tree
Showing 145 changed files with 5,668 additions and 1,767 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocketchat/base:8

ENV RC_VERSION 0.64.1
ENV RC_VERSION 0.64.2

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.64.1
ENV RC_VERSION 0.64.2

MAINTAINER buildmaster@rocket.chat

Expand Down
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"parentCall" : false,
"Promise" : false,
"Random" : false,
"ReactiveDict" : false,
"ReactiveVar" : false,
"Reload" : false,
"RocketChat" : true,
Expand Down
276 changes: 276 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -13302,5 +13302,281 @@
"engelgabriel"
]
}
],
"0.64.2-rc.0": [
{
"pr": "10736",
"title": "More improvements on send notifications logic",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10720",
"title": "[FIX] Send a message when muted returns inconsistent result in chat.sendMessage",
"userLogin": "MarcosSpessatto",
"milestone": "0.64.2",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "10733",
"title": "[FIX] Regression: Empty content on announcement modal",
"userLogin": "gdelavald",
"milestone": "0.64.2",
"contributors": [
"gdelavald"
]
},
{
"pr": "10607",
"title": "[NEW] Add REST endpoints `channels.roles` & `groups.roles`",
"userLogin": "cardoso",
"milestone": "0.64.2",
"contributors": [
"cardoso",
"web-flow",
"rafaelks"
]
},
{
"pr": "10724",
"title": "[NEW] Add more options for Wordpress OAuth configuration",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell"
]
},
{
"pr": "10523",
"title": "[NEW] Setup Wizard",
"userLogin": "karlprieb",
"milestone": "0.64.2",
"contributors": [
"karlprieb",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10691",
"title": "LingoHub based on develop",
"userLogin": "engelgabriel",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10686",
"title": "[NEW] Improvements to notifications logic",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego",
"rodrigok",
"web-flow"
]
},
{
"pr": "10705",
"title": "[FIX] Missing attachment description when Rocket.Chat Apps were enabled",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell"
]
},
{
"pr": "10445",
"title": "[FIX] Improve desktop notification formatting",
"userLogin": "Sameesunkaria",
"milestone": "0.65.0",
"contributors": [
"Sameesunkaria",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10524",
"title": "Add `npm run postinstall` into example build script",
"userLogin": "peccu",
"milestone": "0.64.2",
"contributors": [
"peccu",
"web-flow",
"engelgabriel"
]
},
{
"pr": "10678",
"title": "[FIX] Message box emoji icon was flickering when typing a text",
"userLogin": "gdelavald",
"milestone": "0.64.2",
"contributors": [
"gdelavald"
]
},
{
"pr": "10674",
"title": "Correct links in README file",
"userLogin": "winterstefan",
"milestone": "0.64.2",
"contributors": [
"winterstefan"
]
},
{
"pr": "10665",
"title": "[FIX] Channel owner was being set as muted when creating a read-only channel",
"userLogin": "MarcosSpessatto",
"milestone": "0.64.2",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "10681",
"title": "[FIX] SAML wasn't working correctly when running multiple instances",
"userLogin": "Hudell",
"milestone": "0.64.2",
"contributors": [
"Hudell",
"rodrigok",
"web-flow"
]
}
],
"0.64.2-rc.1": [
{
"pr": "10789",
"title": "Prometheus: Improve metric names",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10788",
"title": "Improvement to push notifications on direct messages",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "10786",
"title": "Better metric for notifications",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10779",
"title": "Add badge back to push notifications",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "10776",
"title": "Wizard improvements",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10766",
"title": "Add setting and expose prometheus on port 9100",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10760",
"title": "Regression: Fix notifications for direct messages",
"userLogin": "sampaiodiego",
"milestone": "0.64.2",
"contributors": [
"sampaiodiego"
]
}
],
"0.64.2-rc.2": [
{
"pr": "10798",
"title": "Prometheus: Add metric to track hooks time",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10802",
"title": "Regression: Autorun of wizard was not destroyed after completion",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10803",
"title": "Prometheus: Fix notification metric",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10804",
"title": "Regression: Fix wrong wizard field name",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "10793",
"title": "[FIX] Not escaping special chars on mentions",
"userLogin": "erhan-",
"milestone": "0.64.2",
"contributors": [
"erhan-",
"sampaiodiego"
]
}
],
"0.64.2": [
{
"pr": "10811",
"title": "Prevent setup wizard redirects",
"userLogin": "rodrigok",
"milestone": "0.64.2",
"contributors": [
"rodrigok",
"sampaiodiego"
]
}
]
}
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ rocketchat:push-notifications
rocketchat:reactions
rocketchat:apps
rocketchat:sandstorm
rocketchat:setup-wizard
rocketchat:slackbridge
rocketchat:slashcommands-archive
rocketchat:slashcommands-asciiarts
Expand Down
1 change: 1 addition & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ rocketchat:push-notifications@0.0.1
rocketchat:reactions@0.0.1
rocketchat:sandstorm@0.0.1
rocketchat:search@0.0.1
rocketchat:setup-wizard@0.0.1
rocketchat:slackbridge@0.0.1
rocketchat:slashcommands-archive@0.0.1
rocketchat:slashcommands-asciiarts@0.0.1
Expand Down
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Rocket.Chat"),

appVersion = 64, # Increment this for every release.
appVersion = 68, # Increment this for every release.

appMarketingVersion = (defaultText = "0.64.1"),
appMarketingVersion = (defaultText = "0.64.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.64.1
RC_VERSION=0.64.2
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
Loading

0 comments on commit 105715e

Please sign in to comment.