-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Ssl changed certificate warning #1598
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
SSL certificate verification is ready to test @jesmrec :) |
if (file.isFolder()) { | ||
return file; | ||
} else if (getStorageManager() != null) { | ||
String parentPath = file.getRemotePath().substring(0, |
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.
OCFile
now has a method getRemoteParentPath
that may replace this block. Let's take advantage of it :)
Reviewed, just a couple of minor comments. |
Updated, thanks @davivel |
👍 ; please, rebase on master before merging. |
40b445d
to
a0e442a
Compare
Rebased on master |
🍿 |
Extra ball for release 2.0.0 |
We can close related issues owncloud/QA#199 and #609 now |
@davivel but then you need to rebase release-2 to master again and at some point open a PR merging release-2 back to master 😀 Nice bonus to v2.0.0 👍 |
Report about a change in the server certificate when I refresh the list of files so that I am aware of possible man-in-the-middle attacks
Related issues: