-
Notifications
You must be signed in to change notification settings - Fork 668
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
Refactoring: Move the ConfigFile class out of libsync #6213
Comments
This was referenced Dec 4, 2017
ogoffart
added a commit
that referenced
this issue
Dec 6, 2017
…etwork job Remove one dependency from the config file for the sync engine. Part of issue #6213
ogoffart
added a commit
that referenced
this issue
Dec 6, 2017
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
…etwork job Remove one dependency from the config file for the sync engine. Part of issue #6213
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
…etwork job Remove one dependency from the config file for the sync engine. Part of issue #6213
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
…etwork job Remove one dependency from the config file for the sync engine. Part of issue #6213
ogoffart
added a commit
that referenced
this issue
Dec 7, 2017
Only place missing:
|
So it looks like we need to move the parts of |
Right, we will refactor the credentials once we can get rid of shibboleth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ConfigFile is currently in the libsync folder.
However, the sync engine should not read directly from the config file but should have all its parameter passed in the SyncOptions class.
Rationale: We don't want the tests, owncloudcmd, or other applications to share or mess with the same config file.
The text was updated successfully, but these errors were encountered: