forked from RocketChat/Rocket.Chat.Apps-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
[Upstream Catchup] Merge RC:master to master #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
github-actions
wants to merge
77
commits into
master
Choose a base branch
from
master-catchup-5b1a885
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
* Initial Implementation of Video Conf Providers * Accessor tests * Ensure permission to configure a videoconf provider * AppVideoConfProviderManager tests * AppVideoConfProvider tests * Optional user * Preventing a provider from being added twice caused issues when disabling and re-enabling apps. * Extra params for new url Co-authored-by: thassiov <tvmcarvalho@gmail.com>
* [NEW] Video Conference Read * Converted IVideoConference to a type literal * Extend Video Conference * Include provider data on url requests * Permissions
[FIX] Faulty redirect_uri path concatenation
* [NEW] Enable Multiple Video Conference Providers * Update tests/server/managers/AppVideoConfProviderManager.spec.ts Co-authored-by: Thassio Victor <tvmcarvalho@gmail.com>
[NEW] Livechat VideoConference type (RocketChat#514) 486e8f1 [NEW] Enable Multiple Video Conference Providers (RocketChat#513) d51bf47 [NEW] Video Conference Read and Extend (RocketChat#509) d20a1b8 [NEW] Video Conference Providers (RocketChat#508) 7b9a270
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lers-after-disabling-app Keeping schedulers after disabling an app
* Enable authenticated endpoints * Comment improvement
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Allow action dispatch when dealing with text input * Dispatch actions when static item is selected * Fix based on lint rules
* Revert "Revert Video Conference commits" This reverts commit 7415488. * [NEW] [VideoConference] Allow apps to end calls and add users (RocketChat#516) * [NEW] [VideoConference] Allow apps to create new video conferences (RocketChat#517) * Publish package when merging to new/videoconf (RocketChat#518) * [NEW] Extra test for video conference builder * New space on readme file * [NEW] [Video Conference] Configure Provider Capabilities (RocketChat#520) Co-authored-by: Thassio Victor <tvmcarvalho@gmail.com>
* [NEW] Allow apps to update their own settings' value * [NEW] Settings.incrementValue * Increment Value * use Manager to update settings * fix test
* Config Github Actions * Update codeql config * Update node version on build * Remove CircleCI config Co-authored-by: Douglas Gubert <douglas.gubert@gmail.com>
Co-authored-by: Fábio Albuquerque <albuquerquefabio@icloud.com>
[NEW] Add runtime provider management and support VM2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Weekly Catchup PR to merge RC:master in master.