-
Notifications
You must be signed in to change notification settings - Fork 13k
fix(apps): prevent greedy update via apps #35120
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
490de6e
wip
d-gubert e0159f4
wip #2
d-gubert d5d1882
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert a8ea0ce
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 73285ca
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 0716349
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 1fd03a0
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 08a5768
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert c609e5d
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert f1f9126
Set editor when creating a message builder from the modifier
d-gubert f3de95f
Adapt room and message converters
d-gubert fafeb03
Adapt message and room builders
d-gubert 0ac3118
Adapt bridge methods
d-gubert 5e0c8ca
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert a7441ee
Fix types
d-gubert fec0bad
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 978be3b
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert 12cc084
Merge remote-tracking branch 'origin/develop' into fix/apps-prevent-w…
d-gubert e369046
Fix tests
d-gubert 59eb65e
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert 24c926d
Fix tests
d-gubert d53e99d
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert dd802e2
No only
d-gubert b48912b
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert 5db8d27
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert effafac
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert 46ee12c
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert 50aa8ef
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert b3e9d22
Add room converter tests
d-gubert 48978a6
Update apps/meteor/app/apps/server/converters/messages.js
d-gubert dec1123
Add changeset
d-gubert e31f110
Apply suggestions from code review
d-gubert 5cc644a
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert e33d7c4
Merge branch 'develop' into fix/apps-prevent-whole-update
KevLehman 024d37f
Fix lint
d-gubert 248e469
Apply review suggestion
d-gubert 576329a
Merge branch 'develop' into fix/apps-prevent-whole-update
d-gubert af4a541
Merge branch 'develop' into fix/apps-prevent-whole-update
kodiakhq[bot] 3d1c334
Merge branch 'develop' into fix/apps-prevent-whole-update
kodiakhq[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| '@rocket.chat/omnichannel-transcript': patch | ||
| '@rocket.chat/authorization-service': patch | ||
| '@rocket.chat/stream-hub-service': patch | ||
| '@rocket.chat/network-broker': patch | ||
| '@rocket.chat/presence-service': patch | ||
| '@rocket.chat/fuselage-ui-kit': patch | ||
| '@rocket.chat/account-service': patch | ||
| '@rocket.chat/ui-video-conf': patch | ||
| '@rocket.chat/core-typings': patch | ||
| '@rocket.chat/ddp-streamer': patch | ||
| '@rocket.chat/queue-worker': patch | ||
| '@rocket.chat/apps-engine': patch | ||
| '@rocket.chat/ui-client': patch | ||
| '@rocket.chat/apps': patch | ||
| '@rocket.chat/i18n': patch | ||
| '@rocket.chat/meteor': patch | ||
| --- | ||
|
|
||
| Fixes behavior of app updates that would save undesired field changes to documents |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.