-
-
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
Allow to disable password policy enforcement for selected groups #31194
Allow to disable password policy enforcement for selected groups #31194
Conversation
we also need to check the impact it might have on capabilities which might evaluate this and expose it to the clients |
ce1bed4
to
f4875d7
Compare
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.
👍 looks fine, please verify with a client
f4875d7
to
e2d533c
Compare
Fixes #30161 |
conflicts with #31116 |
|
|
I've renamed the config switch and prefixed with "sharing." like other similar configs in config.php also added to config.sample.php conflict still unresolved |
b029f70
to
c903fb4
Compare
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.
👍
alright, so the tests still need adjusting: OCA\Settings\Tests\Settings\Admin\SharingTest |
c903fb4
to
78082e0
Compare
708c9b3
to
654587e
Compare
654587e
to
0fb60d7
Compare
/compile amend / |
0fb60d7
to
9430927
Compare
/rebase |
9430927
to
ab74fe3
Compare
tests are failing |
ab74fe3
to
c35938e
Compare
/compile amend / |
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
c35938e
to
a29251e
Compare
tests unrelated |
@CarlSchwan please update the backports #31194 (comment) |
<input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') { print_unescaped('checked="checked"'); } ?> /> | ||
|
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.
Duplicate checkbox breaks the UI
Todos:
Signed-off-by: Carl Schwan carl@carlschwan.eu