-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Feature: new security section, links #34987
Conversation
We need to update "Leave" part after new leave functionality will be added! |
@aimane-chnaif Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
# Security | ||
Updated rules for managing all types of chats (add/remove people) | ||
|
||
1. ### DM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put numbers inside # so that numbers are bolded as well
i.e. ### 1. DM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its not possible on markdown to make ordered list bold unfortunately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now everyone can delete everyone in the workspace room as discussed here, its not a workspace chat which is creating automatically, its a workspace room. |
ok then is it a bug that invited room member (but not a member of workspace) cannot remove someone from workspace room? |
@aimane-chnaif Ahh, okay, I see, you are right, good catch, updating it. |
@aimane-chnaif I think we need to add a possibility for Guests to leave the workspace room as well |
yes agree. But let's confirm with David in slack |
@aimane-chnaif Okay, updated workspace room is correct. |
@aimane-chnaif hey, do you want me to update something additionally? |
Let's get David's feedback again for the updated readme |
@MonilBhavsar updated |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
I think we're still waiting on @quinthar's feedback on final readme |
@aimane-chnaif @quinthar approved updated security section: https://expensify.slack.com/archives/C0671JDRKQW/p1707794023284829?thread_ts=1703547187.140519&cid=C0671JDRKQW |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.41-12 🚀
|
Details
Added new Security section to readme, added links to all add/remove member places.
Fixed Issues
$ #33575
PROPOSAL: #33575 (comment)
Tests
Verify the rules added in
#Security
section of README.md are working as expectedOffline tests
Same as tests
QA Steps
None
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web