[Upstream Catchup] DO NOT MERGE UNTIL RC v5.x is available - Merge RC:master to master#53
[Upstream Catchup] DO NOT MERGE UNTIL RC v5.x is available - Merge RC:master to master#53github-actions[bot] wants to merge 36 commits into
Conversation
* 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
|
please add build files. |
|
@AlexanderKanakis I was unable to use this branch in my testing. The server build failed with this error, can you take a look please? |
|
@ear-dev This is part of changes that need to be merged in our Rocket.Chat repo too. I have found the relevant PRs and added the code necessary to test locally. I can push those changes on Rocket.chat develop_pwa, unless we want to wait for Aditya to finish the catch-up. |
|
@AlexanderKanakis are there code changes, or just update in package.json? I did update my package.json to point at your this branch. Thanks. |
|
@ear-dev They are code changes for the new video conference issues. |
|
@AlexanderKanakis cool...... then please make a PR against develop_pwa to accommodate these changes, and add a link in the issue. Basically, since we can't start using the new apps-engine till we have the corresponding RC changes, then it's part of the requirement to get the changes into RC to accommodate. Thanks! |
|
NOTE: It looks like this catchup is specifically compatible with the new RC v5.x refactor. I will mark this PR so that we wait until Aditya has completed that work. But for now @Shailesh351 please complete your review as best you can and approve if it seems good. Thanks. |
|
@ear-dev @AlexanderKanakis Changes look good to me. Still, I'll prefer to wait until v5.x to do the testing and approve it. Thanks! |
…-engine into master-catchup-864ce66
|
@ear-dev I have fixed the merge conflicts. This one needs to be merged for 5.x catchup |
|
@bhardwajaditya yep, thanks. We're going to hold off on this merge to the very last. In the meantime we will need to update package.json to use this apps-engine branch in any 5.x feature branch that we want to test. |
|
Do not need this because we have a newer version ready to go. |
Weekly Catchup PR to merge RC:master in master.