Tobias Kaminsky
Tobias Kaminsky
> they have to use the sso api and even then they will only be able to read the account names (username and url). Currently this is shown in account...
let us move this to a brainstorming session on conf …
> Maybe we can return a client that fast-fails the operation? I do like the idea. Which ResultCode do we want to use: https://github.com/nextcloud/android-library/blob/0e590238bc32dfcacc6b5cf14b0ea1a6282c8560/src/main/java/com/owncloud/android/lib/common/operations/RemoteOperationResult.java#L84 or a new one, such like...
Currently there is no way implemented to notify the "3rd party" apps to do a remote wipe. @David-Development do you think it is possible to trigger this somehow?
> Downside is, that you have to change your password as soon as you change it elsewhere to update to the new password. App tokens are independent from password changes.
For security reasons I do not want to store real password in our app. This somehow circumvent the whole purpose of app tokens. What instead could be possible is to...
I thought there is one, but I fail to find it, so if you also do not find it, please open a new one.
Reason is simply time, as we have to add this manually: https://github.com/nextcloud/android/blob/55bdbc1f55d2586befb1c8455b172f26e0c7abf2/src/main/java/com/nextcloud/android/sso/InputStreamBinder.java#L247 And back then I wanted to avoid to add untested methods…
True…Then my time argument still counts 🙈🙈🙈
I fear that is not possible, as they keyword "SEARCH" needs to be tranferred to our NCSearchMethod (just an example). This cannot be done automatically. There are specific classes for...