-
-
Notifications
You must be signed in to change notification settings - Fork 984
Enforce lock option for MDM #3196
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
Conversation
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
i2h3
left a comment
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 do not rely on my review alone but also another one because I am still new to the project.
| .onChange(of: model.resetWrongAttempts) { _ in | ||
| model.updateResetWrongAttemptsSetting() | ||
| } | ||
| .font(.system(size: 16)) |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
|
pls. rebase DB version changed |
Signed-off-by: Milen Pivchev <[email protected]>
marinofaggiana
left a comment
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.
note.
Brand/NCBrand.swift
Outdated
| var disable_show_more_nextcloud_apps_in_settings: Bool = false | ||
| var doNotAskPasscodeAtStartup: Bool = false | ||
| var disable_source_code_in_settings: Bool = false | ||
| var enforce_protection = true |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
@i2h3 you can also try if it works, first of all |
More changes @marinofaggiana |
Signed-off-by: Milen Pivchev <[email protected]>
|
PLS enforce_protection = false The icon ? mmmm have you pushed ? The Do not ask at startup doesn't it always have to be false or the hidden option? |
@marinofaggiana I do not know how yet. I know MDM only in theory. I need to get in contact with Milen first on how that actually works for the Nextcloud app. |
not important MDM, this is only a switch ( enforce_protection = false / true ) which can also be used in MDM but also not, you can safely do a test by putting enforce_protection on TRUE |
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
|
@mpivchev When is the pass code required other than bringing the app to foreground? Enabling a pass code and disabling its requirement on launch is not clear to me. |
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Marino Faggiana <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
f3bb4e5 to
d74a381
Compare
Passcode is used for starting the app and for encrypted folders "Enabling a pass code and disabling its requirement on launch is not clear to me." Fixed. Now option to disable passcode on launch is hidden when enforced. |
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>






Uh oh!
There was an error while loading. Please reload this page.