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

Move ClientProxy and and ConnectionValidator out of libsync #6374

Merged
merged 5 commits into from
Feb 26, 2018

Conversation

ogoffart
Copy link
Contributor

Relates to #6213
See individual commits for details

The bigger feature change is that owncloudcmd no longer reads the proxy settings from the client's config file. (--httpproxy can be used to configure it)

The proxy settings for the owncloudcmd client can be set via the
--httpproxy command line argument. owncloudcmd should not depends
on the gui's config
The AbstractNetworkJob already has a sensible timeout that depends
on an environment variable.
No need to overwrite that with some arbitrary value. (The connection
validator does that because it could cause problems if two connection
validator were to run at the same time. Not a problem here)
@ogoffart ogoffart requested a review from ckamm February 21, 2018 14:27
test/stub.cpp Outdated




Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneaky 4 EOLs

@ckamm ckamm added this to the 2.5.0 milestone Feb 23, 2018
Copy link
Contributor

@ckamm ckamm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, EOLs aside :)

They are using the ConfigFile and are used to control
when to sync rather than for the sync itself
So no need to have a manual conversion to QString
This is only used in debug message anyway.
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.

3 participants