-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'new/teams' of github.com:RocketChat/Rocket.Chat into ne…
…w/channel-to-team * 'new/teams' of github.com:RocketChat/Rocket.Chat: (174 commits) [NEW] teams.leave "rooms" argument (#21262) Add teams section and team icon logic expose teams fields to local collection [FIX] rooms.adminRooms to properly return teams regardless of the other filters (#21257) [FIX] subscriptions/get team data (#21254) [NEW] teams.addRooms endpoint (#21251) Include fname on the results of 'rooms.autocomplete.channelAndPrivate' (#21250) Merge teams frontend changes to the backend branch (#21190) [NEW] users.listTeams endpoint (#21225) Include teams on admin.listRooms (#21224) [NEW] Add number of rooms in each team to the teams.list endpoint (#21223) [FIX] Wrong license seats number administration info panel (#21222) Changed the order of some operations Fix lint issues [NEW][APPS] Map description as a room value in Apps (#20811) Add teamId and teamMain properties to subscriptions/get [IMPROVE] Improve Apps permission modal (#21193) More lint fixes Fixing issues from gh conflicts Fix lint issues ...
- Loading branch information
Showing
149 changed files
with
6,238 additions
and
526 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.18.4-buster-slim | ||
FROM node:12.21.0-buster-slim | ||
|
||
LABEL maintainer="[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,4 +1,4 @@ | ||
FROM node:12.18.4-buster-slim | ||
FROM node:12.21.0-buster-slim | ||
|
||
LABEL maintainer="[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
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 |
---|---|---|
|
@@ -9,29 +9,28 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
accounts-password@1.6.2 | ||
accounts-password@1.7.0 | ||
[email protected] | ||
blaze-html-templates | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
dynamic-import@0.5.2 | ||
ecmascript@0.14.3 | ||
typescript@3.7.6 | ||
dynamic-import@0.6.0 | ||
ecmascript@0.15.0 | ||
typescript@4.1.2 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].0 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].0 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -47,7 +46,6 @@ rocketchat:version | |
konecty:multiple-instances-status | ||
konecty:user-presence | ||
|
||
deepwell:bootstrap-datepicker2 | ||
dispatch:run-as-user | ||
jalik:[email protected] | ||
jalik:[email protected] | ||
|
@@ -70,22 +68,22 @@ littledata:synced-cron | |
|
||
edgee:slingshot | ||
jalik:[email protected] | ||
accounts-base@1.7.0 | ||
accounts-base@1.8.0 | ||
[email protected] | ||
autoupdate@1.6.0 | ||
babel-compiler@7.5.3 | ||
autoupdate@1.7.0 | ||
babel-compiler@7.6.0 | ||
[email protected] | ||
htmljs | ||
less | ||
matb33:collection-hooks | ||
meteorhacks:inject-initial | ||
[email protected].0 | ||
[email protected].2 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
templating | ||
webapp@1.9.1 | ||
webapp-hashing@1.0.9 | ||
webapp@1.10.0 | ||
webapp-hashing@1.1.0 | ||
rocketchat:oauth2-server | ||
rocketchat:i18n | ||
rocketchat:postcss | ||
|
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 +1 @@ | ||
METEOR@1.11.1 | ||
METEOR@2.1 |
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
Oops, something went wrong.