Skip to content
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

Proof of concept for Single Sign On #1116

Merged
merged 56 commits into from
Sep 4, 2018
Merged

Proof of concept for Single Sign On #1116

merged 56 commits into from
Sep 4, 2018

Conversation

tobiasKaminsky
Copy link
Member

@AndyScherzinger
Copy link
Member

@tobiasKaminsky @David-Development any change to get this updated to latest master? This would be a nice post-2.0.0 addition :)

cc @mario

@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Aug 29, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 6, 2017
@nextcloud nextcloud deleted a comment Sep 2, 2018
@nextcloud nextcloud deleted a comment Sep 2, 2018
@nextcloud nextcloud deleted a comment Sep 2, 2018
@nextcloud nextcloud deleted a comment Sep 2, 2018
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@nextcloud nextcloud deleted a comment Sep 3, 2018
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.3.0 milestone Sep 4, 2018
@tobiasKaminsky
Copy link
Member Author

@David-Development lint is complaining:

Exported services (services which either set exported=true or contain an intent-filter and do not specify exported=false) should define a permission that an entity must have in order to launch the service or bind to it. Without this, any application can use this service.
Note: This issue has an associated quickfix operation in Android Studio and IntelliJ IDEA.

<service
android:name=".services.AccountManagerService"
android:enabled="true"
android:exported="true" >
</service>

Is this what we discussed that a permission is not possible to set? Then I can ignore this warning?

@David-Development
Copy link
Member

Hmm.. yes. This is what we discussed in nextcloud/Android-SingleSignOn#27. Even if we keep the permission.. any app that defines that permission will be also granted it. Or am I wrong here?

@tobiasKaminsky
Copy link
Member Author

No, you are right. I just wanted to be sure.
Then I'll adjust lint-results and then merge 👍

tobiasKaminsky and others added 2 commits September 4, 2018 15:00
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@tobiasKaminsky
Copy link
Member Author

(rebase will be a hell, so let us merge this instead, this time…)

@nextcloud-android-bot
Copy link
Collaborator

Lint

TypeMasterPR
Warnings9494
Errors

FindBugs (new)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings164
Experimental Warnings4
Internationalization Warnings13
Malicious code vulnerability Warnings9
Multithreaded correctness Warnings9
Performance Warnings157
Security Warnings163
Dodgy code Warnings135
Total689

FindBugs (master)

Warning TypeNumber
Bad practice Warnings35
Correctness Warnings166
Experimental Warnings4
Internationalization Warnings12
Malicious code vulnerability Warnings9
Multithreaded correctness Warnings9
Performance Warnings156
Security Warnings163
Dodgy code Warnings135
Total689

tobiasKaminsky added a commit that referenced this pull request Sep 4, 2018
@tobiasKaminsky
Copy link
Member Author

@AndyScherzinger are you fine with merging? :-D

@AndyScherzinger
Copy link
Member

AndyScherzinger commented Sep 4, 2018

👍 perfectly fine, yes and also about not rebasing ;)

Approved with PullApprove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants