-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Copy] New core setting : shareapi_only_share_with_group_members_exclude_gro… #43186
[Copy] New core setting : shareapi_only_share_with_group_members_exclude_gro… #43186
Conversation
@@ -63,6 +63,7 @@ | |||
$excludedGroups = $this->config->getAppValue('core', 'shareapi_exclude_groups_list', ''); | |||
$linksExcludedGroups = $this->config->getAppValue('core', 'shareapi_allow_links_exclude_groups', ''); | |||
$excludedPasswordGroups = $this->config->getAppValue('core', 'shareapi_enforce_links_password_excluded_groups', ''); | |||
$onlyShareWithGroupMembersExcludeGroupList = $this->config->getAppValue('core', 'shareapi_only_share_with_group_members_exclude_group_list', ''); |
Check notice
Code scanning / Psalm
DeprecatedMethod Note
|
Signed-off-by: Baptiste Fotia <[email protected]>
Signed-off-by: Baptiste Fotia <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
8d59add
to
bd0092a
Compare
For some CI steps to get executed. But it looks like we just moved them from drone to GH actions this week. It is also easier for us to rebase and edit if the source branch is in our repo. Can you try to rebase your PR ? You will need to add the following changes to make tests greens:
You will also need to compile the front-end code again. We can have a call tomorrow at 16h to do it together to make sure that your PR is merged this week. |
Sure, I'm going to rebase and build our PR in the early afternoon. Thanks 🙂 |
I added our context in the unit tests following the advice of Louis. Link : nextcloud#43186 (comment) Signed-off-by: Baptiste Fotia <[email protected]>
I added our context in the unit tests following the advice of Louis. Link : nextcloud#43186 (comment) Signed-off-by: Baptiste Fotia <[email protected]>
I added our context in the unit tests following the advice of Louis. Link : nextcloud#43186 (comment) Signed-off-by: Baptiste Fotia <[email protected]>
Hi, the documentation PR is here : nextcloud/documentation#11537 |
Copy of #38173 to hopefully have it merged.