Conversation
ckamm
left a comment
There was a problem hiding this comment.
Some minor comments. At this point I'd really like to try it out. What kind of setup changes do I need?
There was a problem hiding this comment.
Why? Isn't it okay to stay on the HttpCreds page if auth fails?
Also, isn't this unrelated to OAuth?
There was a problem hiding this comment.
Oops, it was supposed to be the OAuth page of course. Well spotted.
(This normally should not never happen because if we have a oauth connection, it should normaly work always. )
There was a problem hiding this comment.
We no longer use Q_DECL_OVERRIDE?
There was a problem hiding this comment.
AFAIK we dropped centos 6 whi had that old compiler. And even then we had upgraded to a more recent one.
There was a problem hiding this comment.
Is there the need to re-enable the back button on other pages? In case we add further pages, or OAuth isn't supported and we fall back to http creds?
There was a problem hiding this comment.
- The QWizard already reset the enabled property on the buttons each time the page change.
- Since the next page is the final one and its not possible to go back, either, we are fine.
We don't want to re-open the browser in that case.
|
@ckamm In order to try it out, you simply need to checkout the oauth2 apps in your apps directory Normally, since owncloud/oauth2#38 , the client app should automatically be registered, but this did not happen to me or @SamuAlfageme . So I had to manually add the client in the server DB: Alternatively, you can also register a new client from the admin interface, and change the values in theme.cpp |
ckamm
left a comment
There was a problem hiding this comment.
I'll also do a test run later.
|
@ogoffart From testing:
|
Show smething sensible if the user click on the owncloud icon, and handle errors
Issues: #5813 and #5811