-
-
Notifications
You must be signed in to change notification settings - Fork 943
Handle permissions #3500
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
Handle permissions #3500
Conversation
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…are-permissions
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…are-permissions
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
This removes the api error Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…are-permissions Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…are-permissions
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…are-permissions
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…-permissions Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Currently on iOS files in file provider cannot be directly modified in 3rd party apps like Word or Pages, as we use the old Implementing @tobiasKaminsky @marinofaggiana More info here: https://developer.apple.com/documentation/fileprovider |
Moreover, with the new way of representing files (as a sandbox) we may lose the ability to show shared files in the file provider, due to privacy concerns or sync issues, but this must be investigated further |
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…-permissions Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
…-permissions Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
iOSClient/Main/Collection Common/NCCollectionViewCommon+CollectionViewDataSource.swift
Outdated
Show resolved
Hide resolved
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
@@ -65,11 +65,11 @@ enum NCUserPermission: CaseIterable, NCPermission { | |||
|
|||
var permissionBitFlag: Int { | |||
switch self { |
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.
return switch here?
Implements nextcloud/files-clients#22